1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-23 10:06:44 +00:00
TiddlyWiki5/core/language/en-GB
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
..
Docs Add description for "upgrader" modules 2014-10-15 17:07:49 +01:00
Help Update docs 2014-10-31 20:12:06 +00:00
Modals Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
Types Added application JavaScript to type dropdown 2014-06-12 19:12:58 +01:00
Buttons.multids First pass at export button 2014-11-10 20:59:15 +00:00
ControlPanel.multids Make new journal title and tags be configurable 2014-10-08 18:35:25 +01:00
Dates.multids Fixed typo in language files 2014-10-10 10:31:10 +01:00
EditTemplate.multids Accessibility fixes 2014-11-07 21:15:21 +00:00
Fields.multids First pass at accessibility improvements for #650 2014-06-14 18:06:56 +01:00
Filters.multids Add canned filter for recent system tiddlers 2014-10-31 10:01:25 +00:00
GettingStarted.tid Making more things translateable 2014-02-16 09:46:43 +00:00
icon.tid Update language flags to generic plugin icon convention 2014-08-07 15:45:56 +01:00
Import.multids Block temporary state tiddlers from import/upgrade 2014-08-20 13:52:59 +01:00
Misc.multids Further tag manager tweaks 2014-11-04 12:35:46 +00:00
NewJournal.multids Move new journal strings into language directory 2014-10-09 13:09:59 +01:00
Notifications.multids Change .tids file extension to .multids 2014-02-20 10:27:02 +00:00
Search.multids Add support for custom search result visualisations 2014-10-27 18:38:34 +00:00
SideBar.multids Add tag manager button 2014-08-14 08:49:03 +01:00
SiteSubtitle.tid Change SiteTitle/SiteSubtitle into $:/SiteTitle and $:/SiteSubtitle 2014-02-22 11:39:18 +00:00
SiteTitle.tid Change SiteTitle/SiteSubtitle into $:/SiteTitle and $:/SiteSubtitle 2014-02-22 11:39:18 +00:00
TiddlerInfo.multids Add tiddler info tools tab 2014-07-28 14:37:42 +01:00