From 3aeb67fb1b0c08f416670d8b94c0c55064b2563b Mon Sep 17 00:00:00 2001 From: Daniel Rashevsky <42165879+drashevsky@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:48:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)