obsidian-advanced-slides icon indicating copy to clipboard operation
obsidian-advanced-slides copied to clipboard

When embed markdown using #heading, and in that embeded markdown include some link to block like [[myfile#^5f4d3]], The link to block can't be recognized

Open ruanwz opened this issue 3 years ago • 1 comments

When embed markdown using #heading, and in that embeded markdown, there is a link to block like [[myfile#^5f4d3]], the link to block can't be recognized.

For example:

in myslide.md:
![[myfile#heading]]

in myfile.md:
# heading
[[anotherfile#^56789|show this text]]

when view myslide.md in normal reading mode, it shows:
heading
show this text

but when view myslide.md using advanced slides, it shows:
heading
[[anotherfile#

This type of links to block is very useful for pdf annotations. Could you please see if it can also work in advanced slides? Thanks!

ruanwz avatar Jul 17 '22 16:07 ruanwz

+1 request for this feature.

Embed the entire section from a note is one of the easiest way to make a quick presentation.

The output effect can refer the one of the built-in presentation function.

zhao414 avatar Aug 04 '22 01:08 zhao414

will be fixed with next release

MSzturc avatar Aug 18 '22 11:08 MSzturc