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.
Is there already a plugin I could use that does that ? If so please let me know
Are there other python users that have built some util functions around Obsidian ? Happy to share / join forces
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?