]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Autocomplete/README
Merge branch 'fixes/private_scope_on_tags' into social-master
[quix0rs-gnu-social.git] / plugins / Autocomplete / README
1 Autocomplete allows users to autocomplete screen names in @ replies and
2 ! group references.
3
4 When an "@" or "!" is typed into the notice text area, an autocomplete box
5 is displayed populated with the user's friends' screen names or group
6 memberships.
7
8 Completion suggestions can be selected via the mouse or arrow keys, and the
9 suggestion can be inserted either by clicking or hitting tab. Hitting enter
10 will also select the suggestion, but will submit your message too!
11
12 Installation
13 ============
14 Add "addPlugin('Autocomplete');" to the bottom of your config.php
15 That's it!