Immutable
release. Only release title and notes can be modified.
Installation
Download variable-content-width.css and place it in your Obsidian snippets folder:
- Open Obsidian Settings → Appearance → CSS Snippets
- Click the folder icon to open snippets folder
- Place
variable-content-width.cssin the folder - Refresh the snippets list and enable "Variable Content Width"
See README.md for full documentation.
What's Changed
Fixed
- Table Scale Calculation: Fixed critical bug in source/editor mode where
--vcw-set-table-scaleused multiplication instead of division- Tables now correctly narrow when scale value increases (e.g., scale of 1.2 produces 83% width instead of 120%)
- Calculation now consistent with other scale variables (h1, h2, h3, callout)
Full Changelog: v0.2.3...v0.2.4