1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +00:00
TiddlyWiki5/core/wiki
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
..
config Default tiddler info to the fields tab 2014-11-06 21:27:59 +00:00
macros First pass at export button 2014-11-10 20:59:15 +00:00
tags First pass at export button 2014-11-10 20:59:15 +00:00
advancedsearch.tid First pass at an advanced search tiddler 2013-12-31 13:11:01 +00:00
allfields.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
currpalettepreview.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
DefaultTiddlers.tid Simpler default defaulttiddlers 2014-08-18 10:27:48 +01:00
download-wiki-button.tid Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
language.tid Ensure we have a default language in empty.html 2014-08-14 12:00:07 +01:00
languageswitcher.tid Use the select widget in the various switchers 2014-05-31 18:38:17 +01:00
minilanguageswitcher.tid Use the select widget in the various switchers 2014-05-31 18:38:17 +01:00
minithemeswitcher.tid Remove "advanced" and "appearance" from control panel tab titles 2014-09-03 12:46:22 +01:00
modules.tid First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
palette.tid First pass at switchable colour palettes 2014-02-17 12:09:10 +00:00
paletteeditor.tid Remove "advanced" and "appearance" from control panel tab titles 2014-09-03 12:46:22 +01:00
palettepreview.tid Add palette editor 2014-02-20 10:00:38 +00:00
paletteswitcher.tid Remove "advanced" and "appearance" from control panel tab titles 2014-09-03 12:46:22 +01:00
search.tid Use temporary tiddler for search text 2012-11-11 15:08:46 +00:00
themeswitcher.tid Remove "advanced" and "appearance" from control panel tab titles 2014-09-03 12:46:22 +01:00
title.tid Change SiteTitle/SiteSubtitle into $:/SiteTitle and $:/SiteSubtitle 2014-02-22 11:39:18 +00:00
view.tid Retract inadvertant change from previous commit 2014-05-26 22:56:58 +01:00
viewswitcher.tid Remove "advanced" and "appearance" from control panel tab titles 2014-09-03 12:46:22 +01:00