Releases: platers/obsidian-linter
Releases · platers/obsidian-linter
1.2.6
- 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
- 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
- New rules: remove-hyphenated-line-breaks
- Configurable timestamp keys for
date modified
anddate created
- @JeppeKlitgaard - Better codeblock parsing using remark
- Ignored folders are no longer linted on manual lint - @JeppeKlitgaard
1.2.3
- 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
1.2.1
1.2.0
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
andline-break-at-document-end
. Thanks @chrisgrieser! - Many bug fixes regarding YAML and code block detection