1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-02 00:40:47 +00:00

Update Features tiddler to point to CodeMirror demo

This commit is contained in:
Jeremy Ruston 2013-10-25 09:50:45 +01:00
parent 7dfea81cfa
commit f9451b9d99

View File

@ -1,6 +1,6 @@
created: 201308221728 created: 201308221728
creator: JeremyRuston creator: JeremyRuston
modified: 201309102146 modified: 201310250846
modifier: JeremyRuston modifier: JeremyRuston
tags: introduction tags: introduction
title: Features title: Features
@ -13,7 +13,8 @@ title: Features
* Familiar user interface elements like <$button message="tw-modal" param="SampleWizard" class="btn btn-inverse">wizards</$button> and <$button message="tw-notify" param="SampleNotification" class="btn btn-inverse">notifications</$button> * Familiar user interface elements like <$button message="tw-modal" param="SampleWizard" class="btn btn-inverse">wizards</$button> and <$button message="tw-notify" param="SampleNotification" class="btn btn-inverse">notifications</$button>
* Easily [[import|ImportTiddlers]] content via drag and drop, copy and paste, or browsing for local files * Easily [[import|ImportTiddlers]] content via drag and drop, copy and paste, or browsing for local files
* TiddlyWiki is [[surprisingly scalable|Scalability]] to many thousands of tiddlers and megabytes of content * TiddlyWiki is [[surprisingly scalable|Scalability]] to many thousands of tiddlers and megabytes of content
* Explore the [[D3.js visualisation plugin|http://five.tiddlywiki.com/d3demo.html]] * Explore the [[D3.js visualisation plugin|http://five.tiddlywiki.com/d3demo.html]]
* Try out the [[CodeMirror plugin|http://five.tiddlywiki.com/codemirrordemo.html]]
* Many internal improvements: * Many internal improvements:
** TiddlyWiki can now be run under [[node.js]] as well as in the browser, allowing it to be used as a personal web server ** TiddlyWiki can now be run under [[node.js]] as well as in the browser, allowing it to be used as a personal web server
** An elegant [[microkernel architecture|PluginMechanism]], that allows infinite customisation by replacing and augmenting the core modules ** An elegant [[microkernel architecture|PluginMechanism]], that allows infinite customisation by replacing and augmenting the core modules