No description
Find a file
Göktuğ Karakaşlı 11d239d661
(feat): fix citation links not showing up in graph (#547)
This change adds a `type` column to the refs column, and strips the prefix before storing the key in the `refs` table.
2020-05-04 20:44:15 +08:00
.github (internal): make lint errors fail CI, and disable spellcheck during linting (#561) 2020-05-04 15:17:39 +08:00
doc (internal): make lint errors fail CI, and disable spellcheck during linting (#561) 2020-05-04 15:17:39 +08:00
tests (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
.gitignore (internal): use Make and Org to build manual (#546) 2020-05-03 18:06:27 +08:00
.readthedocs.yml add readthedocs.yml 2020-02-12 19:40:13 +08:00
CHANGELOG.md (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
default.mk (internal): use Make and Org to build manual (#546) 2020-05-03 18:06:27 +08:00
LICENSE Add GPL License 2020-02-12 21:47:57 +08:00
Makefile (internal): use Make and Org to build manual (#546) 2020-05-03 18:06:27 +08:00
makem.sh (internal): make lint errors fail CI, and disable spellcheck during linting (#561) 2020-05-04 15:17:39 +08:00
mkdocs.yml (docs): add documentation for exporting backlinks in Org file (#244) 2020-03-07 23:49:43 +08:00
org-roam-buffer.el (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
org-roam-capture.el (internal): make lint errors fail CI, and disable spellcheck during linting (#561) 2020-05-04 15:17:39 +08:00
org-roam-compat.el (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
org-roam-completion.el (chore): remove org-roam-completion-fuzzy-match (#523) 2020-04-26 18:32:27 +08:00
org-roam-dailies.el (internal): make lint errors fail CI, and disable spellcheck during linting (#561) 2020-05-04 15:17:39 +08:00
org-roam-db.el (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
org-roam-graph.el (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
org-roam-macs.el (release): 1.1.0: update version headers in source (#502) 2020-04-21 20:50:24 +08:00
org-roam-protocol.el (internal): make lint errors fail CI, and disable spellcheck during linting (#561) 2020-05-04 15:17:39 +08:00
org-roam.el (feat): fix citation links not showing up in graph (#547) 2020-05-04 20:44:15 +08:00
README.md (chore): update Slack invite link (#403) 2020-04-06 18:23:51 +08:00

License GPL 3 Documentation Status GitHub Release MELPA

Synopsis

Org-roam is a Roam replica built on top of 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 aims to implement the core features of Roam, leveraging the mature ecosystem around Org-mode where possible. Eventually, we hope to further introduce features enabled by the Emacs ecosystem.

@technovangelist has produced a video describing Org-roam and the concepts behind it:

Making Connections in your Notes

As of February 2020, it is in a very early stage of development.

Important links:

A Preview

Here's a screenshot of org-roam. The org-roam buffer shows backlinks for the active org buffer in the left window, as well as the surrounding content in the backlink file. The database is built once, and updated incrementally. The graph is generated from the link structure, and can be used to navigate to the respective files.

img

Installation

You can install org-roam using package.el:

M-x package-install RET org-roam RET

Here's a sample configuration with using use-package:

(use-package org-roam
      :hook 
      (after-init . org-roam-mode)
      :custom
      (org-roam-directory "/path/to/org-files/")
      :bind (:map org-roam-mode-map
              (("C-c n l" . org-roam)
               ("C-c n f" . org-roam-find-file)
               ("C-c n g" . org-roam-show-graph))
              :map org-mode-map
              (("C-c n i" . org-roam-insert))))

For more detailed installation and configuration instructions (including for Doom and Spacemacs users), please see the documentation.

Knowledge Bases using Org-roam

Changelog

A changelog is being maintained here

Contributing

To report bugs and suggest new feature use the issue tracker. If you have some code which you would like to be merged, then open a pull request. Please also see CONTRIBUTING.md.

License

Copyright © Jethro Kuan and contributors. Distributed under the GNU General Public License, Version 3