summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-13 23:54:16 +0100
committerGitHub <[email protected]>2021-11-13 23:54:16 +0100
commit57a9bb1eda6dcd2954ad98872bb342a649318899 (patch)
tree872b3ba8db6ccac6a9b45bc7e6e0a2a94512b38e /README.md
parent1398c5aaa2e655cfea334e64031bb9c58dcac25d (diff)
doc: add melpa and md-roam refs
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 17 insertions, 20 deletions
diff --git a/README.md b/README.md
index 325f3cf..74fde0d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-[![ci](https://github.com/org-roam/org-roam-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/org-roam/org-roam-ui/actions/workflows/ci.yml)
-
+[![ci](https://github.com/org-roam/org-roam-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/org-roam/org-roam-ui/actions/workflows/ci.yml) [![MELPA](https://melpa.org/packages/org-roam-ui-badge.svg)](https://melpa.org/#/org-roam-ui)
<img width="1440" alt="Screenshot 2021-10-12 at 12 51 39" src="https://user-images.githubusercontent.com/21983833/136942774-3f293f65-dbd4-4479-b530-1fde738c5289.png">
# org-roam-ui: a graphical frontend for your org-roam Zettelkasten
@@ -33,25 +32,14 @@ For major new features/bugfixes we will update [changelog](https://github.com/or
## Installation
-`org-roam-ui` is not (yet!) on MELPA.
+`org-roam-ui` is on MELPA!
-Should your Emacs miss any of the dependencies, please install them manually!
org-roam-ui requires `org-roam`, `websocket`, `simple-httpd`, `f` and Emacs >= 27 for fast JSON parsing.
-### Manually
-
-Install `websocket.el` and `simple-httpd`
+### Using package.el
-```emacs-lisp
-M-x package-install websocket
-M-x package-install simple-httpd
```
-
-Clone the repo:
-
-```bash
-cd ~/.emacs.d/private
-git clone [email protected]:org-roam/org-roam-ui.git
+M-x package-install org-roam-ui
```
Load in Emacs (add to config):
@@ -70,8 +58,7 @@ stability. To make sure nothing breaks, use the latest version of `org-roam` by
```emacs-lisp
(unpin! org-roam)
-(package! websocket)
-(package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))
+(package! org-roam-ui)
```
Then something along the following to your `config.el`
@@ -335,8 +322,8 @@ In no particular order
- ~~Citation links + customization~~
- ~~Tag filtering/coloring~~
-- Local graph show Nth neighbor
-- Colorization options (by neighbors, centrality, etc)
+- ~Local graph show Nth neighbor~
+- ~Colorization options (by neighbors, centrality, etc)~
- Setting profiles
### UI in general
@@ -345,6 +332,16 @@ In no particular order
- Displaying notes Andy Matushak style
- Discovery options, e.g. "show shortest path between X and Y"
+# Integrations with other Org-mode packages
+
+## [md-roam](https://github.com/nobiot/md-roam)
+
+Use markdown notes interchangeably with Org-mode notes!
+
+## Delve
+
+tbd
+
# Supporting org-roam-ui
## Feedback