mirror of
https://github.com/rabirabirara/obsidian-jelly-snippets.git
synced 2026-07-22 07:30:22 +00:00
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
10 lines
318 B
JSON
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
|
|
}
|