Skip to content

Releases: platers/obsidian-linter

1.3.0

15 May 15:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.10...1.3.0

1.2.10

09 Feb 20:18

Choose a tag to compare

Full Changelog: 1.2.9...1.2.10

New rule: YAML title
First H1 is inserted as the title attribute. If not found, inserts the filename.

Bugfix: Remove tags before parsing yaml

1.2.9

17 Jan 21:45

Choose a tag to compare

What's Changed

  • DiffMatchPatch for faster diffing by @platers in #158
  • new rule remove-empty-list-markers & minor fix for format-tags-in-yaml by @chrisgrieser in #159

Full Changelog: 1.2.8...1.2.9

1.2.8

11 Jan 05:15

Choose a tag to compare

What's Changed

Full Changelog: 1.2.7...1.2.8

1.2.7

18 Nov 23:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

30 Oct 06:14

Choose a tag to compare

  • New Rule: Remove Consecutive List markers - @chrisgrieser
  • New Rule: Three Consecutive Dots to Ellipsis - @chrisgrieser
  • Make title case rule more customizable, added a setting to set which words to ignore or keep lowercase.
  • Lots of bug fixes

1.2.5

17 Oct 22:21

Choose a tag to compare

  • Fix bug when linter would fail to load when first installed
  • Make settings more concise
  • Folders to ignore setting now prevents linting those folders on manual save as well - @JeppeKlitgaard

1.2.4

15 Oct 17:08

Choose a tag to compare

  • New rules: remove-hyphenated-line-breaks
  • Configurable timestamp keys for date modified and date created - @JeppeKlitgaard
  • Better codeblock parsing using remark
  • Ignored folders are no longer linted on manual lint - @JeppeKlitgaard

1.2.3

07 Oct 00:14

Choose a tag to compare

  • Setting to ignore folders when linting all files
  • New rule: Remove Multiple Spaces - @chrisgrieser
  • New rule: Insert yaml attributes
  • Ignore cased words option for better acronym support in titleCase
  • Fix display changed option resetting

1.2.2

29 Sep 23:23

Choose a tag to compare

  • Fix settings not loading when updating plugin #78
  • New setting to toggle to pop up message when linting.
  • New rule footnote-after-punctuation @chrisgrieser