From c2daaa227d5230b65bc6e8255bb7e3892785fb8b Mon Sep 17 00:00:00 2001 From: Lisandra Date: Mon, 14 Apr 2025 17:02:13 +0200 Subject: [PATCH] docs: add info on CSS snippets + correct typo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d85da8..e7b400f 100644 --- a/README.md +++ b/README.md @@ -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. ![tree with colored folders](./docs/assets/default_color.png) @@ -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 ![settings](./docs/assets/plugin_settings.png)