Difference between revisions of "Talk:Main Page"

From Wiki
Jump to navigation Jump to search
(Bug with beta fixed)
Line 25: Line 25:
  
 
Keep up the good work! [[User:Taco|Taco]]
 
Keep up the good work! [[User:Taco|Taco]]
 +
* thanks Taco for your encouragement and the bugreport. It should be fixed now. I was able reproduce the bug with Camino (based on gecko) and now it is gone. I am no expert at all with javascript (and ....). I did a "return 0" at the end of my js function that was rendered in Camino. --[[User:Patrick Gundlach|pg]]

Revision as of 10:28, 18 August 2004

Dear Wiki users,

I'll update the wiki software in the next few days. One of the changes is that you will be able to use a new markup like

<cmd>framed</cmd>

and

<api>doiffileelse</api>

to make the first one appear like \framed with an active hyperlink to the documentation in texshow web. The second one has a hyperlink to the api documentation. You can see this at http://beta.contextgarden.net (only a few days active)

This is currently only working in monobook style (the default style). Do you think that it is a bad idea to disable other styles (see preferences -> skin)? Please give me your opinion. pg 23:39, 17 Aug 2004 (CEST)

Disabling the other styles is fine by me (I like monobook one best anyway).

Your Javascripted links at the beta have a minor problem: they destroy the current page as well as creating the popup. I believe you can fix that by including the name of the new Window as "target=" to the A command, like so:

 <a class="plainlinks" 
    target="OutputWindow"
    href="javascript:show_command('about')">\about</a>

Keep up the good work! Taco

  • thanks Taco for your encouragement and the bugreport. It should be fixed now. I was able reproduce the bug with Camino (based on gecko) and now it is gone. I am no expert at all with javascript (and ....). I did a "return 0" at the end of my js function that was rendered in Camino. --pg