Newer Obsidian versions with property editor require update to front matter template
wrgrant opened this issue · 2 comments
wrgrant commented
With Obsidian v1.5.3, (or sometime recently) there is a new property editor for the front matter.
The current template linked here:
Line 5 in ed6026d
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
Line 6 in ed6026d
Tags:
needs to be changed to tags:
(just lowercase the T).
With these fixes, I was able to properly import my notebooks.
github-actions commented
Yihaa, thank you for reporting me this issue and to let me improve Yarle!
akosbalasko commented
Hi @wrgrant ,
Thank you for raising this up, I relesad the fix