Hello Obsidian community,
Yesterday I needed to add tags in batch to all notes within a folder. I didn’t find a plugin for it, so I wrote some python code to do the job. You can find it on my github.
Best
Hi, nice job.
I had need of something like this a few days ago and came across python-frontmatter which seems to do something similar. Not sure if you had seen it or had a comment on the differences between the two?
Thanks!
Thanks @alastair, this looks indeed very similar, I wouldn’t have coded it if I had found this before
I plan to add more features to my toolbox. I think I’ll replace my frontmatter-handling code with this, add it as a dependency