mirror of
https://github.com/rabirabirara/obsidian-jelly-snippets.git
synced 2026-07-22 07:30:22 +00:00
From the feedback from maintainers. To allow the plugin to work on popup windows, we register an event on window open that registers the keydown DOM event implementing expand on Space/Tab. There may be a better solution.
10 lines
318 B
JSON
10 lines
318 B
JSON
{
|
|
"id": "jelly-snippets",
|
|
"name": "Jelly Snippets",
|
|
"version": "0.1.1",
|
|
"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
|
|
}
|