1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/core/wiki/tags
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.tid Add standard search to advanced search 2014-05-15 23:09:31 +01:00
ControlPanel.tid Reorganise control panel tabs 2014-09-04 09:58:14 +01:00
ControlPanelInfo.tid Reorganise control panel tabs 2014-09-04 09:58:14 +01:00
EditTemplate.tid Minor tweaks to shadow warning infrastructure 2014-04-28 15:16:31 +01:00
EditToolbar.tid Normalise titles of toolbar button tiddlers 2014-07-29 13:37:57 +01:00
MoreSideBar.tid Use the built-in tabs macro for the tiddler info panel and the sidebar tabs 2013-11-09 19:21:37 +00:00
PageControls.tid First pass at export button 2014-11-10 20:59:15 +00:00
PageTemplate.tid Add a top-left and top-right menu 2014-03-25 21:54:06 +00:00
SideBar.tid Use the built-in tabs macro for the tiddler info panel and the sidebar tabs 2013-11-09 19:21:37 +00:00
TiddlerInfo.tid Add tiddler info tools tab 2014-07-28 14:37:42 +01:00
TiddlerInfoAdvanced.tid Add tiddler info "advanced" panel 2014-03-14 15:23:28 +00:00
ViewTemplate.tid Add a warning segment to templates for TWC tiddlers 2014-03-15 17:03:50 +00:00
ViewToolbar.tid First pass at export button 2014-11-10 20:59:15 +00:00