Issues

LATER make Logseq Export a separate github action that opens logseq headlessly

this could be done by finishing my Logseq Export github action tool

this tool uses the Logseq Publish Github Action base, and instead of exporting public pages, exports json

it also requires using my fork of Logseq

needed some customization to properly export json

what’s left to get this working is I need to get mocked-open-dir-path working on json export function like it does on the export html pages function so the headless tool can give logseq the folder to export to

LATER fix current need to wait for Logseq to reindex before Logseq Export works

LATER make the hugo template and theme in Notes Interface usable by others

LATER make Logseq Compiler usable by others