diff --git a/README.md b/README.md index 5c5ebad..95172ba 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)