Wisk is a document editor built with vanilla JavaScript and Web Components. It works entirely offline (although some things might need internet), supports a wide range of content types, and is extensible through plugins.<p>Try it instantly in your browser at <a href="https://app.wisk.cc" rel="nofollow">https://app.wisk.cc</a> — no install or signup needed.<p>Key Features:
- Block-based editor
- Offline-first with automatic saving
- Supports LaTeX, charts, mermaid, code blocks, map, and more
- 45+ themes and counting
- Plugin-based architecture for easy extension
- PWA support for seamless use on desktop and mobile<p>Wisk is built with no frameworks — just vanilla JS — and is served as a static site on Cloudflare Pages. I'm still a novice, so I'd love feedback on its code and how I can improve it!<p>While the cloud features (like real-time collaboration, sync, ai etc) aren’t live yet, the offline capabilities are fully functional.<p>links:
- website - <a href="https://wisk.cc" rel="nofollow">https://wisk.cc</a>
- github - <a href="https://github.com/sohzm/wisk">https://github.com/sohzm/wisk</a>