text-snippets-obsidian
text-snippets-obsidian copied to clipboard
Snippets plugin for obsidian
This has been logged before but I'm logging it again. This repo gets no star and the extension gets a zero rating and a bad review on my blog called...
Hi, First, thank you for this great plugin. Concerning the feature request, I wonder if it is possible to enable the use of the **text snippets** plugin while naming a...
Tried restarting Obsidian. Still doesn't want to work :(
I'm running Obsidian v1.1.9 on Windows 11 with Snippets v0.12. Snippets are not expanding and they just get selected. I tried turning off all the community plug-ins, and results in...
Try the following snippet: ``` test : ##`$end$`$nl$ ``` The cursor won't be placed as it should be. By the way, the section about the difference between “Stop Symbol” and...
Allows users to remove the character before the snippet insertion, like a space. Very useful for maths snippets. This change helped me a lot and speeds up my note taking...
With this feature I want to add regex to be able to use dynamic snippets.
Steps to repeat the problem: 1. Create obsidian canvas 2. Add an existing note to the canvas 3. Edit the note and try to expand any snippet Expected result: expansion...
Title is self-explanatory
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...