Last Updated

Tagged “Obsidian”

()

My Obsidian style links worked for the most part - with two exceptions.

  1. If there was a "-" in my title, the links were borked.
  2. 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.

  1. If there was a "-" in my title, the links were borked.
  2. 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.