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
I've found that when importing bookmarks, before the content (after the front matter) there's always a newline at the top. I've solved this annoyance changing the \n\n to \n from template.ts. I'm not sure why the double newline is there.
Oh it's in the plugin, I thought it was somewhere in my template, it was driving me crazy!
But if I change it in the template.ts file it will be overwritten with the next plugin update, right?
I've found that when importing bookmarks, before the content (after the front matter) there's always a newline at the top. I've solved this annoyance changing the
\n\n
to\n
fromtemplate.ts
. I'm not sure why the double newline is there.obsidian-omnivore/src/settings/template.ts
Line 360 in 619013b
The text was updated successfully, but these errors were encountered: