Finish up logseq.graph-parser

- Parser now parses all graph files like the app does, not just pages and journals.
  This required extracting another fn from repo-handler
- Add and tweak CI steps that are specific to graph-parser. All
  namespaces in this library are checked for nbb compatibility
- Cleaned up parser cli API so only one fn is needed for scripts
- Tests were updated to match new parsing behavior
- large_vars.clj can run with a smaller max-line-count after only refactoring two fns
- Add docs
This commit is contained in:
Gabriel Horner
2022-05-26 22:22:34 -04:00
parent 1e299052ce
commit b142327491
30 changed files with 338 additions and 217 deletions

View File

@@ -1,5 +1,5 @@
;; For CLI
logseq.graph-parser.cli/parse
logseq.graph-parser.cli/parse-graph
;; For CLI
logseq.graph-parser.db/start-conn
;; For CLI