Description
Productivity Tools Plugin
Category: Productivity Tools
The Trim Whitespace plugin enhances the editing experience in Obsidian by removing unnecessary blank spaces, tabs, and lines from documents. It operates on trailing, leading, and multiple whitespace types, offering cleaner and more organized content. Users can trim specific sections or entire documents, with settings that allow customization, such as preserving code blocks or indented lists. The plugin includes commands for manual and selection-based trimming, as well as options for auto-trimming after modifications with a configurable delay. A ribbon button is also provided for quick access.
Stats
43
stars
43 stargazers
9,486
downloads
9,486 downloads
4
forks
4 forks
1,013
days
1,013 days since creation
639
days
639 days since last commit
639
days
639 days since last release
7
total PRs
7 total pull requests
0
open PRs
0 open pull requests
0
closed PRs
0 closed pull requests
7
merged PRs
7 merged pull requests
21
total issues
21 total issues
7
open issues
7 open issues
14
closed issues
14 closed issues
0
commits
0 total commits in last one year
Latest Version
2 years 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
README file from