home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / Anchors.wiki < prev    next >
Encoding:
Text File  |  2006-09-30  |  834 b   |  23 lines

  1. ∩╗┐++ Anchors
  2.  
  3. Anchors allow to jump to a particular position in a wiki page in edit and preview mode as well as in exported HTML pages.
  4.  
  5. Defining an anchor is done with:
  6.  
  7. anchor: here
  8.  
  9. The anchor tag must be alone on a line, no text before or after it. After "anchor:" you give the anchor a name which must consist only of letters A to Z (upper or lowercase), digits and underscore. It must not contain spaces, other special characters or non-English characters.
  10.  
  11. To go to a particular anchor in a wiki word, append a ! and the anchor name to the wiki word, e.g.:
  12.  
  13. [Anchors]!here
  14.  
  15. Clicking on the link moves the cursor after the anchor tag.
  16.  
  17.  
  18. +++ Remarks
  19.  
  20.     * Anchors are case-sensitive, therefore "here" and "Here" are
  21.       different anchors.
  22.     * The anchor tags are invisible in HTML preview and export.
  23.