aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-17 22:35:19 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-17 22:35:19 +0000
commit62f26ddcda0f03de5b34158b4cd124cf758ee13e (patch)
tree306904d4e8602bbcae4f52049e0912113b3dbc0e /README.md
parent4524800d9ad777a41030838095650d5557b7c690 (diff)
downloademacs-zettelkasten-62f26ddcda0f03de5b34158b4cd124cf758ee13e.tar.gz
emacs-zettelkasten-62f26ddcda0f03de5b34158b4cd124cf758ee13e.zip
Add function to add backlinks in html export
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f818f1f..5bb86e5 100644
--- a/README.md
+++ b/README.md
@@ -65,3 +65,7 @@ The default keymap for the mode is `C-c k`, this can easily be changed though by
## Alternatives
An alternative to use Zettelkasten in emacs is [Zetteldeft](https://github.com/EFLS/zetteldeft), which uses Deft as a backend to search files.
+
+Another beefier alternative is [org-roam](https://github.com/jethrokuan/org-roam/), which is a fully integrated note taking system based on a wiki-system.
+
+Finally, [org-brain](https://github.com/Kungsgeten/org-brain) is a similar note-taking system that is meant for concept mapping in Emacs.