Browse Source

Cleanup org-roam-ui

main
parent
commit
59f319f558
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 10
      README.org
  2. 3
      modules/emacs.nix

10
README.org

@ -1,7 +1,6 @@
:PROPERTIES: :PROPERTIES:
:ID: e4ad3dd5-0996-45bc-92ab-6bdbf16e4310 :ID: e4ad3dd5-0996-45bc-92ab-6bdbf16e4310
:ROAM_REF: https://chrishayward.xyz/dotfiles/ :ROAM_REF: https://chrishayward.xyz/dotfiles/
:ROAM_ALIASES: "https://git.chrishayward.xyz/chris/dotfiles" "https://github.com/chayward1/dotfiles" "https://gitlab.com/chayward1/dotfiles"
:END: :END:
#+TITLE: Dotfiles #+TITLE: Dotfiles
#+AUTHOR: Christopher James Hayward #+AUTHOR: Christopher James Hayward
@ -2216,9 +2215,6 @@ Org-mode[fn:60] is a document editing and organizing mode, designed for notes, p
#+NAME: emacs-org-roam-package #+NAME: emacs-org-roam-package
#+BEGIN_SRC nix #+BEGIN_SRC nix
epkgs.org-roam epkgs.org-roam
# epkgs.websocket
# epkgs.simple-httpd
# epkgs.org-roam-ui
#+END_SRC #+END_SRC
Org Roam[fn:61] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:62], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:60] for their personal wiki (me). Org Roam Server[fn:63] is a Web application to visualize the Org Roam[fn:61] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface. Org Roam[fn:61] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:62], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:60] for their personal wiki (me). Org Roam Server[fn:63] is a Web application to visualize the Org Roam[fn:61] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface.
@ -2243,12 +2239,6 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl
(setq org-roam-capture-templates '() (setq org-roam-capture-templates '()
org-roam-dailies-capture-templates '()) org-roam-dailies-capture-templates '())
;; Configure the user interface.
;; (setq org-roam-ui-follow t
;; org-roam-ui-sync-theme t
;; org-roam-ui-open-on-start t
;; org-roam-ui-update-on-save t)
;; Encrypt files with the public key. ;; Encrypt files with the public key.
(setq epa-file-select-keys 2 (setq epa-file-select-keys 2
epa-file-encrypt-to "37AB1CB72B741E478CA026D43025DCBD46F81C0F" epa-file-encrypt-to "37AB1CB72B741E478CA026D43025DCBD46F81C0F"

3
modules/emacs.nix

@ -20,9 +20,6 @@ let
# Optional packages. # Optional packages.
epkgs.org epkgs.org
epkgs.org-roam epkgs.org-roam
# epkgs.websocket
# epkgs.simple-httpd
# epkgs.org-roam-ui
epkgs.org-drill epkgs.org-drill
epkgs.org-pomodoro epkgs.org-pomodoro
epkgs.writegood-mode epkgs.writegood-mode

Loading…
Cancel
Save