Author: "Simple notes with an efficient file-naming scheme"
Go to file
Protesilaos Stavrou 259c8caac6
Make denote-journal-extras--filename-date-regexp more robust
We want it to work when the journal files are inside a directory and
we also need it to account for variations of denote-file-name-components-order.

Thanks to Samuel Flint for informing me about the previous
implementation not working inside of a journal subdirectory. This was
done in issue 485: <https://github.com/protesilaos/denote/issues/485>.
2024-12-05 18:00:00 +02:00
tests denote-get-identifier returns an empty string when date is nil 2024-11-08 22:58:14 -05: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 Make denote-journal-extras--filename-date-regexp more robust 2024-12-05 18:00:00 +02:00
denote-md-extras.el WRONG BRANCH! Revert "Define WORK-IN-PROGRESS file type with Obsidian-style front matter" 2024-11-20 12:07:37 +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 Tweak denote-org-extras--parse-rx to use rx-to-string 2024-12-04 17:56:50 +02:00
denote-rename-buffer.el Make denote-rename-buffer-format accept %T for file name title only 2024-11-06 10:47:39 +02:00
denote-silo-extras.el Fix mistake made by the previous commit 2024-11-18 08:35:48 +02:00
denote-sort.el Fix bug to make denote-sort-dired exclude files matching regexp (see a701764) 2024-12-03 10:35:16 +02:00
denote.el Start implementing not-regexp feature to exclude those files 2024-12-03 07:43:36 +02: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 Merge branch 'not-regexp' 2024-12-04 14:10:05 +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.