TiddlyWiki vs. LionWiki vs. WiGit

General Features TiddlyWiki LionWiki WiGit
Version
5.1.21
3.2.4
0.1
Last Release Date
2019-07-25 (6 years ago)
2010-09-20 (15 years ago)
2008-07-21 (17 years ago)
Last Update here
2019-11-20 (6 years ago)
2010-10-01 (15 years ago)
2009-07-09 (16 years ago)
Author
Jeremy Ruston, TiddlyWiki community
Adam Živnéř
Remko Tronçon
URL
Free and Open Source
Yes
Yes
Yes
License
BSD
GPL v2
GPL
Programming Language
HTML, JavaScript
PHP
PHP
Data Storage
Files
Files
other
License Cost/ Fee
0
free
0
Development status
Mature
Mature
Beta
Intended Audience
Individuals, private, small groups
advanced users, minimalists
Private users
System Requirements TiddlyWiki LionWiki WiGit
Operating System
Any
All PHP supported
Root Access
No
No
No
Webserver
Not required (optional backends available)
Apache/IIS, probably everything which supports PHP
Other Requirements
A common browser
Git
Datastorage TiddlyWiki LionWiki WiGit
Text Files
Optional
Yes
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
No
Other
Data self contained in html file OR as individual data files
Git repositories
Security/Anti-Spam TiddlyWiki LionWiki WiGit
Page Permissions
Yes
Yes
No
ACL
No
No
No
Authentication Backends
optional extensions available
Host Blocking
No
Plugin
No
Mail Encryption
No
No
No
nofollow
Unknown
No
No
Blacklist
No
Plugin
No
CAPTCHA
No
Plugin
No
Delayed Indexing
Unknown
No
No
Development/Support TiddlyWiki LionWiki WiGit
# of Consultants
Preconfigured Hosting
Yes
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
8557 ⭐
N/A
N/A
Common Features TiddlyWiki LionWiki WiGit
Preview
Yes
Yes
No
Minor Changes
Yes
No
No
Change Summary
Unknown
Yes
Yes
Page History
Plugin
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Between all
Sitemap
Yes
Plugin
Unknown
Plugin System
Yes
Yes
No
Special Features TiddlyWiki LionWiki WiGit
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
No
No
Interface Languages
4
German, English, French, Japanese
17
Arabic, Czech, German, English, Esperanto, Spanish, Finnish, French, Hebrew, Croatian, Hungarian, Italian, Dutch, Brazilian Portuguese, Russian, Slovak, Chinese Traditional
0
Email notification
Unknown
No
No
Comments
Plugin
Plugin
No
Categories
Yes
No
No
Namespaces
Plugin
No
No
Conflict Handling
None
Conflict Detection
None
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Not available
Wiki Farming
Yes
No
Unknown
Structured Data
Yes
No
Unknown
Links TiddlyWiki LionWiki WiGit
CamelCase
Yes
No
Yes
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Plugin
No
InterWiki
Plugin
No
No
SisterWiki
No
No
No
Image Links
Yes
Yes
No
Windows Shares
Yes
No
No
Page Redirects
Plugin
Yes
Unknown
Syntax Features TiddlyWiki LionWiki WiGit
HTML Tags
Optional
Optional
Some
Math formulas
Yes
No
Yes
Tables
complex
complex
simple + complex
CREOLE support
Plugin
No
No
Markdown Support
Yes
No
No
Textile Support
No
No
Yes
BBCode Support
No
No
No
Emoticon Images
Plugin
No
No
Syntax Highlighting
Plugin
Plugin
No
Footnotes
Plugin
Plugin
Yes
Quoting
Yes
Yes
Yes
Internal Comments
Yes
Yes
No
Custom styles
Yes
Yes
No
FAQ Tags
Plugin
No
No
Scripting
JavaScript
JavaScript (plugin)
Content Includes
Yes
Yes
No
Feed Aggregation
Plugin
Yes
No
Usability TiddlyWiki LionWiki WiGit
Section Editing
Yes
Yes
No
Page Templates
Yes
No
No
Double-Click Edit
Plugin
Plugin
No
Toolbar
Yes
Plugin
No
WYSIWYG Editing
Plugin
No
No
Access Keys
Yes
No
No
Auto Signature
Plugin
No
No
Statistics TiddlyWiki LionWiki WiGit
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
No
Orphaned Pages
Yes
No
No
Most/Least Popular
Plugin
No
No
Recent Visitors
No
No
No
Analysis
Plugin
No
No
Output TiddlyWiki LionWiki WiGit
Printer Friendly
Print CSS
Print View
No
Mobile Friendly
Yes
No
Unknown
Themes & Skins
Yes
Yes
Yes
RSS Feeds
Plugin
Yes
No
ATOM Feeds
Plugin
No
No
Abbreviations
Unknown
No
Yes
Auto-TOC
Yes
Yes
No
Raw Export
Yes
No
Yes
HTML Export
Yes
No
No
XML export
Unknown
No
No
PDF Export
Plugin
No
No
Office Export
Unknown
Unknown
Unknown
Media and Files TiddlyWiki LionWiki WiGit
File Attachments
Plugin
Plugin
No
Media Revisions
No
No
No
Embedded Flash
Plugin
Yes
No
Embedded Video
Yes
Yes
No
Image Editing
Yes
No
No
SVG Editing
No
No
No
MindMap Editing
Plugin
No
No
Media Search
No
No
No
Extras TiddlyWiki LionWiki WiGit
Calendar
Plugin
No
Unknown
Image Galleries
Plugin
Plugin
Unknown
Presentations
Plugin
Unknown
Unknown
Forums
Plugin
No
Unknown
Blogs
Yes
No
Unknown
Ticket System
Plugin
No
Unknown
Chat
Unknown
Unknown
Unknown
Syntax Examples TiddlyWiki LionWiki WiGit
Internal Link
WikiWord (CamelCase)
[[link]]
[[label|link]]
[Main page]
[Our main page|Main page]
[InternalLink]
External Link
http://www.example.com
[[label|http://www.example.com]]
http://lionwiki.0o.cz
[Homepage|http://lionwiki.0o.cz]
"External link":http://externallink.com
Headlines
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
!H2 headline
!!H3 headline
h1. Headline
Bold Format
''bold''
'''bold''
*Bold*
Italics Format
//italic//
''italics''
_Italics_
Underline Format
__underline__
'__underline__'
+underlined+
Monospace Format
{{{monospaced}}}
@monospace@
Strikethrough Format
--strikethrough--
'--strikethrough--'
-strikethrough-
Superscript Format
^^superscript^^
^superscript^
Subscript Format
~~subscript~~
~subscript~
Images
[img[local.jpg]]
[img[http://foo.bar/foo.jpg]]
[path_to_img.jpg]
!image.jpg!
Aligning Text
using custom classes, e.g.
{{right{
text
}}}
>Right-aligned
Text Indentation
:indent

> quote

<<<
blockquote
<<<
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
* Fruit
** Apple
*** Granny smith
*** Golden delicious
** Orange
* Vegetables
** Garlic
** Onion
* Bulleted
* List
** Sublist
Numbered Lists
# Item 1
## Item 1.1
# Item 2
# First item 
## First subitem 
### First subsubitem
## Second subitem 
# Second item
# Numbered
# List
## Sublist
Definition Lists
; term
: description
Horizontal Rule
----
----
remove TiddlyWiki remove LionWiki remove WiGit