1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-13 15:34:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid
Jermolene b805633dc9 Reorganise the main file saving templates
We’re introducing a mechanism that allows us to decide which tiddlers
get saved. Using `$:/core/save/all` gives all tiddlers, as before.
Using `$:/core/save/empty` gives an empty wiki. Saving an empty wiki
from tw5.com isn’t the same as the empty wiki cooked from
editions/empty because the two editions have different plugins and
other system tiddlers.
2013-11-25 21:16:27 +00:00

29 lines
1008 B
Plaintext

created: 201311191256007
creator: JeremyRuston
modified: 201311191256007
modifier: JeremyRuston
title: Release 5.0.0-alpha.16
tags: releasenote
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.15...v5.0.0-alpha.16]]//
!! New Features
* Added a new plugin for displaying corner ribbons; currently used for a version banner on tw5.com
!! Improvements
* The page building blocks are now driven by the system tag `$:/tags/PageTemplate`
** [[$:/TopSideBar]] and [[$:/LeftSideBar]] are no longer specially treated; use the new tag instead
* Refactored control panel to add ''Saving'' tab that includes TiddlySpot options
!! Bug fixes
* Fixed problem with displaying tiddler titles that contain WikiText syntax
!! Internal changes
* The main HTML file template used for saving TiddlyWiki5 documents has changed from `$:/core/templates/tiddlywiki5.template.html` to `$:/core/save/all`
Contributors to this release include @jermolene.