kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Docs updates
rodzic
5eae2f0fb6
commit
c2b08b43b5
|
@ -8,6 +8,14 @@ The MarkdownExample tiddler below is written in Markdown. Create wiki links with
|
|||
[link text](#TiddlerTitle)
|
||||
```
|
||||
|
||||
Markdown image syntax can be used to reference images by tiddler title or an external URI. For example:
|
||||
|
||||
```
|
||||
![alt text](/path/to/img.jpg "Title")
|
||||
|
||||
![alt text](Motovun Jack.jpg "Title")
|
||||
```
|
||||
|
||||
To add the plugin to your own TiddlyWiki5, just drag this link to the browser window:
|
||||
|
||||
[[$:/plugins/tiddlywiki/markdown]]
|
||||
|
|
|
@ -17,6 +17,17 @@ See [[Notes for upgrading to 5.0.13-beta]] for more details of these changes:
|
|||
|
||||
*
|
||||
|
||||
!! Accessibility Improvements
|
||||
|
||||
This release includes a number of features designed to improve the experience of TiddlyWiki with a screen reader. Particular thanks to [[@domasofan|https://github.com/domasofan]] for his feedback
|
||||
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/34e4166dc5f24519b000de66853d5b1aee8f1648]] label and title for show/hide sidebar buttons
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/346b2f86111815c746c993fa09b7f677fa0b4b37]] label and title for advanced search link
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/6f859c8d447a477a9120bdc308d1524558a80f20]] label and title for close buttons in "Open" sidebar tab
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/06b0f9adb7209870b46d42f832c1f7ad7a78976f]] ''aria-label'' support to the LinkWidget
|
||||
* [[Switched|https://github.com/Jermolene/TiddlyWiki5/commit/bc9b67cbc3f363d48aafea86c077fcd5a9c0ca64]] to H1 tags for the page title and H2 tags for tiddler titles
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/eeedcb6d94a25d02e8fec45c89b30c7f2bcdde73]] label and title for tiddler and page toolbar buttons
|
||||
|
||||
!! Usability Improvements
|
||||
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/9ab0c84140bbc0f31cf65e632bddac616bbadbda]] support for global [[Macros in WikiText]] via the new ImportVariablesWidget
|
||||
|
@ -34,11 +45,18 @@ See [[Notes for upgrading to 5.0.13-beta]] for more details of these changes:
|
|||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/305617b632fd6ecf25cd4be85f4dfb5a5a65dfef]] new SaveTiddlersCommand
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f14ecf4eb8965f2e407ccac51d4277330221efe3]] support for system tag [[$:/tags/RawMarkup]]
|
||||
* Extended [[FilterOperator: listed]] to work with any list field
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/0bdc5b5c70fbbf34aa459afcf0499fc9c8ae6374]] editor type mappings to control panel advanced tab
|
||||
* [[Refactored|https://github.com/Jermolene/TiddlyWiki5/commit/1717c93d001ad184a08ca66d1bffb33fb5d32b3a]] CodeMirror (http://tiddlywiki.com/codemirrordemo.html) plugin for simpler configuration
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/b2e48d00e9ea068a22b5ac5c0a4c93e8ddbb4a8a]] support for [[Environment Variables on Node.js]]
|
||||
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/eee3a0cf8e5aa047f8596df06e28194409f38b01]] ServerCommand to allow a path prefix
|
||||
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/4238af2a405c14d22937d7c47a70bfb3d4e6f22d]] [[FilterOperator: listed]] to use any list field
|
||||
|
||||
!! Bug Fixes
|
||||
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/6fb992690d33940d3509d7d4d74538e7f458e063]] problem with state tiddlers being inadvertently saved
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/a03a15e7de32a1b41618146ac334b5cd7d432e91]] bug with TextWidget not refreshing correctly
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/d8a142fed5b22a8273d93ba05095e5f9c6929cb3]] problem with vertical tabs in Safari
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b8aedf2ca3cfc870be5a46accbb2dc0ddbb6d451]] issue with images in Markdown
|
||||
|
||||
!! Contributors
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
created: 20131130132123707
|
||||
modified: 20140126212123707
|
||||
modified: 20140619212123707
|
||||
tags: dev
|
||||
title: Releasing a new version of TiddlyWiki5
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
# Adjust the release date of the latest release tiddler (eg, [[Release 5.0.7-beta]])
|
||||
# Make sure the ''Jermolene/TiddlyWiki5'' is fully committed
|
||||
# Adjust the modified time of HelloThere
|
||||
# Make sure ''Jermolene/TiddlyWiki5'' is fully committed
|
||||
# Edit `package.json` to the new version number
|
||||
# Run `bld.sh` to build the deployment files
|
||||
# Restore `package.json` to the previous version number
|
||||
|
|
Ładowanie…
Reference in New Issue