SVG Styler is a simple Obsidian community plugin designed to help you easily modify the style properties of SVG images directly within the editor. With this plugin, you can customize properties like color, border, opacity, and more. Supported drawable tags include: path
, line
, rect
, circle
, ellipse
, and polygon
.
- Select your embedded SVG file (e.g.,
![[my-icon.svg]]
). - Press
Ctrl + P
to open the command palette. - Type SVG Styler and press
Enter
.
- Save In-place: Inserts new style properties directly into the original SVG file.
- Save as Duplicate: Creates a new copy of the SVG with the updated styles applied.
- Clear Styles: Removes any existing styles from the SVG.
To see version history, changelog and upcoming features, visit CHANGELOG.md.