This plugin allows you to edit CSS files in the .obsidian/snippets/ directory.
Recommended to install from the Obsidian community store.
You can manually install this using the BRAT Obsidian plugin. Generic installation instructions are available on that plugin's documentation.
Opens a prompt to create a CSS snippet in your .obsidian/snippets/ directory. Upon creation, show editor to edit that CSS file.
Opens a suggestion modal to create, edit, or delete a CSS snippet. Has similar functionality to the core quick switcher where holding down a secondary key will modify the action that will take place.
Deletes the currently active CSS snippet file. Only available when viewing a CSS snippet file.
If the currently active CSS snippet file is enabled then disable it, and vice versa. Only available when viewing a CSS snippet file. Note that you can also toggle this state directly from the quick switcher using the Tab key.
Releasing a new version involves the following steps:
minAppVersion in manifest.json if applicable.npm version patch, npm version minor, or npm version major.manifest.json, package.json, and package-lock.json files, add a new entry in versions.json, and create a git tag.Tests are run using wdio-obsidian-service. Tests are run automatically during PR checks and before releasing. You can also run tests manually with npm test.