Differences between revisions 18 and 19
Revision 18 as of 2005-02-10 22:28:23
Size: 1194
Editor: ClarkUpdike
Comment:
Revision 19 as of 2005-02-10 22:33:27
Size: 1341
Editor: ClarkUpdike
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Footnotes macro [[FootNote(This is a sample footnote [look for it at the bottom of the page].)]] Footnotes macro[[FootNote(This is a sample footnote [look for it at the bottom of the page].)]]
Line 21: Line 21:
[wiki:Self:JythonDevelopersGuide/EclipseNotes Eclipse notes] [wiki:Self:JythonDeveloperGuide/EclipseNotes Eclipse notes] [[BR]]
JythonDeveloperGuide/EclipseNotes
Line 23: Line 24:
[wiki:Self:JythonDevelopersGuide/EclipseNotes Eclipse notes] [wiki:Self:JythonDeveloperGuide/EclipseNotes Eclipse notes] <- link on arbitrary text
JythonDeveloperGuide/EclipseNotes <- wiki style link
Line 25: Line 27:

Wiki Tidbits

Create an anchor. [[Anchor(myAnchorLabel)]]

Linking to anchors on another page:: you must use an "interwiki" style link.

[wiki:Self:SomePage/SomeSubPage#someBookmark bookmarkDisplayText]

Footnotes macroFootNote(This is a sample footnote [look for it at the bottom of the page].)

[[FootNote(This is a sample footnote [look for it at the bottom of the page].)]]
Must be separated from the prior word by a space.

Force a new page (aka arbitrary page name).BR ["/mynewpage"]

Link to a subpage (there several ways to do [wiki:HelpOnEditing/SubPages this])BR [wiki:JythonDeveloperGuide/EclipseNotes Eclipse notes] BR JythonDeveloperGuide/EclipseNotes

[wiki:Self:JythonDeveloperGuide/EclipseNotes Eclipse notes] <- link on arbitrary text
JythonDeveloperGuide/EclipseNotes                           <- wiki style link

Prevent a NewPage.BR Py``System``State

Embedding python (one way--there's [wiki:Self/HelpOnFormatting#codeDisplay others]).BR

{{{
#!python
print "jython rocks!"                
} } } <-- don't include these spaces (it's just to escape them)

Or ticks for print "jython rocks!".BR `print "jython rocks!"`

Inserting "new lines" into a paragraph.BR [[BR]]