rabirabirara_obsidian-jelly.../manifest.json
Spencer Gouw 2aaeae8467 Updated manifest.json to 0.1.3
feat: trigger on enter (and fixed whitespace occuring on trigger; TODO:
add option to reintroduce whitespace after snippet trigger)

refac: move automatic triggers to their own function
triggerSearchSnippetAutomatically

fix: prevent snippet from replacing first instance of lhs in line to
latest through look-back-from-cursor comparison with lhs
2023-04-13 15:32:02 -07:00

10 lines
318 B
JSON

{
"id": "jelly-snippets",
"name": "Jelly Snippets",
"version": "0.1.3",
"minAppVersion": "0.15.0",
"description": "This plugin implements text snippets: replace text after typing a snippet on some trigger or command.",
"author": "Spencer Gouw",
"authorUrl": "github.com/rabirabirara",
"isDesktopOnly": false
}