diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-03-12 19:10:50 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-03-12 19:10:50 +0200 |
| commit | b2f76e25a35af50195a7857b2ef918086a4b0580 (patch) | |
| tree | 3f994cacf4b050ff845e9c4f2d3ade57975a0207 | |
| parent | 8a4f401a87ddd5397d0b8bc346ea53894ba64c0b (diff) | |
Expand the denote-silo README.md
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ # Denote Silo extras WORK-IN-PROGRESS: <https://protesilaos.com/codelog/2025-02-11-emacs-splitting-denote-many-packages/>. + +The `denote-silo` package makes it easier to work with multiple +"silos", as explained in the Denote manual. In short, a "silo" is a +localised `denote-directory` that is not connected to the +default/global `denote-directory` and other silos. + +The code of `denote-silo` used to be bundled up with the `denote` +package before version `4.0.0` of the latter and was available in the +file `denote-silo-extras.el`. Users of the old code will need to adapt +their setup to use the `denote-silo` package. This can be done by +replacing all instances of `denote-silo-extras` with `denote-silo` +across their configuration. + ++ Package name (GNU ELPA): `denote-silo` (⚠️ Not available yet) ++ Official manual: <https://protesilaos.com/emacs/denote-silo> ++ Git repository: <https://github.com/protesilaos/denote-silo> ++ Backronym: Denote... Silos Insulate Localised Objects. |
