Losing My Head Over Obsidian's Templater
I wasted a whole day trying to do something that apparently can't be done, namely, trying to automatically copy into the body of an Obsidian template, a custom metatag typed into the triple underscore frontmatter field. Don't try to replicate my foolishness. Instead, I ultimately realized I could use a nonsense text string like "xxtp0" (which will be replaced by a definition of a primary topic identifier) and then use Obsidian's Replace function to replace that text with the primary topic I want to mention in a current note. Then there will be additional nonsense text strings like "xxtp1", "xxtp2", etc. for the subtopic and the subsubtopic and so on. I'm not sure how Google's Blogger will handle a paste of my current under-development Template (in MarkDown format), but here it goes, fingers crossed. --- alias: Sorted_List_of_Best_re_Topic_xxtp0 topic: "xxtp0" sub_topic: "xxtp1" sub-2_topic: "xxtp2" --- ...