๐Ÿ”— Trim Whitespace
Trims unnecessary whitespace from your Obsidian documents
favorite
share
by Zack Lovatt
34
7,334
Latest Version
10 months ago
Changelog

Added

  • Jest test suite (thanks @velebit!)
  • Setting to preserve leading characters if part of an indented list
  • Setting to control whether CTRL/CMD + S trims document

Changed

  • Auto-Trim to skip currently-active text block (#5)
  • Trimming via CTRL/CMD + S no longer requires Auto-Trim to be enabled (#12)
  • "Skip Code Blocks" setting name to "Preserve Code Blocks"
  • Improved detection of code blocks

Fixed

  • Trimming of indented lists (#9)
  • Plugin not loading on iOS (thanks @velebit!) (#14)
  • Typo in settings (#16)
  • Issue trimming code blocks containing template literals (#17)