My Obsidian style links worked for the most part - with two exceptions.
- If there was a "-" in my title, the links were borked.
- If I tried to use a link alias, the links were totally wrong because they were not properly converted to lower case.
To fix these two issues, I added a bit of logic in my customPagePathGenerator function to remove any "-" in the path and replace them with a single space.
My Obsidian style links worked for the most part - with two exceptions.
- If there was a "-" in my title, the links were borked.
- If I tried to use a link alias, the links were totally wrong because they were not properly converted to lower case.
To fix these two issues, I added a bit of logic in my customPagePathGenerator function to remove any "-" in the path and replace them with a single space.