mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs): update manual location (#622)
This commit is contained in:
11
README.md
11
README.md
@ -1,5 +1,4 @@
|
|||||||
[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
|
[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
[](https://org-roam.readthedocs.io/en/latest/?badge=latest)
|
|
||||||
[](https://img.shields.io/github/v/release/org-roam/org-roam)
|
[](https://img.shields.io/github/v/release/org-roam/org-roam)
|
||||||
[](https://melpa.org/#/org-roam)
|
[](https://melpa.org/#/org-roam)
|
||||||
|
|
||||||
@ -22,13 +21,11 @@ describing Org-roam and the concepts behind it:
|
|||||||
|
|
||||||
[](http://www.youtube.com/watch?v=Lg61ocfxk3c "Making Connections in your Notes")
|
[](http://www.youtube.com/watch?v=Lg61ocfxk3c "Making Connections in your Notes")
|
||||||
|
|
||||||
As of February 2020, it is in a very early stage of development.
|
|
||||||
|
|
||||||
Important links:
|
Important links:
|
||||||
|
|
||||||
- **[Documentation][docs]**
|
- **[Documentation][docs]**
|
||||||
- **[Discourse][discourse]**
|
- **[Discourse][discourse]**
|
||||||
- **[Org-roam Slack][slack]**
|
- **[Slack][slack]**
|
||||||
|
|
||||||
## A Preview
|
## A Preview
|
||||||
|
|
||||||
@ -53,7 +50,7 @@ Here's a sample configuration with using `use-package`:
|
|||||||
|
|
||||||
```emacs-lisp
|
```emacs-lisp
|
||||||
(use-package org-roam
|
(use-package org-roam
|
||||||
:hook
|
:hook
|
||||||
(after-init . org-roam-mode)
|
(after-init . org-roam-mode)
|
||||||
:custom
|
:custom
|
||||||
(org-roam-directory "/path/to/org-files/")
|
(org-roam-directory "/path/to/org-files/")
|
||||||
@ -73,7 +70,7 @@ different tool.
|
|||||||
|
|
||||||
For more detailed installation and configuration instructions (including for
|
For more detailed installation and configuration instructions (including for
|
||||||
Doom and Spacemacs users), please see [the
|
Doom and Spacemacs users), please see [the
|
||||||
documentation](https://org-roam.readthedocs.io/en/master/installation/).
|
documentation][docs].
|
||||||
|
|
||||||
## Knowledge Bases using Org-roam
|
## Knowledge Bases using Org-roam
|
||||||
|
|
||||||
@ -98,6 +95,6 @@ General Public License, Version 3
|
|||||||
[roamresearch]: https://www.roamresearch.com/
|
[roamresearch]: https://www.roamresearch.com/
|
||||||
[org]: https://orgmode.org/
|
[org]: https://orgmode.org/
|
||||||
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
|
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
|
||||||
[docs]: https://org-roam.readthedocs.io/
|
[docs]: https://org-roam.github.io/org-roam/manual/
|
||||||
[discourse]: https://org-roam.discourse.group/
|
[discourse]: https://org-roam.discourse.group/
|
||||||
[slack]: https://join.slack.com/t/orgroam/shared_invite/zt-deoqamys-043YQ~s5Tay3iJ5QRI~Lxg
|
[slack]: https://join.slack.com/t/orgroam/shared_invite/zt-deoqamys-043YQ~s5Tay3iJ5QRI~Lxg
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
:group 'org
|
:group 'org
|
||||||
:prefix "org-roam-"
|
:prefix "org-roam-"
|
||||||
:link '(url-link :tag "Github" "https://github.com/org-roam/org-roam")
|
:link '(url-link :tag "Github" "https://github.com/org-roam/org-roam")
|
||||||
:link '(url-link :tag "Online Manual" "https://org-roam.readthedocs.io/"))
|
:link '(url-link :tag "Online Manual" "https://org-roam.github.io/org-roam/manual/"))
|
||||||
|
|
||||||
(defgroup org-roam-faces nil
|
(defgroup org-roam-faces nil
|
||||||
"Faces used by Org-roam."
|
"Faces used by Org-roam."
|
||||||
|
Reference in New Issue
Block a user