File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and comments that will turn into HTML links when saving the post.
1010Features
1111--------
1212
13- * Creates links to the user profile when using user mentions like ` @pupi1985 ` or ` @" pupi 1985" `
13+ * Creates links to the user profile when using user mentions like ` @pupi1985@ ` or ` @pupi 1985@ `
1414 * Creates links to the tag pages when using user references like ` #cars# `
1515 * Internationalization support
1616 * No need of core hacks or plugin overrides
@@ -30,13 +30,8 @@ Setup comments
3030Notes
3131-------
3232
33- User mentions can be performed by just writing ` @username ` where ` username ` must be a registered user in the system.
34- These kind of mentions only work for user names that have letters, numbers, undescores ` _ ` and dashes ` - ` in their
35- user names.
36-
37- When trying to mention a user that contains characters not included in the previous list (like spaces), it is
38- possible to mention them by using ` @"user name" ` . It is important to open the quotes immediately next to the ` @ ` and to
39- close them. Otherwise, the mention will not be created.
33+ User mentions can be performed by just writing ` @username@ ` where ` username ` must be a registered user in the system.
34+ If the mentioned user contains special characters in their handle just input them exactly as their handle.
4035
4136Tags can be created by just writing ` #tag# ` where ` tag ` could be an existent or a non-existent tag in the system.
4237
Original file line number Diff line number Diff line change 22 "name" : " Hashtagger" ,
33 "uri" : " https://github.com/pupi1985/q2a-hashtagger" ,
44 "description" : " Automatically convert hashtags (#some_word#) and mentions (@some_name) into HTML links" ,
5- "version" : " 1.2.3 " ,
6- "date" : " 2019-01-27 " ,
5+ "version" : " 1.2.5 " ,
6+ "date" : " 2019-03-10 " ,
77 "author" : " Victor (Extended by pupi1985)" ,
88 "author_uri" : " http://question2answer.org/qa/user/pupi1985" ,
99 "license" : " GPLv3" ,
1010 "update_uri" : " https://raw.githubusercontent.com/pupi1985/q2a-hashtagger/master/metadata.json" ,
1111 "min_q2a" : " 1.7.0" ,
12- "min_php" : " 5.1.6 " ,
12+ "min_php" : " 5.4.0 " ,
1313 "load_order" : " after_db_init"
1414}
You can’t perform that action at this time.
0 commit comments