Skip to content

v0.2.4: table width scale fix

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Oct 14:37
Immutable release. Only release title and notes can be modified.
v0.2.4
4f34682

Installation

Download variable-content-width.css and place it in your Obsidian snippets folder:

  1. Open Obsidian Settings → Appearance → CSS Snippets
  2. Click the folder icon to open snippets folder
  3. Place variable-content-width.css in the folder
  4. 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-scale used 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