nancyel170 downloadsDynamically adjust font size of note content using a property slider.
A custom Obsidian plugin that allows you to dynamically adjust the font size of note content through frontmatter properties with an intuitive slider interface.

font-size property in note frontmatterAdd a font-size property to your note's frontmatter:
---
font-size: 1.5rem
---
Your note content will render at 1.5rem font size.
You can use either:
"1.5rem"1.5Navigate to the plugin directory:
cd .obsidian/plugins/dynamic-font-size
Install dependencies:
npm install
Build the plugin:
npm run build
For development with auto-rebuild:
npm run dev
Enable the plugin in Obsidian:
The plugin provides several configurable settings:
Access these settings in Settings → Dynamic Font Size.
The plugin:
font-size property from the note's frontmatterrem units (relative to root font size)For issues or feature requests, please open an issue in the repository.
MIT