Currently when I type a tag, it shows a list of every tag that I have made, parenthesis included. For example, when I start to type in @no, I would see the following:
I propose that the tag name gets autocompleted first, and if the user types an opening parenthesis, then the note contents show up for autocompletion.
For example:
I type @no, and see @note, @now as autocomplete options. I accept @note and now type an opening parenthesis @note( and see @note(note content 1), @note(note content 2) @note(note content 3) as the autocomplete options.
P.S. Apologies if anyone got mentioned, since I did not keep the @ signs in code blocks.
Currently when I type a tag, it shows a list of every tag that I have made, parenthesis included. For example, when I start to type in @no, I would see the following:
I propose that the tag name gets autocompleted first, and if the user types an opening parenthesis, then the note contents show up for autocompletion.
For example:
I type
@no
, and see@note, @now
as autocomplete options. I accept@note
and now type an opening parenthesis@note(
and see@note(note content 1), @note(note content 2) @note(note content 3)
as the autocomplete options.P.S. Apologies if anyone got mentioned, since I did not keep the
@
signs in code blocks.