rabirabirara_obsidian-jelly.../manifest.json
Spencer Gouw 06ced0a5a2 remove funding, register keydown for new windows
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.
2023-03-15 14:17:42 -07:00

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
}