Template for insert callout - Share & showcase - Obsidian Forum
I use callouts from time to time, but I don’t often remember which types are possible, especially with the possibilities added by themes and plugins. So I created this template which uses templater to insert a callout by proposing the theme, the possibility of folding it or not and the title. If text is selected, it inserts it into the body of the callout. I’ll share it if others are interested: %* //get selection noteContent = tp.file.selection(); // list callouts const callouts = { note:...