Skip to content

tiensonqin/simple-outliner

Repository files navigation

Simple Outliner

Cross-platform journal outliner built around OCaml:

  • Shared journal/block model uses datascript-ocaml.
  • Native persistence uses datascript_ocaml.sqlite.
  • iOS and macOS render through bonsai_apple / bonsai_apple.swiftui.
  • Web renders from Melange-generated OCaml/React and stores the browser payload in SQLite WASM.

Verify

opam exec -- dune runtest
opam exec -- dune build @web-demo

Run Web

cd web
npm install
npm run build
npm run dev

Native Entrypoints

  • iOS app: app/ios_app.ml
  • macOS app: app/mac_app.ml

The default native database path is ~/Documents/simple-outliner.sqlite3. Override it with SIMPLE_OUTLINER_DB.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors