Notable Change
- Thanks to @iucario , custom regex replacement was added which allows you to replace certain values in your file with others. For example, you could use it to replace the tag
#test
with#experimental
in your whole vault. - There should be performance improvements on lint that should make most file lintings go faster due to a new addition of caching
What's Changed
- Swap Out URL Test Regex to Make Sure Pasting URL Check Finished in Reasonable Timeframe by @pjkaufman in #500
- Improve Performance by Adding LRU for ASTs and Fix Issue with Multiple Lines Between Heading and Tag by @pjkaufman in #502
- Fix Multicuror Multiline Paste by @pjkaufman in #503
- Fix First Letter Being Capitalized if not Preceded by Tab or Space by @pjkaufman in #504
- Fix YAML Multiline Array of Dictionaries Getting Escaped by @pjkaufman in #505
- Added a function for custom regex replacement by @HardwayLinka in #455
- feat: space between CJK and English by @iucario in #481
- Update Docs and Fix Comma Issue in Rule Name by @pjkaufman in #507
- Fix Issue with Comma Delimiter not Working if You Have a Space after Some Commas and Not Others by @pjkaufman in #510
- Fix Bug with Links in Headings by Converting to Text instead of Retaining Link by @pjkaufman in #511
- Update Versions Info, Refactor Custom Components, and Update Documentation by @pjkaufman in #512
New Contributors
- @HardwayLinka made their first contribution in #455
- @iucario made their first contribution in #481
Full Changelog: 1.7.1...1.8.0