Update README

This commit is contained in:
Jethro Kuan
2020-02-04 23:49:28 +08:00
parent e625509c2d
commit 0b54e0390e
3 changed files with 5 additions and 3 deletions

View File

@ -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.
![img](images/readme/screenshot2020-02-03_17-10-40_.png) ![img](images/readme/screen.png)
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB