ArianaKhit / text-snippets-obsidian

Snippets plugin for obsidian
177 stars 21 forks source link

Support existing templates as snippets. #63

Open scruel opened 1 year ago

scruel commented 1 year ago

May be like the following format:

snippet : $template:template-name$
snippet : $template:template-path$

For multiple line snippets, by replacing all line breaks by $nl$, this plugin works fine, however editing these multi-line snippets will be very painful consider they have none of readability at all.