Skip to content

Releases: platers/obsidian-linter

1.2.1

25 Sep 04:54

Choose a tag to compare

Fix bug in disabling rules in YAML #70

1.2.0

24 Sep 03:29

Choose a tag to compare

Completely rebuilt the settings UI to be more user friendly. Now rules can be toggled like normal plugin settings.

This update is not backwards compatible. You will need to reconfigure your rules after updating. Hopefully this is much easier now!

Additional changes:

  • Ability to disable some or all rules in a file through a YAML setting
  • Tag rules by type, making them easier to find
  • Add a confirmation modal to the lint all files command
  • New rules: convert-spaces-to-tabs and line-break-at-document-end. Thanks @chrisgrieser!
  • Many bug fixes regarding YAML and code block detection

1.1.5

16 Sep 05:05

Choose a tag to compare

  • Lint all files command
  • New rule: format-tags-in-yaml
  • New rule: move-footnotes-to-the-bottom
  • New rule: re-index-footnotes
  • Update titleCase behavior
  • Bug fixes for header increment
  • Bug fixes for multiple code blocks and YAMLs in a file

1.1.4

08 Sep 05:54

Choose a tag to compare

  • Preserve folds, zoom, cursor, and scroll on lint.
  • Smarter capitalization logic
  • Paragraph blank lines rule
  • YAML timestamp now uses file metadata instead of current time
  • File name heading rule

1.1.3

02 Sep 02:41
11d560b

Choose a tag to compare

  • New rule capitalize headings
  • Date created/updated options for yaml timestamp

1.1.2

26 Aug 01:51

Choose a tag to compare

  • Lint on save setting
  • Bug fixes to heading-blank-lines
  • Keep scroll position the same after lint

1.1.1

22 Aug 17:57

Choose a tag to compare

  • Allow quote format in options like format="YYYY MMDD"
  • Fix broken links in the obsidian readme preview.
  • Improve documentation formatting
  • Shorten some rule names, you may need to update your settings!

1.1.0

20 Aug 21:52

Choose a tag to compare

Rules can have options
Add date format option for yaml-timestamp

1.0.1

12 Aug 04:42

Choose a tag to compare

Allow blank lines and // style comments in the config.

1.0.0

07 Aug 22:26

Choose a tag to compare

The first release!