feature request: partial tag completion
Tagging an item currently supports auto completion. Typing a string lists all the tags starting with the string in a context menu.
Suggestions for partial strings would be very useful in addition.
i.e. if typing "item" would not only find "item [post string]" but also "[pre string] item [post string]".
Suggestions for partial strings would be very useful in addition.
i.e. if typing "item" would not only find "item [post string]" but also "[pre string] item [post string]".
So when typing child_tag into the tag box, the nested tag 'parent_tag->child_tag' would be amongst the matching suggestions.
Perhaps there's a misunderstanding of what the suggesting is, or perhaps I'm missing something in the technical implementation - but would doing this for tags (there are fewer and they are shorter than library items, I suppose) really be computationally demanding ?
Evernote indeed seems to have two different behaviours for this: the Webclipper lists the superstrings instantaneously 'as' you type with each keystroke; the Edit Tag menu waits for typing to pause for a small moment and updates the suggestion box then, I'd say this takes perhaps 100 or 200 ms. To me, the second works fine and adds a lot of value in keeping tags consistent.
But again, perhaps I'm just not seeing the complexity involved!