Author: "Simple notes with an efficient file-naming scheme"
Go to file
2024-11-02 01:13:31 -04:00
tests Add signature parameter to denote--format-front-matter 2024-11-02 01:13:26 -04:00
.dir-locals.el Add .dir-locals to disable tabs in the code 2022-07-04 09:34:24 +03:00
.gitignore Expand gitignore 2022-06-08 19:40:19 +03:00
CHANGELOG.org Update to Denote version 3.1.0 2024-09-04 11:31:56 +03:00
COPYING Add GPL 2022-06-04 07:46:36 +03:00
denote-journal-extras.el Switch to if-let* and when-let* everywhere because Emacs 31 deprecates the others 2024-10-24 16:30:53 +03:00
denote-md-extras.el Add denote-md-extras.el with two commands for link conversion 2024-10-26 09:33:31 +03:00
denote-org-dblock.el Absorb denote-org-dblock.el into denote-org-extras.el 2024-01-23 07:34:13 +02:00
denote-org-extras.el Make denote-org-extras "convert" link commands save-excursion 2024-10-26 09:43:17 +03:00
denote-rename-buffer.el Simplify keyword retrieval in denote-rename-buffer--format 2024-10-26 06:23:54 +03:00
denote-silo-extras.el Add check that SILO is among denote-silo-extras-directories 2024-09-12 17:46:44 +03:00
denote-sort.el Clarify the type of a symbol in a doc string to placate the byte compiler 2024-10-31 11:11:28 +02:00
denote.el Add signature parameter to denote--add-front-matter 2024-11-02 01:13:31 -04:00
doclicense.texi Add missing doclicense.texi 2022-06-19 20:03:13 +03:00
README.md Update development links 2024-01-17 04:41:40 +02:00
README.org Define denote-dired-link-marked-notes as alias for denote-link-dired-marked-notes 2024-10-28 10:07:46 +02:00

denote: Simple notes with an efficient file-naming scheme

Denote is a simple note-taking tool for Emacs. It is based on the idea that notes should follow a predictable and descriptive file-naming scheme. The file name must offer a clear indication of what the note is about, without reference to any other metadata. Denote basically streamlines the creation of such files while providing facilities to link between them.

Denote's file-naming scheme is not limited to "notes". It can be used for all types of file, including those that are not editable in Emacs, such as videos. Naming files in a consistent way makes their filtering and retrieval considerably easier. Denote provides relevant facilities to rename files, regardless of file type.