/offline-notepad

Offline-first Notepad with built in syncing

Primary LanguageTypeScriptMIT LicenseMIT

Offline Notepad

Offline-first Notepad with built in syncing

View Live

Features

  • Multiple Tabs
  • IndexedDB Persistent Layer
  • Autosave
  • Google Analytics
  • Support Edge
  • Modify Tab Names
  • Export / Download
  • Offline Caching using Service Worker
  • Sync using GoogleAuth
  • Line Numbers
  • Drag & Drop Tabs

Release History

  • 0.1.1 (2018-08-28)
    • Initial Release
  • 0.1.3 (2018-08-29)
    • CHANGE: IndexedDB to PouchDB backed by CouchDB
  • 0.1.4 (2018-08-30)
    • CHANGE: Modify Tab Names
    • CHANGE: Sync using GoogleAuth
  • 0.1.5 (2018-08-31)
    • CHANGE: Support Edge
  • 0.1.6 (2018-09-01)
    • CHANGE: Drag & Drop Tabs
  • 0.1.7 (2018-09-05)
    • CHANGE: Optimizations

Dependencies

Dev Dependencies

Contributors

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -am 'Description of your feautre')
  4. Push to the branch (git push origin feature/your-feature)
  5. Create a new pull request