The Jelly Snippets plugin for Obsidian.md is a simple yet powerful tool for streamlining your writing experience. With Jelly Snippets, you can define text replacements that can be triggered with a single keystroke, allowing you to quickly insert common phrases or code snippets into your documents.
The plugin's core feature is its ability to recognize and replace predefined text patterns, known as "snippets," in your writing. You can create multiple snippets and customize their behavior using various symbols and formatting options. For example, you can use a snippet divider to separate different snippets in the same file, or define custom symbols for whitespace and cursor placement.
One of the standout features of Jelly Snippets is its flexibility. The plugin allows you to define snippets that incorporate advanced text manipulation techniques, such as regex capabilities and semantic symbol handling. This makes it an excellent choice for developers and writers who need to work with complex code or formatting schemes.
Overall, the Jelly Snippets plugin is a valuable addition to any Obsidian.md user's toolkit, offering a convenient and customizable way to streamline your writing workflow.
2e1764a3bf486929c97f6a7a24a9cab4f0055de4 - fixed weird behavior with checkboxes.
The version upgrade represents the first bit of CodeMirror usage, which is preferable for editor changes at the least. The more CodeMirror-specific code I write, the more complex the extension gets. With any luck, if I implement more advanced features using that API, I'll be able to keep it simple.