In AppleScript, how do I get the back link from an annotation document to the...
chrillek: You’d have to look at each link in turn and check if the current document is the link’s document’s annotation. Possibly quite slow. OK, this is what I suspected. The approach I took in the...
View ArticleIs there a way to find out when the metadata of a document was last changed?
Thanks for your super-fast reply!
View ArticleCreating and moving to new group on import
Note though that column headings are available in any List view in the main window. You can choose which metadata you want to see in a wide variety of ways.
View ArticleIn AppleScript, how do I get the back link from an annotation document to the...
mhucka: Hopefully the number of comparisons will be small in most cases. (In fact, it seems likely that most annotation documents have only one incoming link.) I’d say few links are likely, but I...
View ArticleAppleScript-created reminder not visible
For instance: tell theRec to make new reminder with properties {due date:theDate, schedule:monthly, interval:2} This reminder will be attached to the record correctly. Back to AppleScript again, and...
View ArticleCreating a Script to automate sequentially entered Menu commands
Bonjour sync. I used to do Dropbox when sync first came around (10 years ago?), but don’t want that thing on my computers anymore. I tried CloudKit for a few weeks. Went back to Bonjour.
View ArticleWill DEVONthink's Woeful Interface Ever Be Updated?
Curiously, I have the opposite experience. I try to use other systems but can’t unglue myself from Devonthink. In the past I’ve probably been guilty of thinking DT’s UI is somewhat industrial-looking....
View ArticleReturning to PDF in DTTG - ‘nothing selected’
It’s an issue for me too. Rather annoying when reading a large PDF and having to try and remember where you were and then scroll to it.
View ArticleVision Pro support
I cannot find a mention of this, so sorry if this has been asked before and I missed it. Has DEVONtechnoloigies mentioned if DTTG will be enabled for use on the Vision Pro? Thank you
View ArticleWill DEVONthink's Woeful Interface Ever Be Updated?
rmschne: so all you want is a word wrap in titles? Actually, that would be phenomenal to be able to toggle for file titles. I run out of room to keep adjusting columns while still running a...
View ArticleWill DEVONthink's Woeful Interface Ever Be Updated?
I don’t consider DEVONthink’s interface to be “woeful”.
View ArticleWill DEVONthink's Woeful Interface Ever Be Updated?
I don’t equate asking for word wrap in titles to be an example of “woeful”. Just me. Doesn’t for sure mean that word wrap can or will be implemented just to overcome woefulness expressed by someone....
View ArticleVision Pro support
What would be your vision on what using that device with DEVONthink ToGo (or DEVONthink) would be like for the user? Why something of interest and value? What would user do and benefit from?
View ArticleWill DEVONthink's Woeful Interface Ever Be Updated?
With all due respect, calling DevonThink’s interface woeful disqualifies any contribution. DevonThink is light years ahead of all other apps in terms of power and professionalism, and in this light...
View ArticleAppleScript-created reminder not visible
I can confirm that, but I don’t know what’s at the root of it. DT 3.9.4, macOS 14.2.1 @cgrunenberg might have an idea. Also: The scripting dictionary says: Reminder Object [inh. Item] : A reminder of...
View ArticleAppleScript-created reminder not visible
Actually this works fine for me: tell application id "DNtp" set theRec to selected record 1 set theDate to current date tell theRec to make new reminder with properties {due date:theDate,...
View ArticleAppleScript-created reminder not visible
chrillek: And I have no idea how to use all this with JavaScript. rec.make({new: "reminder"}, The make command does not work in JXA in any application. And this crashes the Script Editor.app var app =...
View ArticleVision Pro support
We have not tested DEVONthink To Go on Vision Pro and, as our development is based in Europe, we won’t get our hands on it very soon. However, we will not opt out of the installation on a Vision Pro...
View ArticleAppleScript-created reminder not visible
It does for me, too, and now my code works, too, without changes! Mysterious. But thanks for the help.
View Article