Releases: platers/obsidian-linter
Releases · platers/obsidian-linter
1.3.0
What's Changed
- add a short demo gif to README by @SewerynKras in #169
- Add an option to add space between Chinese and English by @ekilzen in #173
- make yaml title rules ignore code blocks by @haloislet in #180
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #181
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #187
- Escape title to be valid YAML by @mnaoumov in #197
- Add fix to long titles by @mnaoumov in #198
- Add Folder Lint Option to Right Click Folder Action Menu by @pjkaufman in #199
- Ignore Links for Rules by @pjkaufman in #200
New Contributors
- @SewerynKras made their first contribution in #169
- @ekilzen made their first contribution in #173
- @haloislet made their first contribution in #180
- @dependabot made their first contribution in #181
- @mnaoumov made their first contribution in #197
- @pjkaufman made their first contribution in #199
Full Changelog: 1.2.10...1.3.0
1.2.10
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
What's Changed
- DiffMatchPatch for faster diffing by @platers in #158
- new rule
remove-empty-list-markers& minor fix forformat-tags-in-yamlby @chrisgrieser in #159
Full Changelog: 1.2.8...1.2.9
1.2.8
1.2.7
What's Changed
- Fix RegEx of tags not match Chinese characters by @JunerLee in #134
- fix: dollar signs disappearing by @JeppeKlitgaard in #136
- make
trailing-spacesignore YAML to avoid conflict withinsert-yaml-attributesby @chrisgrieser in #141
New Contributors
Full Changelog: 1.2.6...1.2.7
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 modifiedanddate 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