logseq / publish-spa

A github action and CLI to publish logseq graphs as a SPA app
MIT License
245 stars 14 forks source link

Support rendering of plugins #31

Open almereyda opened 6 months ago

almereyda commented 6 months ago

What Happened?

As a LogSeq user, I need to produce a static rendering of my graph including all plugins and themes #8, in order to be able to reproduce the interfaces that are made available through the graph data.

Reproduce the Bug

  1. Create a static export from a graph that uses the Sepia theme together with the Kanban plugin.
  2. See both not being available in the output.

Expected Behavior

The theme and plugin are available in the output.

almereyda commented 6 months ago

It has been stated in https://github.com/logseq/publish-spa/issues/8#issuecomment-1570247542 that plugins are currently technically not possible.

This issue documents reasons why this is the case at the moment and suggests paths of resolution moving onward.

logseq-cldwalker commented 4 months ago

Hi. Our current plugins are designed to only work on desktop. We don't have the bandwidth to extend their usage to other platforms. If/when we redesign plugins, we would want the redesign to add support for mobile, web and publishing platforms. If you are an engineer, you may be able to hack some workarounds for specific plugins by using custom.js