note3
v0.0.1
Published
```js import { contentVlToPlaintext, tiptapToPlaintext } from "note3/utils"; import { RE_HASH_TAG_WITHCONTEXT } from "note3/regex"; import type { TiptapContent } from "note3/types"; ```
Readme
Note3
Importing helpers
import { contentVlToPlaintext, tiptapToPlaintext } from "note3/utils";
import { RE_HASH_TAG_WITHCONTEXT } from "note3/regex";
import type { TiptapContent } from "note3/types";You can now use these utilities directly in any ES6 module.
IPLD-based datalog powering a local-first outliner app
This started as our submission as part of HackFS 2023.
we've built:
- an outliner note-taking app inspired by Logseq, Workflowy & co
- option to publish and share your datalog thread and pull in the threads of others, enabling (far from perfect, but with high potential) CRDT-like change merging
- based on wovin data engine webpage
Clone & run
- Use
direnvornix develop- or set up the dependencies yourself task devwill build all dependencies and watch note3 (based on Taskfile)
- (or
pnpm i && pnpm dev)
- Open URL shown in CLI
