Skip to content

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

The above warnings are based on limited information and might not always be accurate.

Data

IDobsidian-linter
Authorplaters
Minimum Obsidian Version1.12.0
Official Release Date2021-08-22
Last update2026-06-17

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jun 22, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2021-08-22Plugin Added
2021-10-05descriptionThis Obsidian plugin applies consistent styling to your markdown files.Formats and styles your notes.
2022-11-10descriptionFormats and styles your notes.Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.
2023-04-26descriptionFormats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.
2024-01-27descriptionFormats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.
2026-05-12authorVictor Taoplaters

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksJest
Has Test FilesYes
Latest Release main.js Size882 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings10 disclosures
Uses BRAT beta releasesYes
Dependencies@popperjs/core, async-lock, diff-match-patch, loglevel, mdast-util-from-markdown, mdast-util-frontmatter, mdast-util-gfm-footnote, mdast-util-gfm-task-list-item, mdast-util-math, micromark-extension-gfm-footnote, micromark-extension-gfm-task-list-item, micromark-extension-math, micromark-util-combine-extensions, moment-parseformat, quick-lru, ts-dedent, unist-util-visit, yaml
Dev Dependencies@babel/core, @babel/plugin-proposal-decorators, @babel/plugin-transform-class-properties, @babel/plugin-transform-private-methods, @babel/preset-env, @babel/preset-typescript, @codemirror/view, @jest/types, @types/async-lock, @types/diff, @types/diff-match-patch, @types/jest, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, babel-jest, babel-plugin-import-glob, builtin-modules, cssnano, esbuild, esbuild-plugin-import-glob, esbuild-plugin-replace, eslint, eslint-config-google, eslint-plugin-deprecation, eslint-plugin-jest, eslint-plugin-obsidian-linter, eslint-plugin-unicorn, jest, moment, obsidian, postcss, postcss-cli, ts-node, tslib, typescript, unified-lint-rule

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Obsidian request APIs
Note Content AccessReads vault files
Vault File WriteWrites vault files
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHigheval (1), dynamic_code:eval (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.readText (1), navigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighlocalStorage.getItem (1), localStorage (3)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (6), this.registerEvent (5)
Reads Obsidian metadata cacheInfoHighapp.metadataCache (1)
References URLs or constructs URL objectsInfoHighhttp:// (17), https:// (55)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (20), obsidian.Setting (20)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (9)
Accesses Obsidian vault APIsInfoHighapp.vault (14)
Enumerates vault filesInfoHighapp.vault.getAllLoadedFiles (2)
Reads vault filesInfoHighapp.vault.cachedRead (4), app.vault.read (2)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (1)
Writes vault filesInfoHighapp.vault.modify (1), app.vault.process (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (13)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (5)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 33949 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
1.0.02021-08-07Released while not listed
1.0.12021-08-12Released while not listed
1.1.02021-08-20Released while not listed
1.1.12021-08-22None
1.1.22021-08-26None
1.1.32021-09-02None
1.1.42021-09-08None
1.1.52021-09-16None
1.2.02021-09-24None
1.2.12021-09-25None
1.2.22021-09-29None
1.2.32021-10-07None
1.2.42021-10-15None
1.2.52021-10-17None
1.2.62021-10-30None
1.2.72021-11-18None
1.2.82022-01-11None
1.2.92022-01-17None
1.2.102022-02-09None
1.3.02022-05-15None
1.3.12022-05-29None
1.3.22022-06-10None
1.3.32022-06-25None
1.3.42022-07-03None
1.3.52022-07-09None
1.3.62022-07-15None
1.3.72022-07-31None
1.4.02022-08-13None
1.4.12022-08-15None
1.4.22022-08-15None
1.4.32022-08-16None
1.4.42022-09-04None
1.5.02022-09-19None
1.5.12022-09-24None
1.6.02022-10-03None
1.7.02022-10-27None
1.7.12022-11-10None
1.8.02022-11-24None
1.9.02022-12-06None
1.9.12022-12-09None
1.10.02022-12-22None
1.10.12022-12-22None
1.10.22023-01-24None
1.10.32023-02-03None
1.11.02023-04-04None
1.12.02023-04-08None
1.13.02023-05-02None
1.14.02023-05-14None
1.15.02023-05-25None
1.15.12023-05-25None
1.15.22023-05-26None
1.16.02023-06-19None
1.17.02023-07-11None
1.18.02023-07-29None
1.19.02023-08-01None
1.19.12023-08-03None
1.20.02023-09-06None
1.20.12023-10-25None
1.21.02023-12-04None
1.22.02023-12-13None
1.23.02024-02-25None
1.23.12024-02-26None
1.23.22024-03-06None
1.24.02024-04-29None
1.25.02024-07-08None
1.26.02024-09-01None
1.27.02024-10-14None
1.27.12024-10-14None
1.28.02024-12-24None
1.28.1-rc12025-02-12None
1.29.02025-04-19None
1.29.12025-05-26None
1.29.22025-05-27None
1.30.02025-09-14None
1.31.02026-02-15None
1.31.12026-03-03None
1.31.22026-03-04None
1.32.02026-06-17None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.