github platers/obsidian-linter 1.5.0

latest releases: 1.25.0-rc-1, 1.24.0, 1.23.3-rc-1...
21 months ago

What's Changed

  • Update Logic to Allow UI to Properly Display Links in Setting Options Name or Description by @pjkaufman in #396
    • Links in the settings page should now show up as links instead of just a url
  • Fix Documentation for Yaml Key Sort by @pjkaufman in #401
    • Updated the documentation to say that it may remove whitespace/empty lines, but it is not garuanteed
  • Add Ability to Escape Yaml Title Key by @pjkaufman in #402
    • Added the ability to force the escaping of the user inputted keys assuming it is not already escaped
  • Move Force Yaml Escape to Yaml Escape Rule by @pjkaufman in #403
    • Moved the rule to the yaml escape rule
  • Feat: custom commands by @windily-cloud in #390
    • Added custom commands that users can use in conjunction with lint file on save
    • Updated how logging works and made sure error messages are a little clearer
    • Also updated the logic for lint folder and lint all to make sure when it completes the notification is present until dismissed
  • RemoveEmptyListMarkers fix for single number by @mnaoumov in #406
    • Fixed an issue where a line with just a number on it would trigger the remove empty list markers rule
  • Ignore Math Blocks for Chinese Spacing with English Characters or Numbers by @pjkaufman in #409
    • Math blocks are now ignored for the rule around spaces between Chinese and English characters
  • Make linter-yaml-title-alias Optional by @pjkaufman in #413
    • Updated yaml-title-alias to let you decided if you want the helper yaml key to allow you to better handle file renames and H1 changes
  • Format Ordered Lists by @pjkaufman in #414
    • Allows you to format/auto order ordered lists and select what the ordered list marker/indicator ends with (a period or a parenthesis).
  • Move Tags to Yaml by @pjkaufman in #416
    • Added a rule for moving yaml tags in the body to the frontmatter and added an option to remove the hashtags for them in the body of the file
  • Allow for Dictionary Value Retrieval for Yaml Key Sort by @pjkaufman in #417
    • Allows yaml key sort to retain the values of dictionary keys
  • Release Prep and Disable Custom Commands on Folder and Vault Lint by @pjkaufman in #420
    • Bump plugin version
    • Make sure that Custom Commands only run on lint file as the proper info is not exposed to help out with running the custom commands against a non-active leaf

New Contributors

Full Changelog: 1.4.4...1.5.0

Don't miss a new obsidian-linter release

NewReleases is sending notifications on new releases.