wiki/2020-06-28-06-19-24.org
Gabriel Arazas aea7015cd5 Update the files for convention
Apparently, the convention (at least starting from 2018) is to make the
keywords and block names to be in lowercase as stated from one of the
following discussions at
https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/.

The files was updated with a one liner of shell. However, this is Emacs
and org-mode does have an API to let you do stuff in your config and
interact with the documents internally so it is not an elegant solution
in any way.
2021-04-02 00:08:15 +08:00

24 lines
1.7 KiB
Org Mode

#+title: Bidirectional links
#+author: "Gabriel Arazas"
#+email: "foo.dogsquared@gmail.com"
#+date: "2020-06-28 06:19:24 +08:00"
#+date_modified: "2020-09-09 05:16:33 +08:00"
#+language: en
#+options: toc:t
#+property: header-args :exports both
Ever since [[file:2020-05-09-12-48-23.org][Roam Research]] became a popular option for [[file:2020-04-15-14-35-55.org][Note-taking]], there has been interest in one of its popular features: bidirectional linking.
This feature alone allows for a different way of thinking about note-taking — notes are better to be associative instead of hierarchical just like how our brain works.
It allows for other Roam features such as backlinking and a visual representation of the notes with a graph.
Compared to monodirectional links like in the web, bidirectional links have inherent social awareness: the ability to look back to linked pages.
With this feature, you can easily form a graph of pages which you can easily establish contextual relationships between them.
This is a feature that I've often sought after especially for technical websites such as [[https://encyclopediaofmath.org/][Encyclopedia of Mathematics]].
That said, bidirectional links are not a silver bullet.
If this is implemented on the web today, it would cause a lot of problems — spamming, trollish linking, and the fact you have no control over what pages being linked to your page requiring heavier moderation.
Hence, this is more suitable for certain situations such as personal wikis (see [[file:2020-06-04-21-32-23.org][Create evergreen notes with a digital garden]]).
Certain software such as Mediawiki, Dokuwiki, and Tiddlywiki offer this feature either as a built-in feature or an extension.
[fn:: Well, most of them have it as an extension.]