On Tue, Nov 4, 2008 at 12:52 PM, Anca Paula Luca <[email protected]> wrote:
Hi devs,
starting from a Wysiwyg implementation issue, we had a discussion yesterday about marking links towards new pages in the wiki. Right now, a question mark ('?') text is appended to the end of the link label and coloured properly. I would like to change this into using exclusively css
+1
I'm +1 for the image qm for 2 more reasons (besides the cross browser issue): * this information would not append to document content at all (e.g. if I copied the rendered document content in an ascii editor, I wouldn't have the ?) * it is a solution closer to the colour solution or marking the link to a new page with a non-character sign (see, for example, the way mediawiki marks external links) -- we can decide to change that anytime and we *don't have to change rendering rules* which makes very much sense to me.
+1 for the image qm. Being able to fine tune the way links are visualy rendered could lead to other improvements : - difference between internal and external links <span class="external"> (see http://www.dokuwiki.org/dokuwiki for example) - information about the internal pages <span class="internal XWiki_XWikiArticleClass"> - etc. JV.