obsidian-linter
obsidian-linter copied to clipboard
An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
## Describe the Bug With the new "Format YAML Array" and "Format yaml array sections" rules, a single non-array date value in the YAML is getting converted into an array....
## Describe the Bug After updating today and looking at "Settings" -> "Linter": The new "Format YAML Array" area has a setting "Yaml aliases section style" but there is an...
## Describe the Bug Both trailing spaces rules are set to `true`: ```json "Trailing spaces": { "Removes extra spaces after every line.": true, "Two Space Linebreak": true } ``` When...
I use the obsidian plugin [Front Matter Title](https://github.com/Snezhig/obsidian-front-matter-title) to have clean filenames, but display them more descriptive inside obsidian. This plugin uses the frontmatter keyword `title`, which replaces the *displayed*...
## Describe the Bug When using Linter to re-index and consolidate footnotes at the end of a document, I commonly see the consolidated footnotes listed out of order and associated...
Currently the existing option "Convert Bullet List Markers: Converts common bullet list marker symbols to markdown list markers." covers some of this but there is no option to insure that...
Currently when lint all is run, it runs asyncronously, which is fine so long as there are not a lot of files to parse. I have somewhere around 2k and...
I'm starting using [Obsidian_to_Anki plugin](https://github.com/Pseudonium/Obsidian_to_Anki) and it works with an special use of the blank lines and probably other syntaxis. If I use Linter I break these rules and the...
Now that the number of rules is slowly growing (🥳), I think some small changes might be appropriate to keep it overseeable: 1. the rules on the [front page readme](https://github.com/platers/obsidian-linter#rules)...
Go through and make sure that rule categorizations make sense and see about making it a bit clearer about which rule falls into which category and how to know which...