You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
N V dd3fd592bb
(internal): Move aliases to org-roam-compat.el (#412)
6 years ago
.github (chore): update internal Github settings (#339) 6 years ago
doc (docs): fix typo eduring -> during (#405) 6 years ago
tests (feat): Add org-ref citation support (#374) 6 years ago
.gitignore (tests): add tests for org-roam-insert (#105) 6 years ago
.readthedocs.yml add readthedocs.yml 6 years ago
CHANGELOG.md (feat): Add org-ref citation support (#374) 6 years ago
LICENSE Add GPL License 6 years ago
Makefile Fix several linting errors (#68) 6 years ago
README.md (chore): update Slack invite link (#403) 6 years ago
makem.sh Fix several linting errors (#68) 6 years ago
mkdocs.yml (docs): add documentation for exporting backlinks in Org file (#244) 6 years ago
org-roam-capture.el (internal): Move aliases to org-roam-compat.el (#412) 6 years ago
org-roam-compat.el (internal): Move aliases to org-roam-compat.el (#412) 6 years ago
org-roam-completion.el (fix?): use helm-make-source instead (#375) 6 years ago
org-roam-db.el (internal): Move aliases to org-roam-compat.el (#412) 6 years ago
org-roam-graph.el (internal): Move aliases to org-roam-compat.el (#412) 6 years ago
org-roam-macs.el (internal): modularize features (#363) 6 years ago
org-roam-protocol.el (feat): Add interactive org-roam-capture (#371) 6 years ago
org-roam.el (internal): Move aliases to org-roam-compat.el (#412) 6 years ago

README.md

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