diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-08-22 20:26:44 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-08-22 20:26:44 -0700 |
commit | 418ce8480a1e66cfb1475c5caf12f1afa1a25450 (patch) | |
tree | 0eb235198a91ade471da7e26e7183968770cb71b | |
parent | 038f054ede880a8494b5cfc59ab77db00b6ddfe0 (diff) | |
download | view.love-418ce8480a1e66cfb1475c5caf12f1afa1a25450.tar.gz |
include pensieve.love even though it's in development
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index 198b4f8..880b507 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ here. `ctrl+4` for squares, etc. * https://codeberg.org/akkartik/text.love -- a stripped down version without drawings; useful starting point for some forks +* https://git.sr.ht/~akkartik/pensieve.love -- a note-taking app on an + infinite 2D surface. Still in development. +* https://git.sr.ht/~akkartik/capture.love -- a blank-slate mode for the + note-taking app, so all the stuff pensieve.love puts on screen doesn't cause + you to forget what you came to write down. ## Associated tools |