mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-denote-explore.
* gnu/packages/emacs-xyz.scm (emacs-denote-explore): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I6649cf69685b52e55bae6d17772fd7be5697ec16
This commit is contained in:
parent
0b11bae8a4
commit
d4bf7a36af
1 changed files with 30 additions and 0 deletions
|
@ -19098,6 +19098,36 @@ Denote files that goes beyond using the standard Dired Emacs command to
|
|||
view your Denote directory.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-denote-explore
|
||||
(package
|
||||
(name "emacs-denote-explore")
|
||||
(version "3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/pprevos/denote-explore")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0773691jxyv039y407c8dppkky41b3icacavddcv9m8v481763b7"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-denote emacs-dash))
|
||||
(home-page "https://github.com/pprevos/denote-explore")
|
||||
(synopsis "Analyse and visualise a collection of Denote notes")
|
||||
(description
|
||||
"The Denote Explore package provides auxiliary functions to
|
||||
maintain and explore your collection of Denote files. Denote Explore provides
|
||||
four groups of Emacs commands:
|
||||
@enumerate
|
||||
@item Summary statistics: Count and visualize notes, attachments and keywords.
|
||||
@item Random walks: Generate new ideas using Serendipity.
|
||||
@item Janitor: Manage your Denote collection.
|
||||
@item Visualisations: Visualise your Denote network as a network
|
||||
graph. (Optional dependencies GraphViz, D3js, to be acquired separately!)
|
||||
@end enumerate")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-logos
|
||||
(package
|
||||
(name "emacs-logos")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue