Gabriel Horner f64f1461a3 enhance: make bb dev:db-transact usable for any task 2 年之前
..
.carve 3ccf80fcba add docs for new linter 2 年之前
script f64f1461a3 enhance: make bb dev:db-transact usable for any task 2 年之前
src 2ce35667c5 First pass at a general transact script for db graphs 2 年之前
test edaf9b286a chore: move frontend db namespaces to a dedicated parent ns 2 年之前
README.md 4b15a727a9 Add readme, lint and CI for outliner dep 2 年之前
bb.edn 4b15a727a9 Add readme, lint and CI for outliner dep 2 年之前
deps.edn b3efb93335 Move initial namespaces to start outliner dep 2 年之前
nbb.edn a93fe4d81b Move recalculate-block-path-refs to outliner dep 2 年之前
package.json 2ce35667c5 First pass at a general transact script for db graphs 2 年之前
yarn.lock 2ce35667c5 First pass at a general transact script for db graphs 2 年之前

README.md

Description

This library provides outliner operation related functionality. This library is compatible with ClojureScript and with node/nbb-logseq to respectively provide frontend and commandline functionality.

API

This library is under the parent namespace logseq.outliner. This library provides two main namespaces: logseq.outliner.datascript-report and logseq.outliner.pipeline.

Usage

See the frontend for cljs usage.

Dev

This follows the practices that the Logseq frontend follows. Most of the same linters are used, with configurations that are specific to this library. See this library's CI file for linting examples.

Setup

To run linters and tests, you'll want to install yarn dependencies once:

yarn install

This step is not needed if you're just running the frontend application.

Testing

Testing is done with nbb-logseq and nbb-test-runner. Some basic usage:

# Run all tests
$ yarn test
# List available options
$ yarn test -H
# Run tests with :focus metadata flag
$ yarn test -i focus

Managing dependencies

See standard nbb/cljs library advice in graph-parser.