eSimple Wiki

Last updated on Thursday, July 22nd, 2010

Plugin

Simple lightweight and basic wiki functionality for WordPress.
It can be downloaded via the extend repository – eSimple Wiki.

Shortcodes

A Table of Contents is automatically generated and added to the top of the Content.

[wikilist]
can be used anywhere on the site, and lists all the wiki pages. To list sub pages of a section add the attribute sub='', and to list these elsewhere just add in the id of the parent page, sub='532'
[ref]
add footnotes inline and the plugin will automatically add them to a Notes section at the bottom of the page Example usage: Lorem ipsum. [ref]My note.[/ref] Would create this: Lorem ipsum. 1.
[[...]]
Simply put [[ and ]] around a post title within your post or excerpt and Interlinks will turn it into a link for you. You can also use the more advanced wiki style [[Post Title|This is a link to a post]]. If a link is red then the page does not exist.
example: this is a link to this wiki page

Revisions

Using standard WordPress revisioning, with an added extra -the ability to leave a reason for the edit. This is displayed when viewing the revision of the wiki page.

Restore revisions

Again possible using standard WordPress functionality.

Widget

It comes with a widget where you can choose to add the following to your sidebar:

  • search Wiki
  • random wiki page link
  • link to an index page 2

Notes

  1. My note.
  2. this is not created by default, suggested method would be to use the main shortcode on a standard page within your blog

WordPress Installation and Set Up

Top