mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Update README
This commit is contained in:
@ -27,9 +27,10 @@ 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
|
backlinks for the active org buffer in the left window, as well as the
|
||||||
surrounding content in the backlink file. The backlink database is
|
surrounding content in the backlink file. The backlink database is
|
||||||
built asynchronously in the background, and is not noticeable to the
|
built asynchronously in the background, and is not noticeable to the
|
||||||
end user.
|
end user. The graph is generated from the link structure, and can be
|
||||||
|
used to navigate to the respective files.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -62,7 +63,8 @@ package manager.
|
|||||||
:bind
|
:bind
|
||||||
("C-c n l" . org-roam)
|
("C-c n l" . org-roam)
|
||||||
("C-c n t" . org-roam-today)
|
("C-c n t" . org-roam-today)
|
||||||
("C-c n i" . org-roam-insert))
|
("C-c n i" . org-roam-insert)
|
||||||
|
("C-c n g" . org-roam-show-graph))
|
||||||
```
|
```
|
||||||
|
|
||||||
If not using package.el, you can also clone it into your Emacs
|
If not using package.el, you can also clone it into your Emacs
|
||||||
|
BIN
images/readme/screen.png
Normal file
BIN
images/readme/screen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 KiB |
Binary file not shown.
Before Width: | Height: | Size: 198 KiB |
Reference in New Issue
Block a user