- Supports Logseq-like markdown
- Built with a popular stack (TypeScript/Next.js/SQLite)
- Limited features
- Query tables using SQLite
- Fix remaining
@ownercomments - Add automatic export of markdown files
- Improve the Markdown editor
- See also https://github.com/oshikiri/react-plaintext-outliner
- Support pasting images from the clipboard
- Improve caret movement
- Implement undo and redo
- Android viewer app
- Full-text search
- Additional E2E tests
Requirements:
- npm
- Node.js
- SQLite
# Set root directory
STADEN_ROOT=./docsnpm run devcurl http://localhost:3000/api/initializeAfter starting the server with these steps, you can view the documents at http://localhost:3000/pages/index.
For development, you can build and run the dev target defined in docker-compose.yml.
docker compose up --build appOnce the container is running, open http://localhost:3000/ in your browser.
When you are done, press Ctrl+C in the terminal or run docker compose down from a separate shell to stop the stack.
npm run build
npm run start