Author: "Simple notes with an efficient file-naming scheme"
Go to file
Protesilaos Stavrou f808a67bd8
Tweak the :package-version of user options for renaming buffers
We update this so that users know when the default value was added or
last changed.

These are related to the contribution by Ashton Wiersdorf in pull
request 392: <https://github.com/protesilaos/denote/pull/392>.
2024-07-18 08:53:30 +03:00
tests Expand the tests about retrieving file name components 2024-06-10 20:26:26 +03: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 Denote to version 3.0.0 2024-06-30 11:06:50 +03:00
COPYING Add GPL 2022-06-04 07:46:36 +03:00
denote-journal-extras.el Update denote-journal-extras--entry-today to handle custom filename component order 2024-07-17 07:50:13 +02: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 Refine the denote-org-extras-outline-prompt 2024-07-03 12:20:51 +03:00
denote-rename-buffer.el Tweak the :package-version of user options for renaming buffers 2024-07-18 08:53:30 +03:00
denote-silo-extras.el Make the denote-silo-extras-directory-prompt public 2024-07-03 10:57:31 +03:00
denote-sort.el Define compatibility aliases for all history variables (don't use 'define-obsolete-variable-alias') 2024-01-25 06:44:55 +02:00
denote.el Add denote--file-has-backlinks-p; search for backlinks iff needed 2024-07-17 23:16:19 -06: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 Add notes in the manual about the buffer backlink indicator 2024-07-17 23:26:50 -06: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.