org-gnosis-ui
is a fork of
org-roam-ui that provides a
Web UI for org-gnosis.
- Git repositories:
About
Currently, this package has most of the functionality
org-roam-ui
provides.
This package is still under development with plans for a full rewrite.
Installation
- First install the dependencies of
org-gnosis-ui
;; use :vc if you are on GNU Emacs version 30
;; otherwise clone the repos and use :load-path
(use-package simple-httpd
:vc (:url "https://github.com/skeeto/emacs-web-server/"))
(use-package websocket
:vc (:url "https://github.com/ahyatt/emacs-websocket"))
;; Install org-gnosis-ui
(use-package org-gnosis-ui
:vc (:url "https://git.thanosapollo.org/org-gnosis-ui")
:after org-gnosis)