I have a question about configuring the
Edit-CompText plugin. I think that this is a popular plugin so I'm hoping that there's someone here who can help me out.
I want to configure a template which produces the following wikitext:
[[display text|Link title]]
There is already a template for doing this (triggered by typing ||), but it requires you to write "Link title" before writing "display text".
I would like to be able to type the following:
[[display text|
Then at this point (after writing |), be able to trigger the autocomplete function so that I can select a link title. The problem is that after typing [[, the autocomplete modal appears, and doesn't disappear until you close the link with ]]. This seems to prevent a new modal being triggered by |.
Hopefully I have explained my problem well enough - does anyone know of a way to do this?
Thanks in advance.