MoinMoin vs. SubWiki vs. TiddlyWiki

General Features MoinMoin SubWiki TiddlyWiki
Version
1.9.11
0.1-dev
5.1.21
Last Release Date
2020-11-07 (3 years ago)
no official
2019-07-24 (4 years ago)
Last Update here
2020-11-08 (3 years ago)
2006-02-14 (18 years ago)
2019-11-20 (4 years ago)
Author
https://moinmo.in/MoinCoreTeamGroup
Greg Stein
Jeremy Ruston, TiddlyWiki community
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
Academic Free License
BSD
Programming Language
Python
Python
HTML, JavaScript
Data Storage
Files
RCS
Files
License Cost/ Fee
0
0
0
Development status
Mature
Alpha
Mature
Intended Audience
Everybody with <<100.000 pages. :)
Individuals, private, small groups
System Requirements MoinMoin SubWiki TiddlyWiki
Operating System
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
UNIX, Windows, MacOS X, probably others
Any
Root Access
No
No
No
Webserver
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Apache, IIS, anything with CGI support
Not required (optional backends available)
Other Requirements
None
A common browser
Datastorage MoinMoin SubWiki TiddlyWiki
Text Files
Yes
Yes
Optional
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
Yes
No
Other
No
No
Data self contained in html file OR as individual data files
Security/Anti-Spam MoinMoin SubWiki TiddlyWiki
Page Permissions
Yes
No
Yes
ACL
Yes
No
No
Authentication Backends
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
optional extensions available
Host Blocking
Yes
No
No
Mail Encryption
Optional
Unknown
No
nofollow
No
Yes
Unknown
Blacklist
Yes
No
No
CAPTCHA
Optional
No
No
Delayed Indexing
No
No
Unknown
Development/Support MoinMoin SubWiki TiddlyWiki
# of Consultants
Preconfigured Hosting
Yes
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
7039 ⭐
Common Features MoinMoin SubWiki TiddlyWiki
Preview
Yes
Yes
Yes
Minor Changes
Yes
No
Yes
Change Summary
Yes
Yes
Unknown
Page History
Yes
Yes
Plugin
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
Between all
No
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
No
Yes
Special Features MoinMoin SubWiki TiddlyWiki
Unicode Support
Yes
No
Yes
Right-to-Left Support
Yes
Unknown
Yes
Interface Languages
1
English
1
English
4
German, English, French, Japanese
Email notification
Yes
Optional
Unknown
Comments
Discussion Pages
No
Plugin
Categories
Yes
Unknown
Yes
Namespaces
No
Unknown
Plugin
Conflict Handling
Conflict Resolution
None
Concurrent Editing
No
Unknown
Unknown
Search
Full Text
Not available
Full Text
Wiki Farming
Yes
Unknown
Yes
Structured Data
No
Unknown
Yes
Links MoinMoin SubWiki TiddlyWiki
CamelCase
Yes
Yes
Yes
Freelinks
Yes
No
Yes
Backlinks
Yes
No
Yes
InterWiki
Yes
Plugin
Plugin
SisterWiki
Yes
No
No
Image Links
Yes
Yes
Yes
Windows Shares
Yes
No
Yes
Page Redirects
Yes
Unknown
Plugin
Syntax Features MoinMoin SubWiki TiddlyWiki
HTML Tags
Some
None
Optional
Math formulas
Plugin
No
Yes
Tables
complex
none
complex
CREOLE support
Yes
Unknown
Plugin
Markdown Support
No
No
Yes
Textile Support
No
No
No
BBCode Support
No
No
No
Emoticon Images
Yes
No
Plugin
Syntax Highlighting
Yes
No
Plugin
Footnotes
Yes
No
Plugin
Quoting
No
No
Yes
Internal Comments
Yes
No
Yes
Custom styles
Yes
No
Yes
FAQ Tags
No
No
Plugin
Scripting
plugins, see comment ---------------->
None
JavaScript
Content Includes
Yes
Unknown
Yes
Feed Aggregation
No
Unknown
Plugin
Usability MoinMoin SubWiki TiddlyWiki
Section Editing
No
No
Yes
Page Templates
Yes
No
Yes
Double-Click Edit
Yes
No
Plugin
Toolbar
Yes
No
Yes
WYSIWYG Editing
Yes
No
Plugin
Access Keys
Optional
Unknown
Yes
Auto Signature
Yes
No
Plugin
Statistics MoinMoin SubWiki TiddlyWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
Yes
Orphaned Pages
Yes
No
Yes
Most/Least Popular
Yes
No
Plugin
Recent Visitors
No
No
No
Analysis
Yes
No
Plugin
Output MoinMoin SubWiki TiddlyWiki
Printer Friendly
Print CSS
No
Print CSS
Mobile Friendly
Yes
Unknown
Yes
Themes & Skins
Yes
No
Yes
RSS Feeds
Yes
No
Plugin
ATOM Feeds
No
No
Plugin
Abbreviations
No
No
Unknown
Auto-TOC
Yes
No
Yes
Raw Export
Yes
No
Yes
HTML Export
Yes
No
Yes
XML export
Yes
No
Unknown
PDF Export
Plugin
No
Plugin
Office Export
No
Unknown
Unknown
Media and Files MoinMoin SubWiki TiddlyWiki
File Attachments
Yes
No
Plugin
Media Revisions
No
No
No
Embedded Flash
Yes
No
Plugin
Embedded Video
Yes
No
Yes
Image Editing
Yes
Unknown
Yes
SVG Editing
Yes
Unknown
No
MindMap Editing
No
Unknown
Plugin
Media Search
Contents
No
No
Extras MoinMoin SubWiki TiddlyWiki
Calendar
Yes
Unknown
Plugin
Image Galleries
Plugin
Unknown
Plugin
Presentations
Yes
Unknown
Plugin
Forums
No
Unknown
Plugin
Blogs
No
Unknown
Yes
Ticket System
No
Unknown
Plugin
Chat
No
Unknown
Unknown
Syntax Examples MoinMoin SubWiki TiddlyWiki
Internal Link
CamelCaseLink or [[free link]]

[[target|label|params]]
WikiWord (CamelCase)
[[link]]
[[label|link]]
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
http://www.example.com
[[label|http://www.example.com]]
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
Bold Format
'''bold'''
'''strong emphasised'''
'''bold'''
''bold''
Italics Format
''italic''
''emphasised''
''italic''
//italic//
Underline Format
__underline__
N/A
__underline__
Monospace Format
`monospaced`
{{monospaced}}
{{{monospaced}}}
Strikethrough Format
--(strikethrough)--
N/A
--strikethrough--
Superscript Format
^superscript^
N/A
^^superscript^^
Subscript Format
,,subscript,,
N/A
~~subscript~~
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
http://foo.bar/foo.gif
[img[local.jpg]]
[img[http://foo.bar/foo.jpg]]
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
N/A
using custom classes, e.g.
{{right{
text
}}}
Text Indentation
indented text
N/A
:indent

> quote

<<<
blockquote
<<<
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* Item 1
* Item 1.1
* Item 2
* Item 1
** Item 1.1
* Item 2
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
# Item 1
# Item 1.1
# Item 2
# Item 1
## Item 1.1
# Item 2
Definition Lists
term:: definition
N/A
; term
: description
Horizontal Rule
----
-----
------
----
remove MoinMoin remove SubWiki remove TiddlyWiki