TiddlyWiki5/core/ui
Jermolene 6fc5c70ace First pass at export button
New export button appears as a page control toolbar button, a tiddler
toolbar button, and a button in the advanced search filter tab.

Initially supports exporting as static HTML, CSV, JSON or `.tid` file.

Still to do:

* Made the exporter descriptions translatable
* Hide the export button by default
* User docs
* Cleaning up the existing templates (eg,
`$:/core/templates/alltiddlers.template.html` should work by
transcluding `$:/core/templates/exporters/Static`)
* Docs for the new macros `exportButton`, `csvtiddlers` and
`jsontiddlers`

Issues:

* OS X Numbers refuses to open CSV files that have been generated in
Chrome, because it thinks they’ve been downloaded from the Internet.
Firefox works OK
* The export button won’t work within the tiddler info panel, or from
the *more* popup (this is because we don’t support nested popups)
2014-11-10 20:59:15 +00:00
..
AdvancedSearch First pass at export button 2014-11-10 20:59:15 +00:00
ControlPanel
EditTemplate Accessibility fixes 2014-11-07 21:15:21 +00:00
EditToolbar
Filters
MoreSideBar
PageControls First pass at export button 2014-11-10 20:59:15 +00:00
PageTemplate
SideBar
TiddlerInfo
TopRightBar
ViewTemplate Improved fix for h2 title bar markup 2014-11-08 17:51:35 +00:00
ViewToolbar First pass at export button 2014-11-10 20:59:15 +00:00
AdvancedSearch.tid
AlertTemplate.tid
BinaryWarning.tid
ControlPanel.tid
DefaultSearchResultList.tid Add group headings to default search results 2014-11-10 19:52:37 +00:00
EditTemplate.tid
ImportListing.tid
ListItemTemplate.tid
MissingTemplate.tid
PageControls.tid
PageStylesheet.tid
PageTemplate.tid
PluginInfo.tid
SearchResults.tid Fix search results to be in block mode 2014-11-10 19:55:45 +00:00
SideBarLists.tid
TagManager.tid
TagTemplate.tid
TiddlerFieldTemplate.tid
TiddlerFields.tid
TiddlerInfo.tid
UntaggedTemplate.tid
ViewTemplate.tid