TiddlyWiki vs. Oddmuse

General Features TiddlyWiki Oddmuse
Version
5.1.21
2.3.13
Last Release Date
2019-07-24 (4 years ago)
2018-09-03 (5 years ago)
Last Update here
2019-11-20 (4 years ago)
2018-10-27 (5 years ago)
Author
Jeremy Ruston, TiddlyWiki community
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
BSD
GPL
Programming Language
HTML, JavaScript
Perl
Data Storage
Files
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
Individuals, private, small groups
family people, hackers
System Requirements TiddlyWiki Oddmuse
Operating System
Any
Anything supported by Perl
Root Access
No
No
Webserver
Not required (optional backends available)
Anything supporting CGI scripts
Other Requirements
A common browser
Writable data directory
Datastorage TiddlyWiki Oddmuse
Text Files
Optional
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
Data self contained in html file OR as individual data files
No
Security/Anti-Spam TiddlyWiki Oddmuse
Page Permissions
Yes
Yes
ACL
No
No
Authentication Backends
optional extensions available
None (use your web server instead)
Host Blocking
No
Yes
Mail Encryption
No
No
nofollow
Unknown
No
Blacklist
No
Optional
CAPTCHA
No
Plugin
Delayed Indexing
Unknown
No
Development/Support TiddlyWiki Oddmuse
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
7039 ⭐
67 ⭐
Common Features TiddlyWiki Oddmuse
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Unknown
Yes
Page History
Plugin
Yes
Page Revisions
Unlimited
Restricted by Age
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features TiddlyWiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
4
German, English, French, Japanese
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
Unknown
Plugin
Comments
Plugin
Discussion Pages
Categories
Yes
Plugin
Namespaces
Plugin
Plugin
Conflict Handling
None
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Yes
Plugin
Structured Data
Yes
Plugin
Links TiddlyWiki Oddmuse
CamelCase
Yes
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
Plugin
Yes
SisterWiki
No
Plugin
Image Links
Yes
Plugin
Windows Shares
Yes
Plugin
Page Redirects
Plugin
Yes
Syntax Features TiddlyWiki Oddmuse
HTML Tags
Optional
Plugin
Math formulas
Yes
Plugin
Tables
complex
simple + complex
CREOLE support
Plugin
Plugin
Markdown Support
Yes
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
Plugin
Optional
Syntax Highlighting
Plugin
Plugin
Footnotes
Plugin
Plugin
Quoting
Yes
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
Plugin
Plugin
Scripting
JavaScript
Perl
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Yes
Usability TiddlyWiki Oddmuse
Section Editing
Yes
No
Page Templates
Yes
No
Double-Click Edit
Plugin
Plugin
Toolbar
Yes
Plugin
WYSIWYG Editing
Plugin
Plugin
Access Keys
Yes
Yes
Auto Signature
Plugin
Plugin
Statistics TiddlyWiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
Yes
Plugin
Orphaned Pages
Yes
Plugin
Most/Least Popular
Plugin
No
Recent Visitors
No
Plugin
Analysis
Plugin
No
Output TiddlyWiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Optional
RSS Feeds
Plugin
Yes
ATOM Feeds
Plugin
Plugin
Abbreviations
Unknown
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Unknown
No
PDF Export
Plugin
Plugin
Office Export
Unknown
No
Media and Files TiddlyWiki Oddmuse
File Attachments
Plugin
Optional
Media Revisions
No
Yes
Embedded Flash
Plugin
No
Embedded Video
Yes
No
Image Editing
Yes
No
SVG Editing
No
Plugin
MindMap Editing
Plugin
No
Media Search
No
Filenames only
Extras TiddlyWiki Oddmuse
Calendar
Plugin
Plugin
Image Galleries
Plugin
No
Presentations
Plugin
No
Forums
Plugin
No
Blogs
Yes
Optional
Ticket System
Plugin
No
Chat
Unknown
No
Syntax Examples TiddlyWiki Oddmuse
Internal Link
WikiWord (CamelCase)
[[link]]
[[label|link]]
optional, default on:
[[page name]]

optional, default off:
PageName
[PageName] → [1]
[[[page name]]] → [1]
[PageName text] → text
[[page name|text]] → text

Depending on plugins:
[text](page) → text
External Link
http://www.example.com
[[label|http://www.example.com]]
http://example.com/
[http://example.com/] → [1]

optional, default on:
[http://example.com/ text] → text

Depending on plugins:
[text](http://example.com/) → text
Headlines
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
''bold''
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
//italic//
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
__underline__
Depending on plugins:
_underline_
__underline__
Monospace Format
{{{monospaced}}}
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
--strikethrough--
via bbCode plugin:
[s]strike through[/s]
Superscript Format
^^superscript^^
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
~~subscript~~
via bbCode plugin:
[sub]subscript[/sub]
Images
[img[local.jpg]]
[img[http://foo.bar/foo.jpg]]
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
using custom classes, e.g.
{{right{
text
}}}
no example known
Text Indentation
:indent

> quote

<<<
blockquote
<<<
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
* one
** two
Numbered Lists
# Item 1
## Item 1.1
# Item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
; term
: description
Depending on plugins:
; term: definition
Horizontal Rule
----
Depending on plugins:
----
remove TiddlyWiki remove Oddmuse