RyotaUshio / obsidian-font-size

An Obsidian.md plugin to adjust font size via commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Font Size Adjuster

This Obsidian.md plugin adds the Increment font size & Decrement font size commands, which allows you to adjust font size from hotkeys or the command palette without opening the appearance settings.

Note that they are different from Obsidian's built-in Zoom in & Zoom out commands; while these zooming commands change the size of all UI elements, the Increment font size & Decrement font size commands only affect the editor font size.

I recommend the following hotkeys (in the case of macOS with a US-layout keyboard):

  • Zoom in: Cmd+=
  • Zoom out: Cmd+-
  • Increment font size: Cmd+Shift+=
  • Decrement font size: Cmd+Shift+-

Note

If you like this plugin, don't forget to star this repository! I'd also appreciate it if you could support me.

Installation

You can install this plugin from within Obsidian's community plugin browser.

Support development

If you find my plugins useful, please support my work to ensure they continue to work!

GitHub Sponsors

Buy Me A Coffee

About

An Obsidian.md plugin to adjust font size via commands.

License:MIT License


Languages

Language:TypeScript 56.0%Language:JavaScript 44.0%