mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
docs: add info on CSS snippets + correct typo
This commit is contained in:
parent
ee6f5738ea
commit
c2daaa227d
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Simple Colored Folder
|
||||
|
||||
Automagically add color to root folder, and customize it with Style Settings.
|
||||
Automagically add color to roots folders, and customize them with Style Settings.
|
||||
|
||||

|
||||
|
||||
|
|
@ -11,6 +11,7 @@ Automagically add color to root folder, and customize it with Style Settings.
|
|||
- Custom styling options through template
|
||||
- Folder style changes update in real-time
|
||||
- Supports both light & dark themes
|
||||
- Support for renaming folder while keeping styling
|
||||
|
||||
> [!warning]
|
||||
> This plugin requires the [Style Settings](https://github.com/mgmeyers/obsidian-style-settings) plugin to customize folder colors. You'll see a warning if Style Settings isn't installed.
|
||||
|
|
@ -28,8 +29,9 @@ Automagically add color to root folder, and customize it with Style Settings.
|
|||
## 🎨 Configuration
|
||||
|
||||
In the plugin settings, you can customize :
|
||||
- Folder name prefix for CSS varaible
|
||||
- Custom CSS templates
|
||||
- Folder name prefixes for CSS variables (background and font color)
|
||||
- Usage of a CSS file in `snippets` folder (instead of injecting into the DOM).
|
||||
- Custom CSS template
|
||||
- Custom style settings template
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue