summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.org b/README.org
index 833c00f..3ba783d 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,8 @@
-#+title: Zettelkasten for Org
#+author: Yann Herklotz
#+options: num:nil toc:nil
+* Zettelkasten for Org
+
[[https://zettelkasten.de/][Zettelkasten]] is a note-taking technique designed to keep, and create new links
between all the notes as they are written. This allows them to develop over
time, link to various different topics and allow the notes to grow into a
@@ -12,11 +13,10 @@ leverage most of its preexisting features. It is split into two modes, the main
one being =org-zettelkasten=, and a secondary standalone mode called
=zettelkasten= which is a minimal implementation of existing Zettelkasten modes.
-* How to use =org-zettelkasten=
+** How to use =org-zettelkasten=
-The method implemented in =org-zettelkasten= has been described in detail in a [blog
-article](https://yannherklotz.com/blog/2020-12-21-introduction-to-luhmanns-zettelkasten.html). It
-leverages Org features such as =CUSTOM_ID=.
+The method implemented in =org-zettelkasten= has been described in detail in a
+[[https://yannherklotz.com/blog/2020-12-21-introduction-to-luhmanns-zettelkasten.html][blog article]]. It leverages Org features such as =CUSTOM_ID=.
*Manual Installation*