Extend zk--id-list to query IDs as well as titles#69
Extend zk--id-list to query IDs as well as titles#69boyechko wants to merge 1 commit intolocalauthor:mainfrom
Conversation
This is a very minor change that does not effect performance, but allows focusing on parts of IDs as well as titles. So I can focus on only the notes I made in 2014, for example, by querying for `^2014`, or notes I've made in July of any year with `^20..07`.
|
First of all, this makes Second, IDs are not meant to be semantically useful. They might as well be arbitrary. So, in keeping with the zk philosophy, such as it is, I'm not keen on including functionality to search by ID number. There are other ways to do that, if you think it will be useful to you (through dired, for example). |
I see your point, and in one of my Kästen, the IDs are indeed meaningless (
This, however, would certainly cause unforeseen behavior. Alternatively, and less cryptically, searching |
This is a very minor change that does not effect performance, but allows focusing on parts of IDs as well as titles. So I can focus on only the notes I made in 2014, for example, by querying for
^2014, or notes I've made in July of any year with^20..07.Benchmarks: