REST API export + search but cloning "internal link" notes in static html instead of linking them to source #8810
-
|
My objectif is to populate a personnal website (static html pages) with notes that
(by exporting i mean using REST api to do it) While trying to implement those two scenarios, i hit two different problem: Option 1: by using exportNodeSubTree with 'root': no way to filter by label but there is a working css in the exported folder (looks the same as in desktop, almost). Problem here is that i get all and every page. Option 2: to mitigate the "export all problem" before, tried to export only one node instead of 'root'
perhaps i'm missing something obvious ? so, at the end:
thanks for your comments. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey! I can share a couple of workarounds for your Trilium export needs:
|
Beta Was this translation helpful? Give feedback.
-
|
playing / looking at the source code, i've to add on top of what you already shared that we can exclude node from the export process by setting the "excludeFromExport" label on it. only annoying things here is
|
Beta Was this translation helpful? Give feedback.
Hey! I can share a couple of workarounds for your Trilium export needs: