Author: "Simple notes with an efficient file-naming scheme"
Go to file
Claudio Migliorelli 237d559d50 Fix the regression bug discussed in #526
This patch fixes the regression bug in
`denote-sequence-get-all-files`, as discussed in #526. The core idea
behind this fix is to delete duplicates within the list of files and
buffers in the `denote-directory` matching a certain signature.
2025-01-14 19:00:35 +01:00
tests Consolidate the tests of new child or sibling sequences 2025-01-13 11:24:54 +02: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 Update copyright years in a few places 2025-01-01 07:03:42 +02:00
denote-md-extras.el Update copyright years in a few places 2025-01-01 07:03:42 +02:00
denote-org-dblock.el Update copyright years in a few places 2025-01-01 07:03:42 +02:00
denote-org-extras.el Update copyright years in a few places 2025-01-01 07:03:42 +02:00
denote-rename-buffer.el Update copyright years in a few places 2025-01-01 07:03:42 +02:00
denote-sequence.el Fix the regression bug discussed in #526 2025-01-14 19:00:35 +01:00
denote-silo-extras.el Update copyright years in a few places 2025-01-01 07:03:42 +02:00
denote-sort.el Update the denote-sort-identifier-comparison-function 2025-01-04 18:47:35 +02:00
denote.el Check denote-file-has-identifier-p in denote-link--map-over-notes 2025-01-04 00:35:29 -05: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 Rewrite and expand the manual about denote-sequence.el 2025-01-12 11:24:25 +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.