We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When searching for notes, the last child of the hierarchy (which usually is the title) gets trimmed, adding the file Title for completion.
However in time notes this is not desirable since we want to be able to search by day for example and the title usually is different.
For example, now in the minibuffer you get:
customer.meet.2021.04:Note Title
With that you can't use the day for searching.
The desired candidate for searching would be:
customer.meet.2021.04.27:Note Title
So you can search by both day, and note title. This has jut to be done for time notes but not for regular ones
The text was updated successfully, but these errors were encountered:
vicrdguez
No branches or pull requests
When searching for notes, the last child of the hierarchy (which usually is the title) gets trimmed, adding the file Title for completion.
However in time notes this is not desirable since we want to be able to search by day for example and the title usually is different.
For example, now in the minibuffer you get:
customer.meet.2021.04:Note Title
With that you can't use the day for searching.
The desired candidate for searching would be:
customer.meet.2021.04.27:Note Title
So you can search by both day, and note title. This has jut to be done for time notes but not for regular ones
The text was updated successfully, but these errors were encountered: