secure-77 / Perlite

A web-based markdown viewer optimized for Obsidian
https://perlite.secure77.de/
MIT License
1.1k stars 98 forks source link

block support #41

Closed LeiYanhua closed 1 year ago

LeiYanhua commented 1 year ago

huge thanks to secure-77 and all other contributors!

I would like to suggest block / heading transcluding or embedding as is follows: [[ source md]] ; [[source md# heading | alias]] ; [[[[source md#^ block | alias]] and with ! before [[ , for embedding

To materailize the above suggested feature, https://github.com/ppeetteerrs/obsidian-zola/compare/main...rockmanvnx6:obsidian-zola:preview-popup may be helpful

LeiYanhua commented 1 year ago

For anyone who may be interested in developing the suggested feature, https://github.com/ppeetteerrs/obsidian-zola/commit/c77055ddf8e2ee07e54d270225adb6590590d458

secure-77 commented 1 year ago

Hi @LeiYanhua I was thinking about to implement some kind of modal / mouse hover function, showing content from other markdown files. Check: https://github.com/secure-77/Perlite/issues/43 But at the moment I can´t say if this will then also support pointing to a specific block / header section (If I understand your request correct).

So for the moment I will first take a look at Issue 43.

secure-77 commented 1 year ago

Please take a look at #43, at the moment I don`t think I will implement the header preview reference.