-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Embeds are not being shown in presentations #239
Comments
Same. |
I found the error by toggling the developer mode. It seems the code from this presentational plugin is not detecting the correct current file path if you created a markdown file on a nested folder. In order to make it work temporarily (not deal) is to put your markdown file into the root folder of your vault. The only issue I am facing is that the presentational embedded doesn't contain a button to slide forward or backward. Since this presentational slider is not working properly, it's better just display your embedded image instead Not sure if this is a bug, or not a feature that has been added yet. |
I've been having this same issues. Thanks @KoichaDev for your insights. I managed to solve my issue, so I'll share in more detail here: I have my image in a folder in Obsidian called In my case I have my slides note in an obsidian sub-folder. This is the reason why my images aren't displaying when I open Even if Obsidian can display these images: Solutions and Workarounds Option 1.If possible like @KoichaDev said, we can just moved the slide presentation note to the root vault in obsidian. (removing it out of any subfolders.) that should fix any issues. However sometimes you want to keep things in subfolders for various reasons... Option 2 - Workaround.If you have your presentation note in 1 level of a subfolder we would have to add if your note is in 2 subfolders (2 levels deep of subfolders) then we'd manually have to send to add this That will work, however it's a manual workaround for now, hope there's an easy solution in the future to not have to worry about this Thanks to the developer for such an incredible plugin, I use it every day. Hope this helps anyone else stuck in this issue |
Hey there! It's great to hear that you found another workaround solution, and I'm happy you shared this information here. |
In case anyone else is looking for a workaround. I played with
In preview, using markdown links, with .md extension, with/without headings, and with URL encoded relative paths, is the closest to working. It shows content on the slide, but it seems to not render the rest of the presentation. It doesn't export.
Not sure if that's helpful to anyone but just in case! |
Describe the bug
Embeded files are shown as text instead of resolving and showing the file content
Samples to Reproduce
Steps & Examples to reproduce the behavior:
`
Slide 1
![[image.png]]
`
Expected behavior
The presentation shows up showing the image instead of just the text "![[image.png]]"
The text was updated successfully, but these errors were encountered: