quartz build
This commit is contained in:
43
example-notes/concepts/linking.org
Normal file
43
example-notes/concepts/linking.org
Normal file
@@ -0,0 +1,43 @@
|
||||
#+title: Linking
|
||||
#+date: 2024-01-13
|
||||
#+filetags: :concept:structure:
|
||||
|
||||
Links between notes create a network of knowledge.
|
||||
|
||||
* Types of Links
|
||||
|
||||
** Hierarchical
|
||||
Parent-child relationships (folders, outlines)
|
||||
|
||||
** Associative
|
||||
Related concepts ([[file:zettelkasten.org][Zettelkasten]] style)
|
||||
|
||||
** Sequential
|
||||
Reading order, workflows
|
||||
|
||||
* Why Links Matter
|
||||
|
||||
#+begin_src text
|
||||
[Note A] --- related to --- [Note B]
|
||||
| |
|
||||
+--- supports --- [Note C] -+
|
||||
#+end_src
|
||||
|
||||
Links reveal:
|
||||
- Hidden connections
|
||||
- Knowledge gaps
|
||||
- Entry points
|
||||
|
||||
* Backlinks
|
||||
|
||||
When [[file:atomic-notes.org][Atomic Notes]] links here, this page knows about it. Backlinks show:
|
||||
|
||||
- Who references this concept
|
||||
- How the idea is used
|
||||
- Related contexts
|
||||
|
||||
* Tools Supporting Links
|
||||
|
||||
See [[file:../projects/website.org][Website Project]] for publishing linked notes.
|
||||
|
||||
The web itself is built on links cite:bernerslee1999.
|
||||
Reference in New Issue
Block a user