Hey! As probably most people, my notes constantly evolve. Which means the note changes at all times.
Allow me to illustrate:
This note as of writing has the meta:
related::
tags::
::
::
::
but, a note from a couple of weeks ago uses a different metadata:
Metadata
Parent:: [[Building a Second Brain]]
Child::
Sibling::
Friend::
Note-type:: #note-type/literature📚
Tags::
%%
I’d like to keep my changes consistent across all notes with the given fields.
So, for instance, all fields with tags:
or note-type::
across my vault will change to the new tags::
I use all tags in a given note.
And something like this dynamically applied thorough the entire vault. I hope this makes sense?
So, assuming my current “note metadata template” is:
tags::
::
::
::
::
the metadata below
%%
Metadata
Parent:: [[Building a Second Brain]]
Child::
Sibling::
Friend::
Note-type:: #note-type/literature📚
Tags::
%%
would change to:
Parent:: will change to ::
tags:: #note-type/literature📚
:: [[Building a Second Brain]]
::
::
::
Is there a plugin for that? and if not, how could this be done otherwise? I suppose manually with replace function in VSCode, but, well — it’s manual and tedious!