From e6365eaacb809cb3e68cf9a4a18f18085f5874f6 Mon Sep 17 00:00:00 2001 From: 0xGingi <104647854+0xGingi@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:56:57 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2eedae..45c51ec 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ A secure, (WIP) cross-platform note-taking application built with Rust. Features ## To-Do - [ ] Mobile support - [ ] Improved Sync -- [ ] Mac/Linux Support (I really only need to change the file locations and it should work) -- [ ] a lot more +- [ ] Rich Text +- [ ] Attachments/Files ## Installation From 0a4cc4b1d39521d580a105af2c1f199d1e4e04ca Mon Sep 17 00:00:00 2001 From: 0xGingi <104647854+0xGingi@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:57:28 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c51ec..b111d26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A secure, (WIP) cross-platform note-taking application built with Rust. Features - 🌙 Dark/Light mode - 💾 Automatic saving - 🔍 Full-text search -- 📱 Cross-platform (Soon) (macOS, Linux, and Mobile are planned) +- 📱 Cross-platform (Soon) (Mobile is planned) - 💾 Import/Export functionality - 🔒 Seed phrase-based encryption - 🖥️ System tray support