all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Fredrik Salomonsson <plattfot@posteo.net>
Cc: 57891-done@debbugs.gnu.org
Subject: bug#57891: [PATCH 1/1] gnu: Add emacs-org-roam-ui.
Date: Sun, 18 Sep 2022 11:29:20 +0200	[thread overview]
Message-ID: <87tu55yqrz.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20220917224158.916761-1-plattfot@posteo.net> (Fredrik Salomonsson's message of "Sat, 17 Sep 2022 22:41:58 +0000")

Hello,

Fredrik Salomonsson <plattfot@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.

Thank you. Applied with the following changes.

> +(define-public emacs-org-roam-ui
> +  (package
> +    (name "emacs-org-roam-ui")
> +    (version "20220803.1024")

Version is actually "0.1".
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/org-roam/org-roam-ui.git")

I removed ".git" suffix.
> +               (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")

I capitalzed project name 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.")

I also capitalized project names. I changed "Web app" into "web app",
but I think it should be "web application". I eventually merged the two
into a single one.

Regards,
-- 
Nicolas Goaziou




  reply	other threads:[~2022-09-18  9:30 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 ` [bug#57891] [PATCH 1/1] gnu: " Fredrik Salomonsson
2022-09-18  9:29   ` Nicolas Goaziou [this message]
2022-09-18 16:16     ` 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=87tu55yqrz.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=57891-done@debbugs.gnu.org \
    --cc=plattfot@posteo.net \
    /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.