vipzhicheng / logseq-plugin-slide-reveal

Logseq Slide Reveal Support
http://www.vipzhicheng.com/logseq-plugin-slide-reveal/
Other
1 stars 0 forks source link

Export the presentation as stand alone html #1

Closed ecodiv closed 2 months ago

ecodiv commented 2 months ago

Great plugin! I often need to share the presentations, so I wonder if it is possible to export the presentation as a standalone HTML page.

vipzhicheng commented 2 months ago

That's a direction. A pure Reveal.js library supports export presentation as pdf. but based on URL param. It may or may not be feasible for Logseq. Give me some time.

vipzhicheng commented 2 months ago

Took some time to dig, and now I think it's a hard mission. May be not feasible for now.

ecodiv commented 2 months ago

OK, thanks for checking anyway. Just in case, I saw this tool, reveal-md, which includes an option to export it to a static website: https://github.com/webpro/reveal-md?tab=readme-ov-file#static-website

vipzhicheng commented 2 months ago

This is for markdown syntax. but not Logseq markdown syntax. So even I try to export the slides to markdown. but the two markdowns are not equal. As my plugin did, there will be some specific styles that may be for styles and position elements. those will be not supported for this reveal.md syntax. So I think if you need to export, may be you need to learn just the pure reveal ecosystem. and implement a customization one. or you can just do the slides on slides.com for easy sharing.