mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
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})
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"name": "@logseq/graph-parser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v31",
|
|
"better-sqlite3": "11.10.0"
|
|
},
|
|
"dependencies": {
|
|
"mldoc": "^1.5.9",
|
|
"sanitize-filename": "1.6.3"
|
|
},
|
|
"scripts": {
|
|
"test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner",
|
|
"test-v": "nbb-logseq -cp test:../outliner/src -m logseq.graph-parser.test-runner"
|
|
}
|
|
}
|