Harman Patil (Editor)

WikidPad

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Michael Butscher

Written in
  
Python, wxPython

Development status
  
Active

WikidPad

Stable release
  
2.2 (Stable) / February 15, 2014; 3 years ago (2014-02-15)

Preview release
  
WikidPad 2.3beta15 (Not so stable) / April 26, 2016; 10 months ago (2016-04-26)

Operating system
  
Cross-platform (Windows, Linux, Mac OS X)

Not to be confused with Wikipad, the gaming tablet.

Contents

WikidPad is an open source, Python-based wiki-like outliner for storing thoughts, ideas, to-do lists, contacts, and other notes with wiki-like linking between pages.

The WikidPad system uses a database to tie together individual text documents that the user creates into a wiki-like notepad. Wiki-links can be created by writing a word in CamelCase or enclosing a word or words with single brackets, allowing easy ways to create a mini-wiki on a certain subject easily. Single wiki pages and complete wikis can be exported to HTML.

WikidPad was created by Jason Horman who released it under his own open source license, similar to the BSD license, in June 2005. Since October 2005 Michael Butscher has been the main developer of WikidPad.

Features

  • WikiWord autocompletion
  • WikiWord navigation
  • Tree/Outline view
  • To-do lists
  • Incremental search
  • Wikis can be exported to HTML
  • Extensible with Python scripting
  • Can be used as portable software on a USB stick
  • File formats

    WikidPad can store notes in plain text or a SQLite database. When storing notes as text, the program can use SQLite or Gadfly to index the text files.

    Plug-ins

    Several other programs can be used as plug-ins to provide functions not directly supported:

  • Spell checker
  • Graphviz – graph visualization software
  • MimeTex – LaTeX formula renderer
  • Ploticus – Charting and graphing software
  • gnuplot
  • References

    WikidPad Wikipedia