Skip to content

Releases: platers/obsidian-linter

1.3.2

10 Jun 15:01
38d6426
Compare
Choose a tag to compare

What's Changed

  • Fix Title Case Style Not Capitalizing the First Word by @pjkaufman in #211
  • Remove Blank Lines Between List and Checklist Items by @pjkaufman in #212
  • Compact YAML Remove Inner Empty Lines by @pjkaufman in #213
  • Add Consistency Rules for Emphasis and Strong by @pjkaufman in #215
  • Display Currently Active Dropdown Option as Selected by @muya in #217
  • Match Header Capitalization Style Title to Formatting Result by @muya in #218
  • Remove Spaces from Link Text by @pjkaufman in #220
  • Add No Bare URLs Rule by @pjkaufman in #222

New Contributors

  • @muya made their first contribution in #217

Full Changelog: 1.3.1...1.3.2

1.3.1

29 May 17:55
fa9feaa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

15 May 15:20
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.7...1.2.8

1.2.7

18 Nov 23:38
Compare
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
Compare
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
Compare
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
Compare
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