MojoMojo vs. TiddlyWiki vs. Friki

General Features MojoMojo TiddlyWiki Friki
Version
1.02
5.1.21
2.1.1
Last Release Date
2010-08-30 (15 years ago)
2019-07-25 (6 years ago)
2004-05-14 (21 years ago)
Last Update here
2010-09-01 (15 years ago)
2019-11-20 (6 years ago)
2006-02-14 (20 years ago)
Author
Marcus Ramberg et al. (open-source)
Jeremy Ruston, TiddlyWiki community
Frank Carver
URL
Free and Open Source
Yes
Yes
Yes
License
Artistic License
BSD
ASL or LGPL
Programming Language
Perl
HTML, JavaScript
Java
Data Storage
Database
Files
Files
License Cost/ Fee
FREE
0
0
Development status
Mature
Mature
Mature
Intended Audience
Wiki, CMS, Blog users
Individuals, private, small groups
private users and small teams
System Requirements MojoMojo TiddlyWiki Friki
Operating System
Any OS that runs Perl
Any
Any that can run Java 1.3 or later
Root Access
No
No
No
Webserver
Has its own server; can run with any web server
Not required (optional backends available)
Any that can run or call Java
Other Requirements
Catalyst
A common browser
Java 1.3 or later
Datastorage MojoMojo TiddlyWiki Friki
Text Files
Unknown
Optional
Yes
MySQL
Yes
No
No
PostgreSQL
Yes
No
No
Oracle
Patch
No
No
SQLite
Yes
No
No
BerkeleyDB
Unknown
No
No
RCS
Unknown
No
No
Other
Data self contained in html file OR as individual data files
Security/Anti-Spam MojoMojo TiddlyWiki Friki
Page Permissions
Yes
Yes
No
ACL
Yes
No
No
Authentication Backends
optional extensions available
Host Blocking
Unknown
No
Patch
Mail Encryption
Unknown
No
No
nofollow
Unknown
Unknown
Optional
Blacklist
Unknown
No
No
CAPTCHA
Yes
No
No
Delayed Indexing
Unknown
Unknown
No
Development/Support MojoMojo TiddlyWiki Friki
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
8556 ⭐
N/A
Common Features MojoMojo TiddlyWiki Friki
Preview
Yes
Yes
No
Minor Changes
No
Yes
No
Change Summary
No
Unknown
No
Page History
Yes
Plugin
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
To current
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
No
Special Features MojoMojo TiddlyWiki Friki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Unknown
Yes
Unknown
Interface Languages
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
4
German, English, French, Japanese
0
Email notification
No
Unknown
No
Comments
Plugin
Plugin
No
Categories
Yes
Yes
Unknown
Namespaces
Yes
Plugin
Unknown
Conflict Handling
Conflict Resolution
None
None
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Yes
Unknown
Structured Data
No
Yes
Unknown
Links MojoMojo TiddlyWiki Friki
CamelCase
No
Yes
Yes
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Unknown
Plugin
Yes
SisterWiki
Unknown
No
No
Image Links
Yes
Yes
Optional
Windows Shares
Unknown
Yes
No
Page Redirects
Yes
Plugin
Unknown
Syntax Features MojoMojo TiddlyWiki Friki
HTML Tags
Some
Optional
None
Math formulas
No
Yes
No
Tables
simple + complex
complex
complex
CREOLE support
No
Plugin
Unknown
Markdown Support
Yes
Yes
Optional
Textile Support
Yes
No
Optional
BBCode Support
No
No
Optional
Emoticon Images
Plugin
Plugin
Optional
Syntax Highlighting
Yes
Plugin
Optional
Footnotes
Yes
Plugin
No
Quoting
Yes
Yes
No
Internal Comments
Yes
Yes
No
Custom styles
Yes
Yes
Yes
FAQ Tags
No
Plugin
No
Scripting
JavaScript
JavaScript
Content Includes
Yes
Yes
No
Feed Aggregation
Plugin
Plugin
No
Usability MojoMojo TiddlyWiki Friki
Section Editing
No
Yes
No
Page Templates
No
Yes
No
Double-Click Edit
No
Plugin
No
Toolbar
Yes
Yes
No
WYSIWYG Editing
Patch
Plugin
No
Access Keys
Yes
Yes
Unknown
Auto Signature
No
Plugin
No
Statistics MojoMojo TiddlyWiki Friki
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
Yes
No
Orphaned Pages
Patch
Yes
No
Most/Least Popular
Unknown
Plugin
No
Recent Visitors
Unknown
No
Yes
Analysis
Unknown
Plugin
No
Output MojoMojo TiddlyWiki Friki
Printer Friendly
Print View
Print CSS
No
Mobile Friendly
Unknown
Yes
Unknown
Themes & Skins
Yes
Yes
Optional
RSS Feeds
Yes
Plugin
No
ATOM Feeds
Yes
Plugin
No
Abbreviations
No
Unknown
No
Auto-TOC
Optional
Yes
No
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 MojoMojo TiddlyWiki Friki
File Attachments
Yes
Plugin
No
Media Revisions
Unknown
No
No
Embedded Flash
Yes
Plugin
No
Embedded Video
Yes
Yes
No
Image Editing
No
Yes
Unknown
SVG Editing
No
No
Unknown
MindMap Editing
No
Plugin
Unknown
Media Search
No
No
Extras MojoMojo TiddlyWiki Friki
Calendar
No
Plugin
Unknown
Image Galleries
Yes
Plugin
Unknown
Presentations
Unknown
Plugin
Unknown
Forums
No
Plugin
Unknown
Blogs
No
Yes
Unknown
Ticket System
No
Plugin
Unknown
Chat
Unknown
Unknown
Unknown
Syntax Examples MojoMojo TiddlyWiki Friki
Internal Link
[[another page]]
WikiWord (CamelCase)
[[link]]
[[label|link]]
External Link
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
http://www.example.com
[[label|http://www.example.com]]
Headlines
Mardown:
#Heading 1

Textile:
h1. Heading 1
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
Bold Format
Markdown: **bold**

Textile: *bold*
''bold''
'''bold''
Italics Format
_italics_
//italic//
''italic''
Underline Format
Textile: _underline_
Markdown: use HTML
__underline__
Monospace Format
Markdown:
`command line example`

Textile:
@command line example@
{{{monospaced}}}
monospace
Strikethrough Format
Textile:
normal text -striked- normal text
--strikethrough--
Superscript Format
Textile: ^superscript^
^^superscript^^
Subscript Format
Textile: ~subscript~
~~subscript~~
Images
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
[img[local.jpg]]
[img[http://foo.bar/foo.jpg]]
http://stringtree.org/friki/logo.gif
Aligning Text
Textile:
< right
> left
= center
<> justify
using custom classes, e.g.
{{right{
text
}}}
Text Indentation
Textile:
> text
:indent

> quote

<<<
blockquote
<<<
:        indented
Bulleted Lists
* an item
* another item
* Item 1
** Item 1.1
* Item 2
* first
* second
Numbered Lists
# item 1
# item 2
# Item 1
## Item 1.1
# Item 2
1. first
1. second
Definition Lists
Textile:
dl. title:data goes here
; term
: description
title:        description
Horizontal Rule
<hr />
----
remove MojoMojo remove TiddlyWiki remove Friki