Feature #36702
openInline autocomplete for versions
0%
Description
In addition to issues, users and wiki pages autocompletes, I think we should add an inline autocomplete for versions.
Beside version:
which is the current syntax to link to a version, we can use at least as triggers !
or even v:
.
Updated by Go MAEDA over 2 years ago
Nice feature but I think it is better not to invoke the feature by pressing "!". This is because an exclamation mark is already used as a start character of an inline image in Textile. Users will see autocomplete for versions every time they want to embed an image.
Updated by Bernhard Rohloff over 2 years ago
My personal choice would be the v: variant or maybe vice versa. Using the ":" as common start character followed by the specifier "v" is more natural for VIM users (like me ;-). It's also more unlikely to be typed by accident. Anyhow, it's definitely a useful feature. +1
Updated by Marius BĂLTEANU over 2 years ago
Thanks for your quick feedback.
!
: indeed, we cannot use it because of textile.:
: I like the VIM approach, but I think that most of the users are using for :
for emojis and I prefer to keep it for this.