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).
#+NAME: emacs-org-roam-elisp
#+BEGIN_SRC emacs-lisp
@ -2352,7 +2352,7 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl
epkgs.org-drill
#+END_SRC
Org Drill[fn:64] is an extension for Org Mode[fn:60] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized.
Org Drill[fn:63] is an extension for Org Mode[fn:60] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized.
#+NAME: emacs-org-drill-elisp
#+BEGIN_SRC emacs-lisp
@ -2399,7 +2399,7 @@ The way Org Mode[fn:60] works, TODO items, time-stamped items, and tagged headli
epkgs.org-pomodoro
#+END_SRC
Org Pomodoro[fn:65] adds basic support for the Pomodoro Technique[fn:66] in GNU/Emacs[fn:2]. It can be started for the task at point, or the last task time was clocked for. Each session starts a timer of 25 minutes, finishing with a break of 5 minutes. After 4 sessions, ther will be a break of 20 minutes. All values are customizable.
Org Pomodoro[fn:64] adds basic support for the Pomodoro Technique[fn:65] in GNU/Emacs[fn:2]. It can be started for the task at point, or the last task time was clocked for. Each session starts a timer of 25 minutes, finishing with a break of 5 minutes. After 4 sessions, ther will be a break of 20 minutes. All values are customizable.
#+NAME: emacs-pomodoro-elisp
#+BEGIN_SRC emacs-lisp
@ -2419,7 +2419,7 @@ Org Pomodoro[fn:65] adds basic support for the Pomodoro Technique[fn:66] in GNU/
epkgs.writegood-mode
#+END_SRC
Writegood Mode[fn:67] is an Emacs[fn:2] minor mode to aid in finding common writing problems. It highlights the text based on the following criteria:
Writegood Mode[fn:66] is an Emacs[fn:2] minor mode to aid in finding common writing problems. It highlights the text based on the following criteria:
+ Weasel Words
+ Passive Voice
@ -2442,7 +2442,7 @@ pkgs.aspellDicts.en-science
pkgs.aspellDicts.en-computers
#+END_SRC
GNU Aspell[fn:68] is a Free and Open Source spell checker designed to replace ISpell. It can be used as a library, or an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for mis-spelled words than any other spell checker for the English language.
GNU Aspell[fn:67] is a Free and Open Source spell checker designed to replace ISpell. It can be used as a library, or an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for mis-spelled words than any other spell checker for the English language.
#+NAME: emacs-aspell-elisp
#+BEGIN_SRC emacs-lisp
@ -2457,7 +2457,7 @@ GNU Aspell[fn:68] is a Free and Open Source spell checker designed to replace IS
** TexLive
TeX Live[fn:69] is a free software distributution for the TeX typesetting system that includes major TeX-related programs, macro packages, and fonts. Since TeX Live consists of /thousands/ of packages, to make managing it easier, NixOS replicates the organization of Tex Live into /schemes/ and /collections/[fn:70]:
TeX Live[fn:68] is a free software distributution for the TeX typesetting system that includes major TeX-related programs, macro packages, and fonts. Since TeX Live consists of /thousands/ of packages, to make managing it easier, NixOS replicates the organization of Tex Live into /schemes/ and /collections/[fn:69]:
It's possible to make HTTP requests from Org Mode buffers using ob-http[fn:71], this relies on Org Babel being present and configured properly.
It's possible to make HTTP requests from Org Mode buffers using ob-http[fn:70], this relies on Org Babel being present and configured properly.
#+NAME: emacs-http-elisp
#+BEGIN_SRC emacs-lisp
@ -2496,7 +2496,7 @@ It's possible to make HTTP requests from Org Mode buffers using ob-http[fn:71],
epkgs.ox-hugo
#+END_SRC
Ox-Hugo[fn:72] is an Org-Mode[fn:60] exporter for Hugo[fn:33] compabile markdown. I post nonsense on my Personal Blog[fn:73], and share my notes on various textbooks, articles, and software Here[fn:74].
Ox-Hugo[fn:71] is an Org-Mode[fn:60] exporter for Hugo[fn:33] compabile markdown. My dotfiles are a result of this, and are available to view here https://chrishayward.xyz/dotfiles/.
#+NAME: emacs-hugo-elisp
#+BEGIN_SRC emacs-lisp
@ -2507,7 +2507,7 @@ Ox-Hugo[fn:72] is an Org-Mode[fn:60] exporter for Hugo[fn:33] compabile markdown
@ -2537,7 +2537,7 @@ Ox-Hugo[fn:72] is an Org-Mode[fn:60] exporter for Hugo[fn:33] compabile markdown
pkgs.pass
#+END_SRC
With Pass[fn:75], each password lives inside of an encrypted =gpg= file, whose name is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, compies from computer to computer, and in general, manipulated using standard command line tools.
With Pass[fn:72], each password lives inside of an encrypted =gpg= file, whose name is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, compies from computer to computer, and in general, manipulated using standard command line tools.
#+NAME: emacs-pass-package
#+BEGIN_SRC nix
@ -2569,7 +2569,7 @@ epkgs.docker
epkgs.dockerfile-mode
#+END_SRC
Manage Docker from inside of Emacs using Docker.el[fn:76]. This is a full docker porcelain similar to Magit, allowing complete control of a Docker system. Add syntax highlighting to Dockerfiles using dockerfile-mode[fn:77] from Spotify.
Manage Docker from inside of Emacs using Docker.el[fn:73]. This is a full docker porcelain similar to Magit, allowing complete control of a Docker system. Add syntax highlighting to Dockerfiles using dockerfile-mode[fn:74] from Spotify.
#+NAME: emacs-docker-elisp
#+BEGIN_SRC emacs-lisp
@ -2683,7 +2683,7 @@ mu index
epkgs.projectile
#+END_SRC
Projectile[fn:78] is a project interaction library for GNU/Emacs[fn:2]. Its goal is to provide a nice set of features operating on a project level, without introducing external dependencies.
Projectile[fn:75] is a project interaction library for GNU/Emacs[fn:2]. Its goal is to provide a nice set of features operating on a project level, without introducing external dependencies.
#+NAME: emacs-projectile-elisp
#+BEGIN_SRC emacs-lisp
@ -2700,7 +2700,7 @@ epkgs.lsp-mode
epkgs.lsp-ui
#+END_SRC
The Language Server Protocol (LSP)[fn:79] defines the protocol used between an Editor or IDE, and a language server that provides features like:
The Language Server Protocol (LSP)[fn:76] defines the protocol used between an Editor or IDE, and a language server that provides features like:
+ Auto Complete
+ Go To Defintion
@ -2724,7 +2724,7 @@ The Language Server Protocol (LSP)[fn:79] defines the protocol used between an E
epkgs.ccls
#+END_SRC
Emacs CCLS[fn:80] is a client for CCLS, a C/C++/Objective-C language server supporting multi-million line C++ code bases, powered by libclang.
Emacs CCLS[fn:77] is a client for CCLS, a C/C++/Objective-C language server supporting multi-million line C++ code bases, powered by libclang.
#+NAME: emacs-ccls-elisp
#+BEGIN_SRC emacs-lisp
@ -2747,7 +2747,7 @@ Emacs CCLS[fn:80] is a client for CCLS, a C/C++/Objective-C language server supp
epkgs.company
#+END_SRC
Company[fn:81] is a text completion framework for GNU/Emacs[fn:2]. The name stands for =Complete Anything=. It uses pluggable back-ends and front-ends to retieve and display completion candidates.
Company[fn:78] is a text completion framework for GNU/Emacs[fn:2]. The name stands for =Complete Anything=. It uses pluggable back-ends and front-ends to retieve and display completion candidates.
#+NAME: emacs-company-elisp
#+BEGIN_SRC emacs-lisp
@ -2766,7 +2766,7 @@ Company[fn:81] is a text completion framework for GNU/Emacs[fn:2]. The name stan
epkgs.go-mode
#+END_SRC
Go Mode[fn:82] is a major mode for editing Golang[fn:12] source code in GNU/Emacs[fn:2].
Go Mode[fn:79] is a major mode for editing Golang[fn:12] source code in GNU/Emacs[fn:2].
#+NAME: emacs-golang-elisp
#+BEGIN_SRC emacs-lisp
@ -2786,7 +2786,7 @@ Go Mode[fn:82] is a major mode for editing Golang[fn:12] source code in GNU/Emac
epkgs.rustic
#+END_SRC
Rustic[fn:81] is a fork of rust-mode that integrates well with the Language Server Protocol[fn:75]. Include the rust shell before launching GNU/Emacs[fn:2] to use this!
Rustic[fn:78] is a fork of rust-mode that integrates well with the Language Server Protocol[fn:72]. Include the rust shell before launching GNU/Emacs[fn:2] to use this!
#+NAME: emacs-rustic-elisp
#+BEGIN_SRC emacs-lisp
@ -2802,7 +2802,7 @@ Rustic[fn:81] is a fork of rust-mode that integrates well with the Language Serv
epkgs.pretty-mode
#+END_SRC
The built in Python Mode[fn:83] has a nice feature set for working with Python[fn:19] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:79] server. These tools are included in the Development Shell[fn:11] for Python[fn:19].
The built in Python Mode[fn:80] has a nice feature set for working with Python[fn:19] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:76] server. These tools are included in the Development Shell[fn:11] for Python[fn:19].
#+NAME: emacs-python-elisp
#+BEGIN_SRC emacs-lisp
@ -2826,14 +2826,14 @@ epkgs.protobuf-mode
pkgs.plantuml
#+END_SRC
PlantUML[fn:84] is an open-source tool allowing users to create diagrams from a plain-text language. Besides various UML diagrams, PlantUML[fn:84] has support for various other software developmented related formats, as well as visualizations of =JSON= and =YAML= files.
PlantUML[fn:81] is an open-source tool allowing users to create diagrams from a plain-text language. Besides various UML diagrams, PlantUML[fn:81] has support for various other software developmented related formats, as well as visualizations of =JSON= and =YAML= files.
#+NAME: emacs-plantuml-package
#+BEGIN_SRC nix
epkgs.plantuml-mode
#+END_SRC
PlantUML Mode[fn:85] is a major mode for editing PlantUML[fn:84] sources in GNU/Emacs[fn:2].
PlantUML Mode[fn:82] is a major mode for editing PlantUML[fn:81] sources in GNU/Emacs[fn:2].
#+NAME: emacs-plantuml-elisp
#+BEGIN_SRC emacs-lisp
@ -2855,7 +2855,7 @@ epkgs.ivy-posframe
epkgs.ivy-prescient
#+END_SRC
Ivy (Swiper)[fn:86] is a generic completion mechanism for GNU/Emacs[fn:2]. While operating similarily to other completion schemes like =icomplete-mode=, it aims to be more efficient, smaller, simpler, and smoother to use, while remaining highly customizable.
Ivy (Swiper)[fn:83] is a generic completion mechanism for GNU/Emacs[fn:2]. While operating similarily to other completion schemes like =icomplete-mode=, it aims to be more efficient, smaller, simpler, and smoother to use, while remaining highly customizable.
#+NAME: emacs-swiper-elisp
#+BEGIN_SRC emacs-lisp
@ -2896,7 +2896,7 @@ It's possible to control the frame opacity in GNU/Emacs[fn:2]. Unlike other tran
pkgs.brightnessctl
#+END_SRC
The Desktop Environment[fn:87] package provides commands and a global minor mode for controlling your GNU/Linux[fn:1] desktop from within GNU/Emacs[fn:2].
The Desktop Environment[fn:84] package provides commands and a global minor mode for controlling your GNU/Linux[fn:1] desktop from within GNU/Emacs[fn:2].
#+NAME: emacs-desktop-package
#+BEGIN_SRC nix
@ -2919,7 +2919,7 @@ You can control the brightness, volume, take screenshots, and lock / unlock the
epkgs.doom-themes
#+END_SRC
Doom Themes[fn:88] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites.
Doom Themes[fn:85] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites.
#+NAME: emacs-doom-themes-elisp
#+BEGIN_SRC emacs-lisp
@ -2944,7 +2944,7 @@ Doom Themes[fn:88] is a theme megapack for GNU/Emacs[fn:2], inspired by communit
epkgs.doom-modeline
#+END_SRC
Doom Modeline[fn:26] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs.
Doom Modeline[fn:85] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs.
#+NAME: emacs-doom-modeline-elisp
#+BEGIN_SRC emacs-lisp
@ -3080,58 +3080,48 @@ Doom Modeline[fn:26] is a fancy and fast modeline inspired by minimalism design.