Releases: platers/obsidian-linter
Releases · platers/obsidian-linter
1.3.5
What's Changed
- Handle More Complex Paragraphs for Paragraph Blank Lines by @pjkaufman in #252
- Update Readme and Add Bug and Feature Request Templates by @pjkaufman in #258
- Add rule YAML Title Alias by @mnaoumov in #256
- Remove Space Around Fullwidth Punctuation by @pjkaufman in #260
- Update Test Setup and Documentation by @pjkaufman in #263
- Update Contribution/Dev Docs and Make It Separate and Fix Rule Documentation Issue by @pjkaufman in #265
- Sort Yaml by @pjkaufman in #266
- Revert "Sort Yaml" by @pjkaufman in #267
- Sort Yaml by @pjkaufman in #268
- Ignore Multiline Obsidian Comments for Paragraph Modifications by @pjkaufman in #269
- Prep for Release by @pjkaufman in #270
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
- Fix Placeholders' First Character Matching "\b" for Regex by @pjkaufman in #242
- Update Link Parsing by @pjkaufman in #243
- Update YAML Timestamp and Add Locale by @pjkaufman in #245
- Make Logging Simpler and Human Readable by @pjkaufman in #248
- Release Prep by @pjkaufman in #251
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Timestamp YAML Rule Now Fills in Empty Keys and Only Updates Modified Key with a File Change by @pjkaufman in #225
- Make Remove Multiple Whitespace Remove Multiple Spaces Around Non-Letters by @pjkaufman in #227
- added "" to patterns excluded from No Bare URLs by @MichaBrugger in #230
- Fix a Couple of Issues Around Header Increment by @pjkaufman in #231
- Add Two Spaces at the End of Lines with Content Continued on the Next Line by @pjkaufman in #232
- Update Notice Logic for Error Handling and When to Display Command Pallet Rule for Lint Folder by @pjkaufman in #233
- Ignore Tags for Chinese and English Character Spacing by @pjkaufman in #235
- Escape YAML Where possible by @pjkaufman in #237
- Fix Checkboxes Followed by Regular Markdown Link when Removing Whitespace from Link by @pjkaufman in #238
- Release Prep and Ignoring YAML for 2 Spaces Between Content Continued on the Next Line by @pjkaufman in #239
New Contributors
- @MichaBrugger made their first contribution in #230
Full Changelog: 1.3.2...1.3.3
1.3.2
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
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fix Issue with First Letter Capitalization and Header by @pjkaufman in #202
- Fix Footnote Whitespace by @pjkaufman in #203
- Fix Issue with Yaml FrontMatter Including More Than Initial Frontmatter by @pjkaufman in #204
- Fix Lint All Not Finishing by @pjkaufman in #207
- Capitalize 1st a - Z Character in a Heading by @pjkaufman in #208
- Fix Frontmatter Parsing with Lines that Start with Tabs by @pjkaufman in #209
- Updated Plugin Version by @pjkaufman in #210
Full Changelog: 1.3.0...1.3.1
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-yaml
by @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-spaces
ignore YAML to avoid conflict withinsert-yaml-attributes
by @chrisgrieser in #141
New Contributors
Full Changelog: 1.2.6...1.2.7