🔬 Experimental note-taking app based on BlockSuite (sharing editor with AFFiNE) and ystream.
- Isomorphic client and web builds.
- Mapping workspace into JSON files hosted on WebDAV.
- VSCode extension for file editing.
- Documents persisted as
Y.Doc
in ystream instance.
Install deps:
pnpm i
Start server and client:
pnpm dev:server
pnpm dev:client
The VSCode extension can be started in VSCode:
Run E2E tests (make sure to run npx playwright install
before):
pnpm test