I have several vaults and I’m working on some shortcuts to help automate my workflows. For example, when I have a note that I want to share on my published vault, I add a note/share
tag to the properties. I use a Dataview table query to create a list of notes in a Share List which I present so I can choose one or more that I want to copy between my private Ideaverse over to my digital garden vault where I can publish it when ready on my Obsidian Publish site.
It took me a while to work out how to process the Dataview columns in the query result, but finally I managed to get a list from which to make one or more selections. And I can Get Note from Ideaverse and Create Note in WarrenWeb, but I still haven’t figured out how to update the tags in properties for both notes. For example, I want to remove the tag that matched the query in the old note, so it doesn’t get selected again; but I want to add a different tag for note/wip
to indicate it’s now a “work in process”. Also, I don’t want that old note/share
to get copied over, but I do want to have the note/wip
in the new note because I have another query in that vault to manage those WIP notes.
I have gotten tangled up trying to update Dictionary variables between the notes, but that hasn’t worked out. Also, I tried to Set Properties after Create Note in the target vault, but that didn’t work either. For now, I have to manually update the tags in both notes so they’re what I want using the Dataview query view notes. Obviously, I would prefer to automate updating the tags to reflect workflow processing. Any suggestions to get me unstuck?
Thanks, Doug Warren