Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitmerchant1990/notepad
:ledger: An offline capable Notepad PWA
https://github.com/amitmerchant1990/notepad
hacktoberfest installable javascript js notepad offline-capable offline-first progressive-web-app pwa pwa-apps service-worker webapp
Last synced: 3 months ago
JSON representation
:ledger: An offline capable Notepad PWA
- Host: GitHub
- URL: https://github.com/amitmerchant1990/notepad
- Owner: amitmerchant1990
- License: mit
- Created: 2016-07-22T13:41:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T11:51:28.000Z (3 months ago)
- Last Synced: 2024-07-27T18:56:20.062Z (3 months ago)
- Topics: hacktoberfest, installable, javascript, js, notepad, offline-capable, offline-first, progressive-web-app, pwa, pwa-apps, service-worker, webapp
- Language: JavaScript
- Homepage: https://notepad.js.org
- Size: 1.64 MB
- Stars: 208
- Watchers: 12
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
Notepad
========[![Notepad Cover Image](/art/cover.png)](https://notepad.js.org/)
This is an offline-capable [Notepad](https://notepad.js.org/) which uses the [Service Worker API](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) behind the scenes.
> Like this app? If so, consider donating a small amount. It would help me maintaining this project further.
>
> You can support me via [Paypal](https://paypal.me/AmitMerchant).## Notable features
- Writes notes which are then saved to the [localStorage](https://developer.mozilla.org/en/docs/Web/API/Window/localStorage).
- Installable on supported browsers for offline usage.
- "Add To Home Screen" feature on Android supported devices to launch the app from home screen.
- Editor padding.
- Customizable font size, font weight, and line height.
- Word and character count.
- Minimal UI.
- Keyboard shortcuts for common actions.
- Dark mode.
- Focus mode (on desktop).[View the app in action](https://twitter.com/amit_merchant/status/756876111959601152)
Read about the [story of how I built it](https://www.amitmerchant.com/Building-Simple-Offline-Notepad-Using-Service-Worker/).
> **Note**
> Please use the [Discussions](https://github.com/amitmerchant1990/notepad/discussions) tab to submit new feature requests. Don't raise issues for the same.## License
MIT
---
> [amitmerchant.com](https://www.amitmerchant.com) ·
> GitHub [@amitmerchant1990](https://github.com/amitmerchant1990) ·
> Twitter [@amit_merchant](https://twitter.com/amit_merchant)