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
mocked-open-dir-path
LATER fix current need to wait for Logseq to reindex before Logseq Export works
Logseq Export
Periodically export json using logseq-query and jet’s edn -> json conversion
Logseq’s own json export doesn’t have enough information, so I have to essentially copy the whole edn database and convert that to json
put exported json in notes repo