|
1 | | -# simplenotes |
| 1 | +# OpenNotes |
2 | 2 |
|
3 | 3 | A no-bloat, local-first, open-source notes app. |
4 | 4 |
|
5 | 5 | <p> |
6 | | - <a href="https://github.com/mathnotes-app/simplenotes/actions/workflows/ci.yml"><img src="https://github.com/mathnotes-app/simplenotes/actions/workflows/ci.yml/badge.svg" alt="CI status" /></a> |
7 | | - <a href="https://github.com/mathnotes-app/simplenotes/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mathnotes-app/simplenotes" alt="license" /></a> |
| 6 | + <a href="https://github.com/mathnotes-app/OpenNotes/actions/workflows/ci.yml"><img src="https://github.com/mathnotes-app/OpenNotes/actions/workflows/ci.yml/badge.svg" alt="CI status" /></a> |
| 7 | + <a href="https://github.com/mathnotes-app/OpenNotes/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mathnotes-app/OpenNotes" alt="license" /></a> |
8 | 8 | <a href="https://github.com/mathnotes-app/mobile-ink"><img src="https://img.shields.io/badge/powered%20by-Mobile%20Ink-0a7cff" alt="Powered by Mobile Ink" /></a> |
9 | 9 | </p> |
10 | 10 |
|
11 | | -simplenotes is an iOS and Android notes app for people who want fast handwriting, PDFs, folders, and simple organization without the usual bloat. It is free, open source, and privacy focused: notes are stored on-device, the app does not collect analytics, and your notebooks never leave your device unless you choose to export or share them. |
| 11 | +OpenNotes is an iOS and Android notes app for people who want fast handwriting, PDFs, folders, and simple organization without the usual bloat. It is free, open source, and privacy focused: notes are stored on-device, the app does not collect analytics, and your notebooks never leave your device unless you choose to export or share them. |
12 | 12 |
|
13 | 13 | The app is built on [`@mathnotes/mobile-ink`](https://github.com/mathnotes-app/mobile-ink), the open-source React Native ink engine extracted from MathNotes. |
14 | 14 |
|
15 | 15 | ## Status |
16 | 16 |
|
17 | | -simplenotes is early and moving quickly. The repo is public now so the app, the ink engine, and the issue tracker can be maintained in the open. App Store and Play Store submissions are planned after the first public assets and submission metadata are ready. |
| 17 | +OpenNotes is early and moving quickly. The repo is public now so the app, the ink engine, and the issue tracker can be maintained in the open. App Store and Play Store submissions are planned after the first public assets and submission metadata are ready. |
18 | 18 |
|
19 | 19 | Screenshots and product images are coming soon. |
20 | 20 |
|
@@ -59,9 +59,9 @@ npx expo run:ios --device |
59 | 59 |
|
60 | 60 | ## Privacy |
61 | 61 |
|
62 | | -simplenotes is designed to be local and private. The app does not include analytics SDKs, tracking, cloud sync, accounts, or server storage. Notes, imported PDFs, images, and thumbnails are stored on your device. |
| 62 | +OpenNotes is designed to be local and private. The app does not include analytics SDKs, tracking, cloud sync, accounts, or server storage. Notes, imported PDFs, images, and thumbnails are stored on your device. |
63 | 63 |
|
64 | | -If you export, share, back up, or import files through another app or operating-system service, that service's behavior is outside simplenotes. |
| 64 | +If you export, share, back up, or import files through another app or operating-system service, that service's behavior is outside OpenNotes. |
65 | 65 |
|
66 | 66 | ## Contributing |
67 | 67 |
|
|
0 commit comments