No description
Find a file
2025-04-04 09:44:00 +02:00
.github/workflows chore: github action attempt 3 2025-04-04 09:44:00 +02:00
src feat: initial commit 2025-04-04 09:28:09 +02:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs feat: initial commit 2025-04-04 09:28:09 +02:00
eslint.config.mjs feat: initial commit 2025-04-04 09:28:09 +02:00
LICENSE feat: initial commit 2025-04-04 09:28:09 +02:00
manifest.json chore: github action attempt 3 2025-04-04 09:44:00 +02:00
package.json feat: initial commit 2025-04-04 09:28:09 +02:00
pnpm-lock.yaml feat: initial commit 2025-04-04 09:28:09 +02:00
pnpm-workspace.yaml feat: initial commit 2025-04-04 09:28:09 +02:00
README.md doc: update readme 2025-04-04 09:32:09 +02:00
styles.css feat: initial commit 2025-04-04 09:28:09 +02:00
tsconfig.json feat: initial commit 2025-04-04 09:28:09 +02:00
version-bump.mjs feat: initial commit 2025-04-04 09:28:09 +02:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

Obsidian Prettier Plugin

This is a formatting plugin for Obsidian (https://obsidian.md).

It uses the built-in settings for tabs and tab spacing so it doesn't require configuration.

Installation

Unzip the latest release into .obsidian/plugins folder of your vault.

Usage

Format on save is enabled by default, and can be changed under plugin settings.

Additionally, a "Format current file" command is available.

Customization

This plugin only provides two options to prettier, namely tabWidth and useTabs. They are taken via the Editor settings. Beyond that, there's no customization provided.

Credits

Significant inspiration taken from alexgavrusev/obsidian-format-with-prettier.

License

BSD Zero Clause License, for more details see License