bangle-io / bangle-io
- вторник, 28 декабря 2021 г. в 00:33:10
A web only WYSIWYG note taking app that saves notes locally in markdown format.
Bangle.io is a modern web based note taking platform.
Local: Modify notes right from your computer. Think Notion, but local only.
No data lock-in: bangle stores your notes in a human readable Markdown format.
WYSIWYG: Even though we save things in Markdown format, Bangle will enrich your eyes with rich text formatting.
Modern rich text editor: Bangle uses its sister project bangle.dev which unlocks us to build a powerful editor like Notion or Dropbox paper and support real time collaboration.
Extensibility: Even though it's a web app it was built ground up to be extended by awesome extensions. (We have bunch of community extensions coming out soon.)
No Electron:
Performant: Throw thousands of notes at it and Bangle will chug along fine. (Try opening a heavy project like 10,000 Markdown Files.)
Head to https://bangle.io to use the app.
yarn install
to install
yarn start
to start a development instance on localhost:4000
Please read Contributing.md for more details.