Closed kynikos closed 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)?
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
Note that linkToArticle will have to make sure the URL is encoded, or spaces are replaced by underscores.
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