Navigation

  • index
  • next |
  • previous |
  • waliki 0.8.1 documentation »

Autolinks¶

One of the most important features in any wiki system is the simplicity to create and link pages. Waliki has a simple support for internal links

Autolinks in reStructuredText¶

There is autolinking support for restructuredtext with a very simple trick: if you don’t explicitly define the target in a link (a word ending with and undercore like this_), it will automatically point to an internal wiki page (even if it doesn’t exist yet).

So, just define somewhere_ and link the page with the slug somewhere

Waliki find every link with an undefined target, and interpret it as an internal link

Autolinks in Markdown¶

Waliki enables the Markdown’s WikiLinks extension by default.

It uses [[Somewhere]] to link the page with slug somewhere.

Table Of Contents

  • Autolinks
    • Autolinks in reStructuredText
    • Autolinks in Markdown

Previous topic

Settings

Next topic

Builtin plugins

Quick search

Navigation

  • index
  • next |
  • previous |
  • waliki 0.8.1 documentation »
© Copyright 2014, Martín Gaitán. Created using Sphinx 1.5.3.