enhance: working spike for export md command

export namespaces aren't reused yet. Fixed bug w/ get-block-and-children
not invoking correctly in nbb. Bumped all deps to use latest nbb-logseq
This commit is contained in:
Gabriel Horner
2025-08-20 10:07:20 -04:00
parent a81ca147f6
commit 6a84e56984
23 changed files with 2042 additions and 34 deletions

View File

@@ -10,9 +10,11 @@
},
"license": "MIT",
"dependencies": {
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v26",
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v27",
"better-sqlite3": "~11.10.0",
"fs-extra": "^11.3.0"
"fs-extra": "^11.3.0",
"mldoc": "^1.5.9",
"jszip": "3.8.0"
},
"repository": {
"type": "git",