From 935d01adbc8f0a2dcd45d809151d1e6c66e67877 Mon Sep 17 00:00:00 2001 From: Daniel Rashevsky <42165879+drashevsky@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:40:49 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5ebad..3afc415 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![Build TensorNote for Web](https://github.com/drashevsky/tensornote/actions/workflows/build-web.yml/badge.svg)](https://github.com/drashevsky/tensornote/actions/workflows/build-web.yml) -**TensorNote** is a lightweight notebook that organizes your thinking for you, quickly and efficiently. It is specifically geared for **rapid capture**. By typing whatever you are thinking into the input box, TensorNote's **magic cursor** will steer your train of thought to the right place for saving an idea or finding related notes. As more stuff is added, TensorNote builds a nested list that groups related items. Under the hood, it uses embeddings, clustering, tfidf, and more to reduce the cognitive load and disruption of organizing your notes. It is local-first, so any ideas you have saved will remain with you. Try it out [here](https://drashevsky.github.io/tensornote/)! Click [here](https://github.com/drashevsky/tensornote/releases/) for the desktop app. +[Try web app ✨](https://drashevsky.github.io/tensornote/) [Download desktop app 💾](https://github.com/drashevsky/tensornote/releases/) + +**TensorNote** is a lightweight notebook that organizes your thinking for you, quickly and efficiently. It is specifically geared for **rapid capture**. By typing whatever you are thinking into the input box, TensorNote's **magic cursor** will steer your train of thought to the right place for saving an idea or finding related notes. As more stuff is added, TensorNote builds a nested list that groups related items. Under the hood, it uses embeddings, clustering, tfidf, and more to reduce the cognitive load and disruption of organizing your notes. ![Screenshot of TensorNote](docs/TensorNoteScreenshot.png) From 65fa41be76289667e2e718292e8892eff44a791b Mon Sep 17 00:00:00 2001 From: Daniel Rashevsky <42165879+drashevsky@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:41:09 -0700 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 3afc415..95172ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build TensorNote for Web](https://github.com/drashevsky/tensornote/actions/workflows/build-web.yml/badge.svg)](https://github.com/drashevsky/tensornote/actions/workflows/build-web.yml) -[Try web app ✨](https://drashevsky.github.io/tensornote/) [Download desktop app 💾](https://github.com/drashevsky/tensornote/releases/) +[Try web app ✨](https://drashevsky.github.io/tensornote/) | [Download desktop app 💾](https://github.com/drashevsky/tensornote/releases/) **TensorNote** is a lightweight notebook that organizes your thinking for you, quickly and efficiently. It is specifically geared for **rapid capture**. By typing whatever you are thinking into the input box, TensorNote's **magic cursor** will steer your train of thought to the right place for saving an idea or finding related notes. As more stuff is added, TensorNote builds a nested list that groups related items. Under the hood, it uses embeddings, clustering, tfidf, and more to reduce the cognitive load and disruption of organizing your notes.