From 761d9a365abde9c06488a01156e27b36917a5a92 Mon Sep 17 00:00:00 2001 From: dangehub Date: Fri, 15 Nov 2024 18:32:40 +0800 Subject: [PATCH] 1.0.4 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba61bce..4b68695 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ A plugin for Obsidian that allows you to selectively blur elements in your notes 1. Open the command palette (Cmd/Ctrl + P) 2. Run the "Blur Mode:Manage Blur Presets" command 3. A draggable panel will appear showing your current presets -4. Click elements to add them to your preset (green highlight) -5. Click again to remove them from the preset +4. Click elements to add them to your preset (yellow highlight) +5. Click again to remove them from the preset (red highlight) 6. Use the × button in the preset panel to remove specific elements ### Toggling Blur Effect @@ -92,6 +92,12 @@ If you encounter any issues or have suggestions, please [open an issue](https:// ## Changelog +### 1.0.4 + +- Use CSS for styling instead of JS/HTML per Obsidian guidelines +- Add three-color highlight system (red/yellow/green) for element +states + ### 1.0.3 - Refactor code