1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00

Update docs for 5.1.6

Also preparing for 5.1.7-prerelease
This commit is contained in:
Jermolene 2014-12-19 15:51:56 +00:00
parent c9d0f1d221
commit 5d8dc1dcd9
5 changed files with 48 additions and 33 deletions

View File

@ -1,31 +0,0 @@
title: BrowseWidget
created: 201310241419
modified: 20141202155353547
tags: Widgets
caption: browse
! Introduction
The browse widget displays an HTML file browser button that allows the user to choose one or more files to import. It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation of the tiddlers imported from the files up through its parents. This message usually trapped by the NavigatorWidget which adds the tiddlers to the store and updates the story to display them.
! Content and Attributes
The content of the `<$browse>` widget is ignored.
|!Attribute |!Description |
|multiple |Set to "multiple" to select multiple file upload |
|tooltip |Optional tooltip text |
|message |Optional override of widget message to be generated. The parameter for the message will be the JavaScript object `event.target.files` |
On iPhone/iPad choosing the multiple option will remove the ability to take photographs/videos directly into TiddlyWiki.
''e.g.''
```
<$browse>
```
renders as:
<$browse>

View File

@ -0,0 +1,44 @@
caption: 5.1.7
created: 20141219155007260
modified: 20141219155007260
tags: ReleaseNotes
title: Release 5.1.7
type: text/vnd.tiddlywiki
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.6...v5.1.7]]//
!! Translation Improvements
*
!! Hackability Improvements
*
!! Bug Fixes
*
!! Node.js Changes
//These changes are only relevant to people using TiddlyWiki under Node.js//
*
!! Changes affecting plugin authors
*
!! Contributors
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@anavarre|https://github.com/anavarre]]
* [[@Drakor|https://github.com/Drakor]]
* [[@dullroar|https://github.com/dullroar]]
* [[@erwanm|https://github.com/erwanm]]
* [[@malgam|https://github.com/malgam]]
* [[@nameanyone|https://github.com/nameanyone]]
* [[@pekopeko1|https://github.com/pekopeko1]]
* [[@Spangenhelm|https://github.com/Spangenhelm]]
* [[@tobibeer|https://github.com/tobibeer]]
* [[@xcazin|https://github.com/xcazin]]

View File

@ -4,6 +4,7 @@ modified: 20141127153016142
tags: ReleaseNotes
title: Release 5.1.6
type: text/vnd.tiddlywiki
released: 20141219155007260
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.5...v5.1.6]]//

View File

@ -8,4 +8,4 @@ Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versio
(BetaReleases and AlphaReleases are listed separately).
<<tabs "[tag[ReleaseNotes]!sort[created]]" "Release 5.1.5" "$:/state/tab2" "tc-vertical" "ReleaseTemplate">>
<<tabs "[tag[ReleaseNotes]!sort[created]]" "Release 5.1.6" "$:/state/tab2" "tc-vertical" "ReleaseTemplate">>

View File

@ -1,6 +1,6 @@
title: BrowseWidget
created: 201310241419
modified: 20141020155353547
modified: 20141202155353547
tags: Widgets
caption: browse
@ -14,6 +14,7 @@ The content of the `<$browse>` widget is ignored.
|!Attribute |!Description |
|multiple |Set to "multiple" to select multiple file upload |
|tooltip |Optional tooltip text |
|message |Optional override of widget message to be generated. The parameter for the message will be the JavaScript object `event.target.files` |
On iPhone/iPad choosing the multiple option will remove the ability to take photographs/videos directly into TiddlyWiki.