fangface-hub121 downloadsFormats Markdown tables when files are saved.
An Obsidian plugin for formatting Markdown tables on save.
0 or more)- characters in the delimiter row.Open: Settings -> Community plugins -> Table Formatter
Padding spaces| cell | style (single-space padding)>= 0): exactly that many spaces around each cellTable border dash count3)>= 1): fixed number of - in delimiter cells (no :)npm install
npm run dev
Run lint:
npm run lint
Auto-fix lint issues:
npm run lint:fix
Build production bundle:
npm run build
Note: npm run build runs lint first via esbuild.config.mjs.
Use one of the following version bump scripts depending on the scope of changes:
npm run version:patchx.y.z -> x.y.(z+1))npm run version:minorx.y.z -> x.(y+1).0)npm run version:majorx.y.z -> (x+1).0.0)Each script updates package.json, package-lock.json, manifest.json, and versions.json together.
manifest.json version.main.js, manifest.json, styles.css (optional), versions.json (recommended).Notes:
manifest.json in the default branch must be up to date before submission.id must be unique and must not contain obsidian.