[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult-denote e96479f8c8 2/7: Add CHANGELOG.org file
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult-denote e96479f8c8 2/7: Add CHANGELOG.org file |
Date: |
Sun, 15 Sep 2024 03:58:01 -0400 (EDT) |
branch: externals/consult-denote
commit e96479f8c8fda2b7ff2562cc0a68f39ce1e19e80
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add CHANGELOG.org file
---
CHANGELOG.org | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 101 insertions(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
new file mode 100644
index 0000000000..ba8685c789
--- /dev/null
+++ b/CHANGELOG.org
@@ -0,0 +1,101 @@
+#+title: Change log of consult-denote
+#+author: Protesilaos Stavrou
+#+email: info@protesilaos.com
+#+language: en
+#+options: ':t toc:nil author:t email:t num:t
+#+startup: content
+
+This document contains the release notes for each tagged commit on the
+project's main git repository: <https://github.com/protesilaos/consult-denote>.
+
+The newest release is at the top. For further details, please consult
+the manual: <https://protesilaos.com/emacs/consult-denote>.
+
+#+toc: headlines 1 insert TOC here, with one headline level
+
+* Version 0.2.0 on 2024-09-10
+:PROPERTIES:
+:CUSTOM_ID: h:e3515d33-18cd-401a-8e37-3f8d55aed23b
+:END:
+
+** The command ~consult-denote-find~ always previews files
+:PROPERTIES:
+:CUSTOM_ID: h:cbcd61da-e777-4634-b578-ed2e7df2cf60
+:END:
+
+This command will search for matching file names through the
+~denote-directory~. It now previews the selected file in the
+minibuffer, whereas before the preview had to be triggered manually.
+
+Remember that you can customise what command is actually called, per
+~consult-denote-find-command~ (default is ~consult-find~, with
+~consult-fd~ as another likely choice).
+
+** The commands ~denote-find-link~ and ~denote-find-backlink~ have previews
+:PROPERTIES:
+:CUSTOM_ID: h:8881cb08-7be0-49dd-a6d2-dfe557e2bf48
+:END:
+
+This is relevant when ~consult-denote-mode~ is enabled. This mode
+makes changes in the background to make all file-related Denote
+minibuffer prompts have the preview functionality. The idea is that
+users keep the same workflow and overall style, while benefiting from
+the added features.
+
+Thanks to hapst3r for suggesting something similar which made me
+realise those commands were not actually covered by ~consult-denote-mode~.
+
+[ If there are more Denote commands that you think could benefit from
+ ~consult-denote-mode~ but are not covered yet, please let me know. ]
+
+** The package now has a manual and change log
+:PROPERTIES:
+:CUSTOM_ID: h:823729f2-ee86-4096-81ba-bf99d23832da
+:END:
+
+You can find the relevant source files in consult-denote.git and their
+web pages on my website.
+
++ Official manual: <https://protesilaos.com/emacs/consult-denote>
++ Change log: <https://protesilaos.com/emacs/consult-denote-changelog>
+
+* Version 0.1.0 on 2024-07-03
+:PROPERTIES:
+:CUSTOM_ID: h:bf9a57b4-ec21-44ef-9d13-b5ea36804338
+:END:
+
+The ~consult-denote~ provides glue code to integrate ~denote~ with
+Daniel Mendler's ~consult~ package. The idea is to enhance minibuffer
+interactions, such as by providing a preview of the file-to-linked or
+opened and by adding more sources to the ~consult-buffer~ command.
+Interested users can enable the ~consult-denote-mode~ to get started.
+
+** Familiar minibuffer prompts
+:PROPERTIES:
+:CUSTOM_ID: h:c4a35a12-92e4-4f29-9fbb-30c61039511d
+:END:
+
+~consult-denote~ is designed to enhance all relevant Denote prompts
+with whatever extras Consult provides, such as the preview facility.
+These Consult-powered minibuffer prompts will still follow the same
+patterns of interaction as core Denote: they will never use a
+profoundly different presentation.
+
+** Customise what ~consult-buffer~ shows from Denote
+:PROPERTIES:
+:CUSTOM_ID: h:4fba75ca-7e9c-42b7-a0b0-fa07536c4621
+:END:
+
+The extra sources added to the ~consult-buffer~ command are controlled
+by the user option ~consult-denote-buffer-sources~. Its default value
+is the list of sources called ~consult-denote-all-buffer-sources~.
+
+** Developed in tandem with Denote
+:PROPERTIES:
+:CUSTOM_ID: h:108c3c30-ad82-4349-b6e7-998594c79f0e
+:END:
+
+My goal with this package is to keep it as close to Denote as
+possible. If the community wants a new feature, we can discuss whether
+a variant of it makes sense for ~denote~ before considering its
+inclusion in ~consult-denote~.
- [elpa] externals/consult-denote updated (4d32f7003c -> eb46c0b19e), ELPA Syncer, 2024/09/15
- [elpa] externals/consult-denote e96479f8c8 2/7: Add CHANGELOG.org file,
ELPA Syncer <=
- [elpa] externals/consult-denote 44f2dd2c91 6/7: Remove needless information from the README.md (we have the manual now), ELPA Syncer, 2024/09/15
- [elpa] externals/consult-denote eb46c0b19e 7/7: Fix the date of today's release notes, ELPA Syncer, 2024/09/15
- [elpa] externals/consult-denote 8d37cb6b1a 5/7: Update the sources in the README, ELPA Syncer, 2024/09/15
- [elpa] externals/consult-denote a72f60f8e8 4/7: Update consult-denote to version 0.2.0, ELPA Syncer, 2024/09/15
- [elpa] externals/consult-denote bea172023c 3/7: Update the :link in the defgroup to point to the manual, ELPA Syncer, 2024/09/15
- [elpa] externals/consult-denote 7dacbb8423 1/7: Add README.org, which GNU ELPA converts into the Info manual, ELPA Syncer, 2024/09/15