akosbalasko/yarle

Newer Obsidian versions with property editor require update to front matter template

wrgrant opened this issue · 2 comments

With Obsidian v1.5.3, (or sometime recently) there is a new property editor for the front matter.

The current template linked here:

{source-url-block}Source URL: []({source-url}){end-source-url-block}

Enters Source URL as:
Source URL: []({source-url})

But this imports as invalid syntax. Obsidian seems to just want the raw link now, and it will format it properly.
The fix would be to change that line to:
Source URL: {source-url}

Also on line 6

{tags-block}Tags: {tags}{end-tags-block}

Tags: needs to be changed to tags: (just lowercase the T).

With these fixes, I was able to properly import my notebooks.

Yihaa, thank you for reporting me this issue and to let me improve Yarle!

Hi @wrgrant ,
Thank you for raising this up, I relesad the fix