Show HN: Worldnotes – infinite notes in-browser canvas
Worldnotes is an inline-markdown editor that allows users to create and navigate notes in a wiki-style format. It supports various storage backends and offers a range of customization options through plugins and API methods. The editor is designed for easy integration and provides a seamless user experience for managing notes.
- ▪Worldnotes is an extensible inline-markdown editor with wiki-style navigation.
- ▪Users can customize their editor experience using plugins and different storage adapters.
- ▪The library supports programmatic navigation and allows for the creation of custom plugins.
Opening excerpt (first ~120 words) tap to expand
worldnotes An extensible inline-markdown editor with wiki-style navigation. Type markdown and it renders in place — [[links]] navigate between pages, everything persists to your chosen storage backend. Quick start npm install npm run dev # Vite dev server with the demo npm run build # Build the library to dist/ Documentation Overview: what worldnotes is, setup, core concepts, and typical usage. API reference: editor options, builder methods, instance methods, plugins, storage adapters, and exported types. Architecture: module responsibilities, editor lifecycle, rendering pipeline, navigation model, and contributor notes.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.