Skip to content
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

Autocompletion when adding tags to notes #564

Closed
TimeBomb opened this issue Jul 27, 2020 · 2 comments
Closed

Autocompletion when adding tags to notes #564

TimeBomb opened this issue Jul 27, 2020 · 2 comments
Labels
improvement request 🔨 Issue concerns an existing feature that needs improvement.

Comments

@TimeBomb
Copy link

Current behavior

Scenario:

  1. I have one existing note with the "Meetings" tag.
  2. I create a new note
  3. I go to add a tag to this new note
  4. I fully type out "Meetings" in the tag UI
  5. I press enter and add the existing "Meetings" tag to my note

Preferred behavior

Scenario:

  1. I have one existing note with the "Meetings" tag.
  2. I create a new note
  3. I go to add a tag to this new note
  4. I type out "M"
  5. The Add tag UI shows a dropdown of all my existing tags starting with "M", i.e. fuzzy matching what I've typed in the UI with my existing tags
  6. I press the down button and select "Meetings" from the dropdown of existing tags
  7. I press enter and add the existing "Meetings" tag to my note
@Rokt33r Rokt33r added the improvement request 🔨 Issue concerns an existing feature that needs improvement. label Jul 30, 2020
@Rokt33r Rokt33r added this to the v0.9.0 milestone Jul 30, 2020
@Rokt33r
Copy link
Member

Rokt33r commented Jul 30, 2020

Thanks for the suggestion!

@Rokt33r Rokt33r modified the milestones: v0.9.0, v0.10.0 Sep 1, 2020
@kazup01 kazup01 removed this from the v0.10.0 milestone Aug 24, 2021
@Rokt33r
Copy link
Member

Rokt33r commented Aug 25, 2021

The current app is showing suggestions when adding a label. I think it should cover this issue.

@Rokt33r Rokt33r closed this as completed Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement request 🔨 Issue concerns an existing feature that needs improvement.
Projects
None yet
Development

No branches or pull requests

3 participants