See GitHub for detailed change history of this release
Highlights
This release includes major improvements from @giffmex to the welcome and tutorial documentation, and new development docs incorporating the work of @cheigele and @cjrk.
Incompatible Changes
Change System Tag $:/tags/stylesheet
with $:/tags/Stylesheet
The issue is that the capitalisation of $:/tags/stylesheet
is not consistent with other system tags. This release adds support for $:/tags/Stylesheet
, and adds a deprecation warning if $:/tags/stylesheet
is used. Support for $:/tags/stylesheet
will be removed before the beta.
- Added support for
$:/tags/Stylesheet
and a deprecation warning when$:/tags/stylesheet
is used
Change ButtonWidget title
attribute to tooltip
The use of the title
attribute in the ButtonWidget was not consistent with the tooltip
attribute used by the ImageWidget and LinkWidget. This release adds support for the tooltip
attribute to the ButtonWidget alongside the existing support for the title
attribute, but with a deprecation warning.
- Added
tooltip
attribute to ButtonWidget
Removing Support for RegExp Filter Operands
As discussed in the associated ticket, the support for regular expression filter operands is incomplete and inconsistent. The plan is to remove support for this feature in the next release. A new filter operator has been provided to replace it, along with the addition of a deprecation warning that is displayed whenever regular expression filter operators are used.
Repository Reorganisation
The goal is to make the TiddlyWiki repository easier to comprehend for newcomers.
- Moved scripts into a separate
bin
folder
Usability Improvements
- Reorganised the control panel to make it more logical and usable
Hackability Improvements
- Moved developer documentation to https://tiddlywiki.com/dev
- Improvements (and here) to
serve.sh
/serve.cmd
scripts - Disable plugins when in SafeMode
- Added new
timeline
macro - Added new
dumpvariables
macro - Extended Table-of-Contents Macros so that individual links can be disabled
- Removed (and here) unnecessary
<p>
tag from edit tags and types dropdowns - Added multiple attribute to the BrowseWidget
- Extended view template to hide bodies of tiddlers with field hide-body set to yes
Bug Fixes
- Fixed problem with draft tiddlers not counting as dirty
- Fixed problem with keyboard shortcuts introduced in 5.0.16-beta
- Fixed problem with stylesheets being parsed in inline mode
- Fixed bug with selective expandable Table-of-Contents Macros
Contributors
@Jermolene would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki: