obsidian-linter icon indicating copy to clipboard operation
obsidian-linter copied to clipboard

An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.

Results 296 obsidian-linter issues
Sort by recently updated
recently updated
newest added

## 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....

bug

## 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...

bug

## 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...

rule suggestion
markdown

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*...

rule suggestion

## 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...

bug
markdown

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...

duplicate
rule suggestion
markdown

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...

enhancement
obsidian
code cleanup

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...

rule suggestion

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)...

documentation
enhancement
rule suggestion
obsidian

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...

documentation
code cleanup