-
Notifications
You must be signed in to change notification settings - Fork 249
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
Enhanced Tag Management #359
Comments
As of a6596be, tag completion is now fuzzier. For example: |
One more easy-ish improvement we could make would be to open up a finder with a list of ALL tags when no argument is provided to UPDATE: implemented for telescope in 5fecc73. |
I agree. Another plus is that this implements what one would intuitively expect from the command. I was actually surprised when I first tried |
🚀 The feature, motivation and pitch
While authoring new notes, determining the most appropriate tags can be challenging, particularly when the potential for duplicating existing tags exists. Current autocompletion features, although valuable, offer limited assistance, as they primarily facilitate the discovery of tags starting with similar prefixes. This limitation makes it difficult to efficiently organize and categorize notes, especially when similar but not identical tags (e.g.,
my_allergies
vs.allergies
) are in use.Proposed Solution
Implement an enhanced tag management feature that provides a comprehensive overview of all existing tags within the current workspace. This feature should enable users to:
Implementation Consideration
I guess using a custom telescope picker would be an ideal approach for this feature, given its powerful search and UI capabilities such as listing tags, fuzzy searching, and multi-selection support. However, I am not sure how to actually build it.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: