Modify ↓
Opened 13 years ago
Closed 12 years ago
#9799 closed defect (fixed)
PATCH: added skype syntax for "thumbs up"
Reported by: | falkb | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Component: | WikiGoodiesPlugin |
Severity: | trivial | Keywords: | |
Cc: | Mikael Relbe | Trac Release: | 0.11 |
Description
Since Skype people have been rather used to type (y)
for setting a "thumbs up" icon, aka "like-it" and quite popular since Facebook. This trivial patch adds the Skype syntax to the already used but quite unknown MoinMoin syntax {OK}
:
Index: wikigoodiesplugin/0.11/goodies/smileys.py =================================================================== --- wikigoodiesplugin/0.11/goodies/smileys.py (revision 11274) +++ wikigoodiesplugin/0.11/goodies/smileys.py (working copy) @@ -58,6 +58,7 @@ "{o}": "star_off.png", "{*}": "star_on.png", "{OK}": "thumbs-up.png", + "(y)": "thumbs-up.png", "{!OK}": "thumbs-dn.png", "{UP}": "thumbs-up.png", "{DN}": "thumbs-dn.png",
I hope you like it (y) ;-)
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
Cc: | Mikael Relbe added; anonymous removed |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
mrelbe is listed on the wiki page as maintainer, but it looks like new tickets are not being assigned to him.