text-snippets-obsidian icon indicating copy to clipboard operation
text-snippets-obsidian copied to clipboard

Plugin not working on custom snippets

Open paraversal opened this issue 2 years ago • 2 comments

Hey everybody, I’m using Obsidian v1.4.1 on iPadOS 15.5 with the latest release of the text snippets plugin. The test snippet (“snippets”) works, both with my custom keybind and from the command menu, but any custom snippets I add (in the correct format) will not expand. Anyone else have this issue?

paraversal avatar Oct 31 '22 12:10 paraversal

Did you make sure that you leave a colon bewteen both the name AND the value?

name : snippet-value

I had the same issue and realized I had always put the colon directly after the name.

ReinerKnudsen avatar Nov 14 '22 17:11 ReinerKnudsen

Did you make sure that you leave a colon bewteen both the name AND the value?

name : snippet-value

I had the same issue and realized I had always put the colon directly after the name.

Frustrating how easy that is to miss, w/o some loose validation on the plugin's input setting (a red outline, 'no snippets are currently etc') would've made that hurt less! thank you much

b-esc avatar Dec 02 '22 06:12 b-esc