From: Fredrik Salomonsson <plattfot@posteo.net>
To: 57891@debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot@posteo.net>
Subject: [bug#57891] [PATCH 1/1] gnu: Add emacs-org-roam-ui.
Date: Sat, 17 Sep 2022 22:41:58 +0000 [thread overview]
Message-ID: <20220917224158.916761-1-plattfot@posteo.net> (raw)
In-Reply-To: <20220917223523.916194-1-plattfot@posteo.net>
* gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.
---
gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d99df6cc69..e41e820761 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30717,6 +30717,35 @@ (define-public emacs-org-roam
personal wiki.")
(license license:gpl3+)))
+(define-public emacs-org-roam-ui
+ (package
+ (name "emacs-org-roam-ui")
+ (version "20220803.1024")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/org-roam/org-roam-ui.git")
+ (commit "c75fc7506ee7f03840a9a93ed9336d7ed24551aa")))
+ (sha256
+ (base32 "0mkcd2622np8s5qz2zvx7lch6dc586xqmn6914gi4ym7nvklf3zy"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list
+ emacs-org-roam
+ emacs-simple-httpd
+ emacs-websocket))
+ (arguments
+ (list
+ #:include #~(cons "^out" %default-include)))
+ (home-page "https://github.com/org-roam/org-roam-ui")
+ (synopsis "Web User Interface for Org-roam")
+ (description
+ "Org-Roam-UI is meant as a successor of org-roam-server that extends
+functionality of Org Roam with a Web app that runs side-by-side with Emacs.
+Providing a web interface for navigating around notes created within Org Roam.")
+ (license license:gpl3+)))
+
(define-public emacs-org-roam-bibtex
(package
(name "emacs-org-roam-bibtex")
--
2.37.3
next prev parent reply other threads:[~2022-09-17 22:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-17 22:35 [bug#57891] [PATCH 0/1] Add emacs-org-roam-ui Fredrik Salomonsson
2022-09-17 22:41 ` Fredrik Salomonsson [this message]
2022-09-18 9:29 ` bug#57891: [PATCH 1/1] gnu: " Nicolas Goaziou
2022-09-18 16:16 ` [bug#57891] " Nicolas Graves via Guix-patches via
2022-09-18 17:43 ` Fredrik Salomonsson
2022-09-18 19:09 ` Maxime Devos
2022-09-18 23:24 ` Fredrik Salomonsson
2022-09-19 10:24 ` Nicolas Goaziou
2022-09-19 18:07 ` Fredrik Salomonsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220917224158.916761-1-plattfot@posteo.net \
--to=plattfot@posteo.net \
--cc=57891@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.