-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make heading with custom_id properties searchable? #411
Comments
From: Jousimies ***@***.***>
Date: Thu, 15 Aug 2024 07:56:29 -0700
Thank you for this excellent package.
You are welcome!
Currently, We can use `consult-notes` to search a denote note. However
only note title can be searched.
There is also my 'consult-denote' if you want to take a look. It
provides a way to search the 'denote-directory' using Consult's grep or
find commands.
When we call `denote-org-extras-link-to-heading`, the heading will
generate a custom_id properties.
I want to search these headings, how to do it ?
You mean you want to see them in a Consult preview while using the
'denote-org-extras-link-to-heading' command? If so, my package handles
that if you enable the 'consult-denote-mode'.
The purpose of that mode is to, among others, enhance most/all Denote
commands with the Consult preview facility.
This package is still in its first public release. I will refine it over
time.
…--
Protesilaos Stavrou
https://protesilaos.com
|
From: Jousimies ***@***.***>
Date: Tue, 3 Sep 2024 02:14:36 -0700
<img width="662" alt="image" src="https://github.com/user-attachments/assets/2c6ef4bd-fb7f-4780-853c-7b52d6bafb28">
consult-notes can only search file title as pic above. If a heading with `CUSTOM_ID` property be searchable with consult-notes command will be better.
Note that 'consult-notes' and 'consult-denote' are not the same package.
The latter should be able to search file contents with the command
'consult-denote-grep'.
…--
Protesilaos Stavrou
https://protesilaos.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this excellent package.
Currently, We can use
consult-notes
to search a denote note. However only note title can be searched.When we call
denote-org-extras-link-to-heading
, the heading will generate a custom_id properties.I want to search these headings, how to do it ?
The text was updated successfully, but these errors were encountered: