Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Obsidian style embedded links #39

Open
Sigafoos opened this issue Nov 20, 2020 · 2 comments
Open

Allow Obsidian style embedded links #39

Sigafoos opened this issue Nov 20, 2020 · 2 comments
Labels
feature New feature or request

Comments

@Sigafoos
Copy link

Is your feature request related to a problem? Please describe.
I've been making heavy use of Obsidian's "embed" syntax, ie

![[related block]]

![[diagram.jpg]]

But these aren't rendered.

Describe the solution you'd like
The embedded notes/files are either iframed in or their content is included in the html.

@Sigafoos Sigafoos added the feature New feature or request label Nov 20, 2020
@binyamin
Copy link
Owner

binyamin commented Nov 20, 2020

@Sigafoos thanks for the suggestion! As far as I know, this syntax is specific to Obsidian, so adding it would be tricky. Are there certain filetypes which are valid for Obsidian embeds? I know that markdown and images are valid. Also, do you imagine block references also working?

@Sigafoos
Copy link
Author

Hm, you're right. Since it's nonstandard, this would basically become an "Obsidian focused digital garden", or else become bloated with lots of different PKM software stuff. If you'd like to close this I understand.

But: here are the file formats Obsidian can embed:

  • Markdown files: md;
  • Image files: png, jpg, jpeg, gif, bmp, svg, tiff;
  • Audio files: mp3, webm, wav, m4a, ogg, 3gp, flac;
  • Video files: mp4, webm, ogv;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants