Linter v1.17.0
This release mainly touched on bug fixes with the addition of labels for custom replacement values so that you can explain what the custom replacement is used for and a rule suggester like the tag or link suggester that can be used when typing in rules to disable for the Linter using the disabled rules
key in the YAML.
Features
- Added a label for custom replacements
- Added the ability to suggest rules to disable when the rule's name or alias is typed in like how tags and links work in native Obsidian
Bugs
- Updated the Chinese translation for
Quote Title
- Made sure that
No Bare URLs
does not affect HTML - Fixed an infinite loop in
move-footnotes-to-the-bottom
andre-index-footnotes
where a footnote definition that was the first line of a file and duplicated elsewhere caused an infinite loop - Updated the logic for moving math block indicators to their own line to try to handle scenarios where 2 math blocks get combined into 1
- Updated
Paragraph Blank Lines
to not add blank lines around footnote definitions at the end of a file
What's Changed
- Update Chinese Translation of
Quote Style
's Name by @pjkaufman in #770 - Add Rule Suggester for Linter to Help When Disabling Rules by @pjkaufman in #772
- Documentation Site by @pjkaufman in #730
- Fix a Typo and Add Documentation Workflow by @pjkaufman in #775
- Updated
No Bare URLs
to Ignore html Elements by @pjkaufman in #778 - Label for Custom Replacement by @pjkaufman in #779
- Fix an Infinite Loop for
re-index-footnotes
andmove-footnote-to-the-bottom
by @pjkaufman in #785 - Try to Handle Math Blocks Getting Combined when 1 or More Are Malformed by @pjkaufman in #786
- Ignore Footnote Definitions for Paragraph Blank Lines by @pjkaufman in #788
- Release Prep by @pjkaufman in #789
Full Changelog: 1.16.0...1.17.0