Format Automatically with Prettier

by Dylan Armstrong
favorite
share
Score: 50/100
Description

The Obsidian Prettier Plugin automatically formats your Markdown files using Prettier, aligning with the tab and spacing settings defined in the Editor preferences. It supports format-on-save and includes a manual command to format the current file. Unlike other Prettier integrations, it avoids extra configuration and keeps things simple by only respecting tab width and tab usage from the editor. This minimalist approach is ideal for users who want consistent formatting without managing complex rules or settings.

Stats
2
stars
189
downloads
0
forks
40
days
27
days
27
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
9
commits
Latest Version
a month ago
Changelog
  • Changes how changes are applied from linter to manually adjust editor's codemirror. This fixes the cursor jumping around on save from wrong offsets, and also doesn't uncollapse sections.
README file from