silverbulletmd / silverbullet

The hackable notebook
https://silverbullet.md
MIT License
2.01k stars 138 forks source link

Link Embeds #903

Open onespaceman opened 5 days ago

onespaceman commented 5 days ago

right now page embeds work in editor view with support for sectional embeds with #headers @position or $anchor links.

Todo: embedding in Markdown preview

I'm not sure if this is the best way either, because I was also trying to add support for embedding other file types, like videos and pdfs. I was thinking to do that by reading mimetype of the file, but haven't figured out how to only fetch the file once, maybe merge the inline image widget and the embed codeblock into one all-purpose widget?