|
1 | | -<h1><img src="./src/icons/icon32.png" height="28px" width="28px" /> NoteKeeper</h1> |
| 1 | +<h1><img src="./src/icon.svg" height="24px" width="24px" /> NoteKeeper</h1> |
2 | 2 |
|
3 | 3 |      |
4 | 4 |
|
5 | | -NoteKeeper is a Firefox extension that transforms the new tab into a minimalist, auto-saving text editor. It now comes with a new sidebar companion! If you are curious, go check out the [demo](https://semanticdata.github.io/notekeeper/). |
| 5 | +[NoteKeeper](https://addons.mozilla.org/en-US/firefox/addon/notekeeper/) is a Firefox extension that transforms the new tab into a minimalist, auto-saving text editor. It now comes with a new sidebar companion! If you are curious, go check out the [demo](https://semanticdata.github.io/notekeeper/). |
6 | 6 |
|
7 | 7 | <a href="https://addons.mozilla.org/en-US/firefox/addon/notekeeper/"> |
8 | 8 | <img src="https://raw.githubusercontent.com/semanticdata/text-revealer-firefox-extension/master/firefox.png" alt="firefox addon" /></a> |
9 | 9 |
|
10 | 10 | ## ✨ Features |
11 | 11 |
|
12 | | -- ✅ Auto-saves content after every keystroke |
13 | | -- ✅ Integrated with Firefox Sync - access your notes across browser instances |
14 | | -- ✅ Integrated with [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) |
15 | | -- ✅ Works offline with browser sync support ([Firefox Sync](https://www.mozilla.org/en-US/firefox/features/sync/), [Chrome Sync](https://support.google.com/chrome/answer/185277)) |
16 | | -- ✅ Dark/Light themes with system preference detection |
17 | | -- ✅ Responsive design that works across devices |
18 | | -- ✅ Sidebar companion for quick access |
19 | | -- ✅ Comprehensive test coverage |
| 12 | +> [!NOTE] |
| 13 | +> These need to be verified after our v2 update. |
20 | 14 |
|
| 15 | +- [ ] Auto-saves content after every keystroke |
| 16 | +- [ ] Integrated with Firefox Sync - access your notes across browser instances |
| 17 | +- [ ] Integrated with [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) |
| 18 | +- [ ] Works offline with browser sync support ([Firefox Sync](https://www.mozilla.org/en-US/firefox/features/sync/), [Chrome Sync](https://support.google.com/chrome/answer/185277)) |
| 19 | +- [ ] Dark/Light themes with system preference detection |
| 20 | +- [ ] Responsive design that works across devices |
| 21 | +- [ ] Sidebar companion for quick access |
| 22 | + |
| 23 | +<!-- |
21 | 24 | ## 🖼️ Screenshots |
22 | 25 |
|
23 | 26 | |  |  | |
24 | | -| :---: | :---: | |
| 27 | +| :-----------------------------: | :---------------------------------: | |
| 28 | +--> |
25 | 29 |
|
26 | 30 | ## 💜 Acknowledgments |
27 | 31 |
|
28 | | -This extension is based on [Tab Notes](https://github.com/nsht/tab_notes). It hadn't received updates in over 4 years when originally forked. |
| 32 | +This extension is based on [Tab Notes](https://github.com/nsht/tab_notes). It hadn't received updates in over 6 years last time I checked. |
29 | 33 |
|
30 | 34 | ## © License |
31 | 35 |
|
32 | | -Source code in this repository is available under the [MIT License](./LICENSE). |
| 36 | +Available under the [MIT License](./LICENSE). |
0 commit comments