1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00
TiddlyWiki5/core/wiki/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
..
CSS.tid Fix problem with CSS macros 2014-11-10 15:30:35 +00:00
export.tid First pass at export button 2014-11-10 20:59:15 +00:00
lingo.tid First pass at accessibility improvements for #650 2014-06-14 18:06:56 +01:00
list.tid Tweak of the list-links macro in order to display caption fields if present 2014-09-28 21:11:58 +02:00
tabs.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
timeline.tid Fix embarrassing typo in timeline macro 2014-11-05 09:30:40 +00:00
toc.tid Exclude drafts from table of contents macros 2014-11-04 11:54:35 +00:00