2021-05-04 15:59:07 +00:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2021-05-06 06:28:37 +00:00
|
|
|
;;; tools/wiki/packages.el
|
2021-05-04 15:59:07 +00:00
|
|
|
|
|
|
|
;; The main package for creating a wiki.
|
|
|
|
(package! org-roam
|
2021-07-22 11:25:18 +00:00
|
|
|
:recipe (:host github :repo "org-roam/org-roam"))
|
2021-05-04 15:59:07 +00:00
|
|
|
|
2021-05-09 02:42:17 +00:00
|
|
|
(when (featurep! +biblio)
|
|
|
|
(package! org-ref
|
2021-05-27 11:48:08 +00:00
|
|
|
:recipe (:host github :repo "jkitchin/org-ref"))
|
|
|
|
(package! org-roam-bibtex
|
2021-07-22 11:25:18 +00:00
|
|
|
:recipe (:host github :repo "org-roam/org-roam-bibtex")))
|
2021-05-09 02:42:17 +00:00
|
|
|
|
2021-05-04 15:59:07 +00:00
|
|
|
(when (featurep! +anki)
|
|
|
|
(package! anki-editor
|
|
|
|
:recipe (:host github
|
|
|
|
:repo "louietan/anki-editor")
|
|
|
|
:pin "546774a453ef4617b1bcb0d1626e415c67cc88df"))
|
|
|
|
|
2021-05-06 06:28:37 +00:00
|
|
|
(when (featurep! +markdown)
|
|
|
|
(package! md-roam
|
|
|
|
:recipe (:host github :repo "nobiot/md-roam" :branch "v2")))
|
|
|
|
|
|
|
|
(when (featurep! +dendron)
|
|
|
|
(package! dendroam
|
|
|
|
:recipe (:host github :repo "vicrdguez/dendroam")))
|