michaellw / Obsidian-Canvas-Style-Menu

Customize canvas styles seamlessly through the canvas menu and support styles extension using CSS snippets.
57 stars 4 forks source link

Leftover CSS values #3

Open saucypilot opened 8 months ago

saucypilot commented 8 months ago

Ive noticed if i delete/disable the canvas style menu but install/enable the plugin again, the old changes I made with the canvas style menu come back. Do the css values stay even if i were to delete canvas style menu?

Im concerned if Obsidian for whatever reason finally releases a feature like this natively to canvas, this plugin may become obsolete. And the leftover CSS values may interfer to updates and introduced bugs.

michaellw commented 8 months ago

When you right-click to remove styles, it directly deletes the relevant properties recorded in the canvas file. Therefore, you can fully restore the original file. This plugin is customizable and extendable, meaning that if conflicts occur with the obsidian native settings, you just need to remove and/or modify the corresponding custom properties to resolve the issue.