You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
With Obsidian v1.5.3, (or sometime recently) there is a new property editor for the front matter.
The current template linked here:
yarle/sampleTemplate.tmpl
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
yarle/sampleTemplate.tmpl
Line 6 in ed6026d
Tags:
needs to be changed totags:
(just lowercase the T).With these fixes, I was able to properly import my notebooks.
The text was updated successfully, but these errors were encountered: