diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-03 17:16:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-03 17:16:08 +0200 |
commit | f144e2bba9dd8cad216151d2b9d4d4e23662e538 (patch) | |
tree | 64db6ab471669fe2a6c384007f39bba1eb944f6f /README.md | |
parent | 528e2ce90f365c8d399410ee9cfb7a05f1ca638a (diff) | |
parent | f2c340d2292a002cc9f51c00124590c41082a328 (diff) |
Merge branch 'main' into main
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -11,7 +11,7 @@ Org-Roam-UI is meant a successor of [org-roam-server](https://github.com/org-roa `org-roam-ui` is not (yet!) 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. +org-roam-ui requires `org-roam`, `websocket`, `simple-httpd`, `f` and Emacs >= 27 for fast JSON parsing. ### Manually @@ -190,6 +190,18 @@ By default, org-roam-ui will try to open itself in your default browser. To disa ## FAQ 🗨 +## Q: Aaaaand it broke: what do? + +Sorry! This is still alpha software, so expect it to break from time to time. Best thing you can try is to remove your settings by going to "Storage > Local Storage" on Firefox or "Application > Local Storage" on Chromium and deleting everything there. + +If the issue still persists, please file a bug report with + +1. Your browsers console log +2. Your browsers +3. What you were doing when it broke + +and we'll try to help you ASAP! + ### Q: Graph Slow! Faster? While we try to optimize the display of the graph, there is only so much we can do. For largish networks (>2k nodes) dragging the graph around a lot can cause some performance issues, but there are a few things you can do to speed it up. @@ -228,7 +240,7 @@ In our experience, once the graph has actually settled and nothing needs to be r ### Q: Some of my links are not showing up? -At the moment we aren't showing citation links made with `org-roam-bibtex` yet, but we will soon! +Links which do not refer to a valid id are filtered out to prevent crashes. In the future we will handle this a bit more gracefully by notifying you about this, but for now we're just removing them. ### Q: Will you implement X? |