Obsidian Snippet Groups hooks into the native obsidian settings appearance menu, letting you group your css snippets into categories (and a search bar).
- 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.

- 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.
| Language | Status |
|---|---|
| English (en) | ✅ |
| Русский (ru) | ✅ |
- 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