diff --git a/manual.html b/manual.html index 4504092..726cc37 100644 --- a/manual.html +++ b/manual.html @@ -292,16 +292,17 @@ Next: , P

1 Introduction

-

Org-roam is a Roam Research replica built around the -all-powerful Org-mode. +

Org-roam is a tool for network thought. It reproduces some of Roam +Research’s 1 features within the all-powerful Org-mode.

-

Org-roam is a solution for effortless non-hierarchical note-taking -with Org-mode. With Org-roam, notes flow naturally, making note-taking -fun and easy. Org-roam should also work as a plug-and-play solution -for anyone already using Org-mode for their personal wiki. +

Org-roam is a solution for effortless non-hierarchical note-taking with +Org-mode. With Org-roam, notes flow naturally, making note-taking fun and easy. +Org-roam keeps closely to Org syntax, and will work for anyone already using +Org-mode for their personal wiki.

-

To understand more about Roam, a collection of links are available in -Note-taking Workflows. +

Org-roam gains its superpowers by leveraging the mature ecosystem around +Org-mode. For example, it has first-class support for org-ref for citation +management.

Org-roam aims to implement the core features of Roam, leveraging the mature ecosystem around Org-mode where possible. Eventually, we hope @@ -310,25 +311,25 @@ to further introduce features enabled by the Emacs ecosystem.

Org-roam provides several benefits over other tooling:

@@ -386,30 +387,32 @@ Next: , Previou aims to provide a brief introduction to the “slip-box”, or “Zettelkasten” method. By providing some background on the method, we hope that the design decisions of Org-roam will become clear, and that will aid in using Org-roam -appropriately. In this section we will also introduce terms commonly used within -the Zettelkasten community, which will also commonly appear in the Org-roam -forums and channels of discussion. +appropriately. In this section we will introduce terms commonly used within the +Zettelkasten community and the Org-roam forums.

-

The Zettelkasten method of note-taking is designed to increase research -productivity: in particular, it acts as a research partner, where conversations -with it may produce new and surprising lines of thought. This method is -attributed to German sociologist Niklas Luhmann, who using the method had -produced volumes of written works. +

The Zettelkasten is a personal tool for thinking and writing. It places heavy +emphasis on connecting ideas, building up a web of thought. Hence, it is well +suited for knowledge workers and intellectual tasks, such as conducting +research. The Zettelkasten can act as a research partner, where conversations +with it may produce new and surprising lines of thought.

-

In its paper form, the slip-box is simply a box of cards. These cards are small -– often only large enough to fit a single concept. The size limitation -encourages ideas to be broken down into individual concepts. These ideas are -explicitly linked together. The breakdown of ideas encourages tangential -exploration of ideas, increasing the surface for thought. Making linking -explicit between notes also encourages one to think about the connections -between concepts. +

This method is attributed to German sociologist Niklas Luhmann, who using the +method had produced volumes of written works. Luhmann’s slip-box was simply a +box of cards. These cards are small – often only large enough to fit a single +concept. The size limitation encourages ideas to be broken down into individual +concepts. These ideas are explicitly linked together. The breakdown of ideas +encourages tangential exploration of ideas, increasing the surface for thought. +Making linking explicit between notes also encourages one to think about the +connections between concepts. +

+

At the corner of each note, Luhmann ascribed each note with an ordered ID, +allowing him to link and jump between notes. In Org-roam, we simply use +hyperlinks.

Org-roam is the slip-box, digitalized in Org-mode. Every zettel (card) is a -plain-text, Org-mode file. These files are often placed in the same directory. -In the same way one would maintain a paper slip-box, Org-roam makes it easy to -create new zettels, pre-filling boilerplate content using a powerful templating -system. Org-roam also facilitates the linking of zettels using Org-mode file: -links. +plain-text, Org-mode file. In the same way one would maintain a paper slip-box, +Org-roam makes it easy to create new zettels, pre-filling boilerplate content +using a powerful templating system.