1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/Improvements.tid

18 lines
1.6 KiB
Plaintext
Raw Normal View History

title: Improvements
2012-06-22 11:25:10 +00:00
modifier: JeremyRuston
tags: docs introduction
2012-06-22 12:51:47 +00:00
TiddlyWiki5 is a complete rewrite of the original TiddlyWiki, incorporating many of the improvements that I've wanted to make over the years. It is now based on an elegant [[microkernel architecture|PluginMechanism]], that allows infinite customisation by replacing and augmenting the core modules. The new code is much easier to work with, and will hopefully prove an even more fertile ground for the community of open source developers around TiddlyWiki.
2012-06-22 11:25:10 +00:00
For end users, the important improvements include:
* Improved WikiText, with much better generation of HTML, including proper `<p>` tags
2012-06-22 12:51:47 +00:00
* Flexible TiddlerFilters that make it easier to work with several tiddlers in a single operation
2012-06-22 11:25:10 +00:00
* TiddlyWiki can now be run under [[node.js]] as well as in the browser, allowing it to be used as a personal web server
* Tiddlers containing images are now supported just like WikiText tiddlers, including integrated editing of bitmap and SVG images
2012-06-10 21:01:22 +00:00
* Uses standard Twitter Bootstrap CSS (thus enabling the use of Boostrap themes such as http://bootswatch.com)
* Syntax highlighting for JavaScript and JSON tiddlers
* TiddlyWiki5 can directly build both itself and previous (2.6.x) versions of TiddlyWiki from their constituent separate files, without needing external tools
2012-06-22 11:25:10 +00:00
The internal changes mean that TiddlyWiki5 is not compatible with previous versions, using different plugins, themes and so on. The changes to the WikiText have been carefully developed to try to maximise backwards compatibility but content prepared for previous versions of TiddlyWiki will need massaging to work properly in TiddlyWiki5.