ArianaKhit / text-snippets-obsidian

Snippets plugin for obsidian
187 stars 23 forks source link

Plugin not working on custom snippets #55

Open paraversal opened 1 year ago

paraversal commented 1 year ago

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?

ReinerKnudsen commented 1 year ago

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.

b-esc commented 1 year ago

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