diff --git a/README.md b/README.md index 9d6d05e..d695827 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # TensorNote 📝 +[![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. ![Screenshot of TensorNote](docs/TensorNoteScreenshot.png)