Files
logseq/scripts/package.json
Tienson Qin 1ae9e2c496 fix: extends tags query and support eid|title|db-ident
Previously `tags` doesn't return blocks that have children tag(s).

Also, `tags` support both db/ident and block/title to make it easy
to use:
(tags ?b #{144})
(tags ?b #{"Task"})
(tags ?b #{:logseq.class/Task})
2025-12-24 14:37:57 +08:00

14 lines
271 B
JSON

{
"name": "nbb-dev-scripts",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v31"
},
"dependencies": {
"better-sqlite3": "11.10.0",
"fs-extra": "9.1.0",
"mldoc": "^1.5.9"
}
}