Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re:word

A lightweight Markdown wiki editor for ChromeOS.

Features

  • 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 .md files 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

Deployment

GitHub Pages (Primary)

The app is deployed to GitHub Pages at frinknet.github.io/reword.

To deploy updates:

  1. Make changes and test locally
  2. Commit to main branch
  3. The GitHub Actions workflow auto-deploys to GitHub Pages

Local Testing

python3 -m http.server 8080

Visit http://localhost:8080 in Chrome.

Technology

  • Pure HTML/CSS/JavaScript (no frameworks)
  • IndexedDB for storage
  • File System Access API
  • Progressive Web App with offline support

Browser Requirements

  • Chrome or Edge 86+ with:
    • IndexedDB support
    • File System Access API
    • Service Workers
    • ES6+ JavaScript

License

MIT

About

re:word Personal LIbrary

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages