kynikos / wiki-monkey

MediaWiki-compatible bot and editor assistant running directly in the browser and expandable with plugins.
https://github.com/kynikos/wiki-monkey/wiki
GNU General Public License v3.0
15 stars 5 forks source link

Log: link to articles #132

Closed kynikos closed 10 years ago

kynikos commented 11 years ago

When in a log message an article is mentioned, provide a link to it

Maybe use a function like linkToArticle(title) instead of always writing the needed html

lahwaacz commented 10 years ago

Is it technically possible to make the links in the log output element clickable? Can some other element be used to support this (perhaps some jQuery UI widget)?

kynikos commented 10 years ago

I think we're talking about the same thing here :) This request is about having clickable links in the log, and it can easily be done with <a> tags, no need for JQuery

kynikos commented 10 years ago

Note that linkToArticle will have to make sure the URL is encoded, or spaces are replaced by underscores.