ikiwiki vs. TiddlyWiki vs. Wikepage

General Features ikiwiki TiddlyWiki Wikepage
Version
2.67
5.1.21
2008.1
Last Release Date
2008-10-16 (15 years ago)
2019-07-24 (4 years ago)
2008-10-13 (15 years ago)
Last Update here
2008-10-28 (15 years ago)
2019-11-20 (4 years ago)
2008-10-24 (15 years ago)
Author
Joey Hess and the ikiwiki community
Jeremy Ruston, TiddlyWiki community
Jose Carlos Medeiros
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
BSD
GPL
Programming Language
Perl
HTML, JavaScript
PHP
Data Storage
Files, RCS
Files
Files
License Cost/ Fee
0
0
0
Development status
Mature
Mature
Mature
Intended Audience
Anyone
Individuals, private, small groups
Private users, small groups
System Requirements ikiwiki TiddlyWiki Wikepage
Operating System
Any
Any
Platform Independent
Root Access
No
No
No
Webserver
Any, or none
Not required (optional backends available)
Server Independent
Other Requirements
A common browser
n/a
Datastorage ikiwiki TiddlyWiki Wikepage
Text Files
Yes
Optional
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
Yes
No
No
Other
Data self contained in html file OR as individual data files
Security/Anti-Spam ikiwiki TiddlyWiki Wikepage
Page Permissions
Yes
Yes
Yes
ACL
Yes
No
No
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
optional extensions available
Host Blocking
Yes
No
No
Mail Encryption
Yes
No
Unknown
nofollow
No
Unknown
Yes
Blacklist
Yes
No
No
CAPTCHA
No
No
No
Delayed Indexing
No
Unknown
No
Development/Support ikiwiki TiddlyWiki Wikepage
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
7039 ⭐
N/A
Common Features ikiwiki TiddlyWiki Wikepage
Preview
Yes
Yes
No
Minor Changes
No
Yes
No
Change Summary
Yes
Unknown
No
Page History
Yes
Plugin
No
Page Revisions
Unlimited
Unlimited
None
Revision Diffs
Between all
Between all
No
Sitemap
Plugin
Yes
Yes
Plugin System
Yes
Yes
No
Special Features ikiwiki TiddlyWiki Wikepage
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Yes
Unknown
Interface Languages
1
English
4
German, English, French, Japanese
0
Email notification
Yes
Unknown
No
Comments
Discussion Pages
Plugin
No
Categories
Plugin
Yes
No
Namespaces
Yes
Plugin
No
Conflict Handling
Conflict Resolution
None
None
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
Yes
Optional
Structured Data
Unknown
Yes
Unknown
Links ikiwiki TiddlyWiki Wikepage
CamelCase
Plugin
Yes
Optional
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Plugin
Plugin
Unknown
SisterWiki
Plugin
No
No
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Yes
No
Page Redirects
Unknown
Plugin
Unknown
Syntax Features ikiwiki TiddlyWiki Wikepage
HTML Tags
Optional
Optional
None
Math formulas
Plugin
Yes
No
Tables
simple + complex
complex
simple
CREOLE support
No
Plugin
Unknown
Markdown Support
Yes
Yes
No
Textile Support
Plugin
No
No
BBCode Support
No
No
No
Emoticon Images
Plugin
Plugin
No
Syntax Highlighting
Plugin
Plugin
No
Footnotes
No
Plugin
No
Quoting
Yes
Yes
Yes
Internal Comments
Yes
Yes
No
Custom styles
Yes
Yes
Yes
FAQ Tags
Yes
Plugin
No
Scripting
safe subset of HTML::Template supported via template plugin
JavaScript
Content Includes
Plugin
Yes
No
Feed Aggregation
Plugin
Plugin
Yes
Usability ikiwiki TiddlyWiki Wikepage
Section Editing
No
Yes
No
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
Plugin
No
Toolbar
No
Yes
No
WYSIWYG Editing
No
Plugin
No
Access Keys
No
Yes
No
Auto Signature
No
Plugin
No
Statistics ikiwiki TiddlyWiki Wikepage
Recent Changes
Yes
Yes
Yes
Wanted Pages
Plugin
Yes
No
Orphaned Pages
Plugin
Yes
No
Most/Least Popular
No
Plugin
No
Recent Visitors
No
No
No
Analysis
No
Plugin
No
Output ikiwiki TiddlyWiki Wikepage
Printer Friendly
Print CSS
Print CSS
No
Mobile Friendly
Yes
Yes
Unknown
Themes & Skins
Yes
Yes
Yes
RSS Feeds
Plugin
Plugin
Yes
ATOM Feeds
Plugin
Plugin
No
Abbreviations
No
Unknown
No
Auto-TOC
Plugin
Yes
Yes
Raw Export
Yes
Yes
No
HTML Export
Yes
Yes
No
XML export
No
Unknown
No
PDF Export
No
Plugin
No
Office Export
Unknown
Unknown
Unknown
Media and Files ikiwiki TiddlyWiki Wikepage
File Attachments
Yes
Plugin
Yes
Media Revisions
Yes
No
No
Embedded Flash
Optional
Plugin
Yes
Embedded Video
Optional
Yes
No
Image Editing
No
Yes
No
SVG Editing
No
No
No
MindMap Editing
No
Plugin
No
Media Search
Filenames only
No
No
Extras ikiwiki TiddlyWiki Wikepage
Calendar
Plugin
Plugin
No
Image Galleries
Plugin
Plugin
No
Presentations
Unknown
Plugin
Unknown
Forums
Unknown
Plugin
No
Blogs
Yes
Yes
No
Ticket System
Yes
Plugin
No
Chat
Unknown
Unknown
Unknown
Syntax Examples ikiwiki TiddlyWiki Wikepage
Internal Link
[[internal]]
WikiWord (CamelCase)
[[link]]
[[label|link]]
[Link_type]
[http://externallink.com]
External Link
[link text](http://example.org)
http://www.example.com
[[label|http://www.example.com]]
[http://externallink.com/|click]
[http://externallink.com/|picture.gif]
Headlines
Two syntaxes:

# heading 1
## heading 2
### heading 3

heading 1
=========

heading 2
---------
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
! Biggest
!! Smaller
!!! Smallest
Bold Format
**bold**
__bold__
''bold''
**Bold**
Italics Format
*emphasized*
_emphasized_
//italic//
''Italic''
Underline Format
via HTML: <u>underlined</u>
__underline__
__Underline__
Monospace Format
`inline monospace`

indented block of
monospaced text

tab-indented
block
{{{monospaced}}}
With a space in front of the text
Strikethrough Format
via HTML: <del>deleted</del>
--strikethrough--
n/a
Superscript Format
via HTML: x<sup>2</sup>
^^superscript^^
n/a
Subscript Format
via HTML: a<sub>1</sub>
~~subscript~~
n/a
Images
![alt text](internal/image)
![alt text](http://example.org/external/image)
[img[local.jpg]]
[img[http://foo.bar/foo.jpg]]
[image.gif]
[http://externalimage.com/image.gif]
Aligning Text
using custom classes, e.g.
{{right{
text
}}}
n/a
Text Indentation
:indent

> quote

<<<
blockquote
<<<
n/a
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* Item 1
** Item 1.1
* Item 2
* Bullet1
* Bullet2
Numbered Lists
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
# Item 1
## Item 1.1
# Item 2
n/a
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
; term
: description
Horizontal Rule
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
---
remove ikiwiki remove TiddlyWiki remove Wikepage