obsidian-stack-overflow icon indicating copy to clipboard operation
obsidian-stack-overflow copied to clipboard

Feature Request - Remove the first horizontal rule please.

Open willasm opened this issue 2 years ago • 1 comments

If adding an url to a new blank document the top HR is treated as the start of the YAML frontmatter. This results in Obsidian displaying Metadata (Invalid YAML). I was able to remove the top one by commenting out the line...

markdown += "\n\n---";`

in main.js

It makes more sense to just have the one at the bottom. That way if I want to add more than one answer to a document, each one would be separated by a single HR rather than 2.

willasm avatar Dec 18 '22 09:12 willasm

good point, i'll remove that, thank you

bramses avatar Dec 20 '22 17:12 bramses