Skip to content

Commit 858be85

Browse files
committed
update with TODO before integration
1 parent 3084cb0 commit 858be85

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
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>
22

33
![Mozilla Add-on](https://img.shields.io/amo/v/newtab-notes@semanticdata) ![Add-on rating](https://img.shields.io/amo/rating/newtab-notes@semanticdata) ![Add-on downloads](https://img.shields.io/amo/dw/newtab-notes@semanticdata) ![Add-on users](https://img.shields.io/amo/users/newtab-notes@semanticdata) ![License](https://img.shields.io/github/license/semanticdata/firefox-new-tab-notes)
44

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/).
66

77
<a href="https://addons.mozilla.org/en-US/firefox/addon/notekeeper/">
88
<img src="https://raw.githubusercontent.com/semanticdata/text-revealer-firefox-extension/master/firefox.png" alt="firefox addon" /></a>
99

1010
## ✨ Features
1111

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.
2014
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+
<!--
2124
## 🖼️ Screenshots
2225
2326
| ![light-mode](./screenshot.png) | ![dark-mode](./screenshot-dark.png) |
24-
| :---: | :---: |
27+
| :-----------------------------: | :---------------------------------: |
28+
-->
2529

2630
## 💜 Acknowledgments
2731

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.
2933

3034
## © License
3135

32-
Source code in this repository is available under the [MIT License](./LICENSE).
36+
Available under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)