Difference between revisions of "Talk:Main Page"

From Wiki
Jump to navigation Jump to search
(Bug with beta fixed)
(New wiki software installed)
Line 1: Line 1:
 
Dear Wiki users,
 
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
+
I have updated the wiki software today. One of the changes is that you will be able to use a new markup like
 
<pre>
 
<pre>
 
<cmd>framed</cmd>
 
<cmd>framed</cmd>
Line 11: Line 11:
  
 
to make the first one appear like <tt>\framed</tt> with an active hyperlink to the documentation in texshow web.
 
to make the first one appear like <tt>\framed</tt> 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)
+
The second one has a hyperlink to the api documentation.  
  
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.
+
This is currently only working in monobook style (the default style). I have disabled other styles.
[[User:Patrick Gundlach|pg]] 23:39, 17 Aug 2004 (CEST)
 
  
Disabling the other styles is fine by me (I like monobook one best anyway).
+
[I have deleted Taco's comment, because it is now obsolete - hopefully he doesn't mind]
  
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:
+
: [[User:Patrick Gundlach|pg]] 16:14, 23 Aug 2004 (CEST)
 
+
----
  <a class="plainlinks"
 
    target="OutputWindow"
 
    href="javascript:show_command('about')">\about</a>
 
 
 
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 14:16, 23 August 2004

Dear Wiki users,

I have updated the wiki software today. 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.

This is currently only working in monobook style (the default style). I have disabled other styles.

[I have deleted Taco's comment, because it is now obsolete - hopefully he doesn't mind]

pg 16:14, 23 Aug 2004 (CEST)