A lightweight Markdown wiki editor for ChromeOS.
- Wiki-style linking: Create links between pages using
[[Page Name]]syntax - Multiple editor views: Read, Edit (WYSIWYG), and Code views
- Local file support: Work with
.mdfiles in a folder on your computer - IndexedDB backup: Automatic backup of in-memory projects
- Split panel layout: File tree on left, editor on right
- Auto-save: Changes are automatically saved
- PWA support: Install as a standalone app on ChromeOS
The app is deployed to GitHub Pages at frinknet.github.io/reword.
To deploy updates:
- Make changes and test locally
- Commit to
mainbranch - The GitHub Actions workflow auto-deploys to GitHub Pages
python3 -m http.server 8080Visit http://localhost:8080 in Chrome.
- Pure HTML/CSS/JavaScript (no frameworks)
- IndexedDB for storage
- File System Access API
- Progressive Web App with offline support
- Chrome or Edge 86+ with:
- IndexedDB support
- File System Access API
- Service Workers
- ES6+ JavaScript
MIT