Search facility #507
lmq-10
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
Thank you for doing this! Do you want to prepare a brief description for our README here? We already mention other packages and I am happy to include yours there as well. |
Beta Was this translation helpful? Give feedback.
3 replies
-
From: Lucas Quintana ***@***.***>
Date: Tue, 31 Dec 2024 11:41:34 -0800
Thank you for the information regarding copyright assignment.
You are welcome!
About your question, I guess you'll know better. I tried to write
`denote-search` in a way that would allow it to become part of Denote
without issues, as an optional module if anything; it's pretty
self-contained, has no dependencies, and its codebase is small.
Naturally, I'd be very happy to see my little package integrated here,
but again, that's up to you. I still have to assign copyright to the
FSF though, but I plan to do it anyway.
It is also an open question for me: what do we all think is better in
terms of organising the code we have.
I have been adding these optional extensions to the main repo (like
denote-sort.el, the Org dynamic blocks, and the new denote-sequence.el),
but maybe they should all be their own little packages.
The upside with having them all together is that they are more
discoverable. The downside is that someone may get the impression the
package is "bloated" because it does too many things. In terms of
maintenance though, the workload is the same from my perspective as I
would be maintaining the standalone packages as well.
If we merge your code here, then I will grant you write access to the
repo. I should have done the same with @jeanphilippegg, whose
contributions I always merge.
Alternatively, we split up the code to many smaller packages and take
care to document the available options.
(Oh, now that you mention `denote-sort-dired`, I realized that's a
perfect way to start a search in a predefined set of files! I'll add a
function to search in marked dired files to my package, it should be
trivial. That way it will be better integrated, too.)
Very well! Maybe we would want denote-sort-dired (or something like it)
to eventually be part of your search facility rather than be in denote-sort.el.
I think it makes sense conceptually.
…--
Protesilaos Stavrou
https://protesilaos.com
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Prot (and Denote community as a whole). I have been using and enjoying this fantastic note-taking tool for a while. Eventually, as my collection of notes grew, I needed a search facility, and not content with the available options, I went and developed my own. Today I published the code and wrote documentation for it just in case someone finds it useful, too.
I think this feature is not planned (judging by #71), specially now that
consult-denote
exists, but there it is anyway!Beta Was this translation helpful? Give feedback.
All reactions