1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-16 08:54:22 +00:00
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 Fix problem with import button triggering checkbox on Firefox 2014-10-10 20:50:50 +01:00
EditTemplate Accessibility fixes 2014-11-07 21:15:21 +00:00
EditToolbar Add span wrapper around button caption text 2014-10-12 01:43:01 +10:00
Filters Add canned filter for recent system tiddlers 2014-10-31 10:01:25 +00:00
MoreSideBar Adjust untagged divider styling 2014-09-27 16:56:59 +01:00
PageControls First pass at export button 2014-11-10 20:59:15 +00:00
PageTemplate Refactor the page controls to be more reusable 2014-10-24 11:17:58 +01:00
SideBar Wrap page control previews in position:relative 2014-11-01 08:42:34 +00:00
TiddlerInfo Fix problem with import button triggering checkbox on Firefox 2014-10-10 20:50:50 +01:00
TopRightBar Change button widget 'title' attribute to 'tooltip' 2014-09-10 10:25:50 +01:00
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 Rename more "tw-*" classes to "tc-*" 2014-08-28 19:08:31 +01:00
AlertTemplate.tid Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
BinaryWarning.tid Rename more "tw-*" classes to "tc-*" 2014-08-28 19:08:31 +01:00
ControlPanel.tid Reorganise control panel tabs 2014-09-04 09:58:14 +01:00
DefaultSearchResultList.tid Add group headings to default search results 2014-11-10 19:52:37 +00:00
EditTemplate.tid Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
ImportListing.tid Fix problem with preview state storage in import listing 2014-09-19 21:56:37 +01:00
ListItemTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
MissingTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
PageControls.tid Refactor the page controls to be more reusable 2014-10-24 11:17:58 +01:00
PageStylesheet.tid Remove support for deprecated $:/tags/stylesheet tag 2014-09-21 11:26:11 +01:00
PageTemplate.tid Change "tw-*" variables to "tv-*" 2014-08-28 22:28:02 +01:00
PluginInfo.tid Extend control panel plugins tab 2014-08-07 15:48:38 +01:00
SearchResults.tid Fix search results to be in block mode 2014-11-10 19:55:45 +00:00
SideBarLists.tid Add advanced search button to search results 2014-11-02 16:10:53 +00:00
TagManager.tid Further tag manager tweaks 2014-11-04 12:35:46 +00:00
TagTemplate.tid Provisionally make tag pill foreground colour be responsive 2014-11-06 13:35:48 +00:00
TiddlerFields.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
TiddlerFieldTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
TiddlerInfo.tid Fix tiddler info default tab 2014-08-28 15:16:54 +01:00
UntaggedTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
ViewTemplate.tid Rename more "tw-*" classes to "tc-*" 2014-08-28 18:59:35 +01:00