platers / obsidian-linter

An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
https://platers.github.io/obsidian-linter/
MIT License
1.24k stars 82 forks source link

Fix: capitalize-headings, yaml-title, yaml-title-alias require two lint passes to resolve #1131

Closed tcoliver closed 3 months ago

tcoliver commented 3 months ago

Fixes #1130

I moved the yaml-title and yaml-title-alias rules to the runAfterRegularRules method. They immediately follow the capitalize-headings rule.

pjkaufman commented 3 months ago

Hey @tcoliver , thanks for making a PR around this. I will plan on taking a look at it soon. I have not forgotten about this, but I have not made the time to take a look at it and verify that it does indeed work. I just need to double check the logic and we should be good to proceed form there if nothing else pops up.

tcoliver commented 3 months ago

Glad to be of help! Thank you for all the work on this excellent tool. I'll be looking for ways to contribute again in the future.

pjkaufman commented 3 months ago

I'll look forward to it.