Snippet Groups
pendingby coweggs
Organise your css snippets into groups, right in your appearance menu!
Obsidian Snippet Groups hooks into the native obsidian settings appearance menu, letting you group your css snippets into categories (and a search bar).
Preview
How to Use:
- Install the plugin (as of now via BRAT, or releases)
- Head to the appearance tab, where your snippets usually are.
- Press "Manage Snippet Groups" in the right toolbar (or right click a snippet,
Move snippet to > New Group) - Here you can create, delete, rename, and re-order your snippet groups.
- To add a snippet to a snippet group, simply drag and drop onto the snippet group, or you can right click the snippet, and move the snippet from there.
Known Issues:
- Using Obsidian Settings Search with a delay on Lazy Plugin Loader causes settings modal to refresh, removing the plugin's effects. Simply reopnening the appearance tab fixes this.
Supported Languages:
| Language | Status |
|---|---|
| English (en) | ✅ |
| Русский (ru) | ✅ |
Want to help translate?
- Fork the repo
- Navigate to src/locales
- Create a file, named
<language_code>.json(Use Obsidian's Translation Repo to find language codes.) - Copy over the format from
en.json, and edit the values (dont touch{{- snippet}or anything similar) - Submit a pull request
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.