unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 55126@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#55126] [PATCH] gnu: Add emacs-org-roam-ui.
Date: Wed, 27 Apr 2022 17:46:12 +0200	[thread overview]
Message-ID: <20220427154612.11585-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <20220426131246.4899-1-ngraves@ngraves.fr>

* gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18e2b806af..67da16517a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29433,6 +29433,34 @@ (define-public emacs-org-roam-bibtex
 opening Org Ref's @code{cite:} links.")
     (license license:gpl3+)))
 
+(define-public emacs-org-roam-ui
+  (let ((commit "9474a254390b1e42488a1801fed5826b32a8030b")
+        (revision "0"))
+    (package
+      (name "emacs-org-roam-ui")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/org-roam/org-roam-ui")
+                      (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0v54vxh95izch74wz2dl2dkdqicbvshra55l6qvd4xl5qmfhpjdc"))))
+      (build-system emacs-build-system)
+      (arguments
+       `(#:include (cons "^out" %default-include)))
+      (propagated-inputs
+       (list emacs-org-roam emacs-websocket emacs-simple-httpd emacs-f))
+      (home-page "https://github.com/org-roam/org-roam-ui")
+      (synopsis "A graphical frontend for your org-roam Zettelkasten")
+      (description " Org-Roam-UI is a frontend for exploring and interacting
+with your @code{org-roam} notes. It is meant a successor of
+@code{org-roam-server} that extends functionality of org-roam with a Web app
+that runs side-by-side with Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-org-generate
   (package
     (name "emacs-org-generate")
-- 
2.35.1





  parent reply	other threads:[~2022-04-27 15:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 13:12 [bug#55126] [PATCH] https://github.com/org-roam/org-roam-ui/issues/191 Nicolas Graves via Guix-patches via
     [not found] ` <handler.55126.B.165097879731082.ack@debbugs.gnu.org>
2022-04-26 15:42   ` [bug#55126] Acknowledgement ([PATCH] https://github.com/org-roam/org-roam-ui/issues/191) Nicolas Graves via Guix-patches via
2022-07-25 19:37     ` [bug#55126] reminder Nicolas Graves via Guix-patches via
2022-04-26 16:00 ` [bug#55126] [PATCH] gnu: Add emacs-org-roam-ui Nicolas Graves via Guix-patches via
2022-04-27 13:38   ` Giovanni Biscuolo
2022-04-27 15:46 ` Nicolas Graves via Guix-patches via [this message]
2022-08-01 11:12 ` [bug#55126] [PATCH] https://github.com/org-roam/org-roam-ui/issues/191 Nicolas Graves via Guix-patches via
2022-09-03 10:09 ` bug#55126: Closing 55126 Nicolas Graves via Guix-patches via

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220427154612.11585-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=55126@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).