@gglick, that's wonderful! Thank you for your help! One small request, is there a way I can set the title of the markdown note created to either just the variable: %Variable%zettelUID% or %Variable%zettelUID% - any name here?
Because I use the Zettelkasten method, all my notes are named as follows:
One small request, is there a way I can set the title of the markdown note created to either just the variable: %Variable%zettelUID% or %Variable%zettelUID% - any name here?
Looks good to me. Nice job! My only real suggestion would be to remove these Filter actions, since they don't serve any purpose (because the title and UID are already being percent encoded in the LocalText and FileNameDashed variables):
@gglick, thank you don't quite know what it is I exactly did, just tried to replicate and adapt what I saw in the macro without knowing really what things do... only way to learn eh?
I've deleted the redundant filter variables now. Thank you again for all your help!
I'm not an expert DEVONthink user, so there may be a better way of accomplishing this, but I was able to get it to open the newly created note in a new window and make it editable with a bit of AppleScript to fetch the new note's UUID:
@gglick, Thank you for your help! Much appreciated!
I have had varying success with this macro. On multiple tests, it would appear it only works fully (i.e. opens the window) if I am within the Global Inbox (the default location it would seem).
I'm now trying to figure out how I can make the macro run and create the markdown note within the Group (Folder) I am currently working in.
Proving to be a bit of a headache... but I'm trying
Otherwise, if I'm working from within the Global Inbox, it does exactly as it says on the tin.
You're welcome. Once again, this may not be the most efficient way of going about this, but at least in my testing, this worked to make and open a new note in the current group by retrieving the group's UUID and including that as the destination in the note creation URL:
@gglick, that's exactly it!!! You're an absolute godsend! Thank you so much for all your help with this! My writing workflow has just become a lot more efficient and simpler to accomplish! Thank you!