1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/core/modules/macros
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
..
changecount.js Rename tiddlerTitle variable to currentTiddler 2013-10-28 23:40:45 +00:00
contrastcolour.js Provisionally make tag pill foreground colour be responsive 2014-11-06 13:35:48 +00:00
csvtiddlers.js First pass at export button 2014-11-10 20:59:15 +00:00
dumpvariables.js Add dumpvariables macro 2014-09-08 15:06:49 +01:00
jsontiddlers.js First pass at export button 2014-11-10 20:59:15 +00:00
makedatauri.js Add support for macro modules 2013-10-17 16:57:07 +01:00
now.js Add a new journal page toolbar button 2014-10-08 17:46:34 +01:00
qualify.js Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
version.js Add support for macro modules 2013-10-17 16:57:07 +01:00