Search found 5 matches
- Thu Jun 19, 2008 2:17 pm
- Forum: Bookends
- Topic: Automating adding PDF files
- Replies: 10
- Views: 11994
Re: Automating adding PDF files
I'm currently trying to somehow bridge the gap between Devonthink and Bookends and try create Bookends references for files I have stored in Devonthink. I have doubts whether GUI scripting with AppleScript will work as Bookends behaves a bit intractably, but macro tools like QuicKeys are very helpfu...
- Thu Jun 19, 2008 1:34 pm
- Forum: Bookends
- Topic: Sorting after date added
- Replies: 11
- Views: 9629
Re: Sorting after date added
For whatever reason, 01.01.1904 works, 01/01/1904 not.
This is the running:
This is the running:
Code: Select all
dateModified > datediff( now(), '01.01.1904 00:00:00', 'second' ) - (14 * 24 * 60 * 60)
- Thu Jun 19, 2008 8:54 am
- Forum: Bookends
- Topic: Sorting after date added
- Replies: 11
- Views: 9629
Re: Sorting after date added
That's cool, thanks. dateModified > datediff( now(), '01/01/1904 00:00:00', 'second' ) - (14 * 24 * 60 * 60) • Change 14 to the number of days you want as the interval since last edited. ..and change "01/01/1904" to your local date-time-format, e.g. "01.01.1904" for most European...
- Thu Jun 19, 2008 8:22 am
- Forum: Bookends
- Topic: Sorting after date added
- Replies: 11
- Views: 9629
Re: Sorting after date added
Sorting . From a user's perspective, I would prefer the most flexible solution: dragging columns around, control-clicking on columns to select the ones to show and to hide, settings are stored at exit and factored in at startup. Changed field . With it, one could have a smart group showing all the ...
- Wed Jun 18, 2008 3:15 pm
- Forum: Bookends
- Topic: Sorting after date added
- Replies: 11
- Views: 9629
Re: Sorting after date added
Could BE at its shutdown store by which field the list view is sorted, so it could reproduce its appearance when it is started the next time? I would like to see the newly added or recently changed references at the top, when BE is fired up. (For the latter option, I guess, there would have to be a ...