Boolean NOT (NEAR ...)?
A small idea…I haven’t tried so don’t know if it will work. Why not set up a smart group to initially create a subset and then search within that?
View ArticleBoolean NOT (NEAR ...)?
If referring to the original post, I’m not quite sure what this would look like. Return all results with fox in a smart group, and then how would one isolate cases where sleeping is in the broader...
View ArticleAbility to choose alias from a group specific drop down list
yes, and the question is how to backtrack / re-organize
View ArticleAbility to choose alias from a group specific drop down list
That’s one of the cases where a JavaScript version is a lot shorter and simpler: (() => { const app = Application("DEVONthink 3"); const currentApp = Application.currentApplication();...
View ArticleAbility to choose alias from a group specific drop down list
very nice script, thank you
View ArticleAbility to choose alias from a group specific drop down list
thank you very much. Where do I put your statement in @meowky 's script. I tried as a last line but it does not change the script.
View ArticleAbility to choose alias from a group specific drop down list
thank you very much. I ran your script via Keyboard Maestro and got the following error message 2024-03-17 15:06:28 Execute a JavaScript For Automation failed with script error: text-script: execution...
View ArticleAbility to choose alias from a group specific drop down list
rufus123: Where do I put your statement in @meowky 's script. My chose from list statement was a replacement for set listRecord to create record with {name:"List of tags", type:txt,...
View ArticleAbility to choose alias from a group specific drop down list
I suppose that KM has certain requirements to run JS scripts. This one is meant to be run standalone, you must probably modify it so that it complies with KM’s requirements. Notably, (() =>{ at the...
View ArticleAbility to choose alias from a group specific drop down list
DTLow: set theTags to (choose from list theTagList with prompt "Specify Tags" with multiple selections allowed) OK. thanks again very much
View ArticleAbility to choose alias from a group specific drop down list
chrillek: I suppose that KM has certain requirements to run JS scripts. AppleScript apparently can be run in KM without additional restrictions. That can be more friendly for people with no or little...
View ArticleAbility to choose alias from a group specific drop down list
I think that I am going crazy. 1- Multiple tags listed with your excellent script are absent from the tags list in the left sidebar. I scrolled down the list 20 times. Would you have an idea of how to...
View ArticleAbility to choose alias from a group specific drop down list
2- I think that I setup DevonThink so that children inherit the parent’s tag and that notes automatically inherit the group name as a tag. I may have done this in Evernote many years go before...
View ArticleAbility to choose alias from a group specific drop down list
rufus123: 1. Multiple tags listed with your excellent script are absent from the tags list in the left sidebar. I scrolled down the list 20 times. Would you have an idea of how to troubleshoot this ?...
View ArticleVideo skip with keyboard shortcuts
Oh thanks @cgrunenberg! That’s exactly what I wanted.
View ArticleAbility to choose alias from a group specific drop down list
Indeed it may be, as group tags are not ordinary tags therefore do not appear in the Tags group of a database.
View ArticleScript: Add table of contents to PDF generated from Markdown
I needed - er, wanted - a way to navigate a PDF that didn’t have a TOC. It’s not exactly the same thing, obviously, but a bullet list of PDF page links in the attachment file for the PDF worked for...
View ArticleAbility to choose alias from a group specific drop down list
Fantastic. All is clear now. All inherited tags have disappeared. Thank you both very much
View ArticleScript: Add table of contents to PDF generated from Markdown
Amontillado: Attachment files Annotation files?
View Article