From 5163b541cf6d9fda6c130598d8f9aad075979c2a Mon Sep 17 00:00:00 2001 From: Marxsal Date: Tue, 6 Oct 2015 09:11:21 -0700 Subject: [PATCH 1/2] A primer on how to export tiddlers Showing how to export individual, selection, or all tiddlers. --- .../howtos/How to export tiddlers.tid | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid diff --git a/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid b/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid new file mode 100644 index 000000000..17097f4f1 --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid @@ -0,0 +1,30 @@ +created: 20151006145934884 +modified: 20151006155211988 +tags: Learning +title: How to export tiddlers +type: text/vnd.tiddlywiki + +!!! Selecting All tiddlers for export + +To export ''all'' tiddlers click on the "Tools" tab of the Sidebar. Find and click the ``export all`` ({{$:/core/ui/Buttons/export-tiddler}}) button. A pop-up menu will offer you the chance to export tiddlers in multiple formats. + +!!! Selecting individual tiddlers for export + +If you want to export a particular tiddler, first navigate to that tiddler. Then click on the More Actions icon ({{$:/core/ui/Buttons/more-tiddler-actions}}) that appears above the tiddler. From the list that appears select ``export tiddler``. A pop-up menu will offer you the chance to export the tiddler in multiple formats. + +!!! Selecting tiddlers matching a search criteria for export + +To export a selection of tiddlers, click the little magnifying glass next to the search area on the sidebar. This will open the [[Advanced Search|$:/AdvancedSearch]] tiddler. Click on the ``Filter`` tab of the Advanced Search tiddler. Only the [[Filter|Filters]] tab will allow you to export a selection of tiddlers. [[Filters]] follow a particular syntax. Click on this [[Filters|Filters]] link to learn about how to make filters. + +Once you have written a filter, a list of tiddlers matching the filter will appear. Now you can click on the export icon ({{$:/core/ui/Buttons/export-tiddler}}) to the right of the filter input field. A pop-up menu will offer you the chance to export tiddlers in multiple formats. + +!!! Export formats + +Currently, the export formats available are: + + * CSV file format + * JSON file format + * Static HTML file + * ".tid" file format + +The ``".tid"`` format is unique from the other formats in that only one tiddler will be exported, even if you are attempting to export all tiddlers or a selection of tiddlers. From 79972fe57f6d40b76fda5fc74194b43193fbd8a7 Mon Sep 17 00:00:00 2001 From: Marxsal Date: Tue, 6 Oct 2015 10:36:19 -0700 Subject: [PATCH 2/2] Applying recomendations Giving better descriptive names to sub-headings --- editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid b/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid index 17097f4f1..3b30da8ac 100644 --- a/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid +++ b/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid @@ -8,11 +8,11 @@ type: text/vnd.tiddlywiki To export ''all'' tiddlers click on the "Tools" tab of the Sidebar. Find and click the ``export all`` ({{$:/core/ui/Buttons/export-tiddler}}) button. A pop-up menu will offer you the chance to export tiddlers in multiple formats. -!!! Selecting individual tiddlers for export +!!! Exporting a tiddler If you want to export a particular tiddler, first navigate to that tiddler. Then click on the More Actions icon ({{$:/core/ui/Buttons/more-tiddler-actions}}) that appears above the tiddler. From the list that appears select ``export tiddler``. A pop-up menu will offer you the chance to export the tiddler in multiple formats. -!!! Selecting tiddlers matching a search criteria for export +!!! Exporting tiddlers matching a criteria (filter) To export a selection of tiddlers, click the little magnifying glass next to the search area on the sidebar. This will open the [[Advanced Search|$:/AdvancedSearch]] tiddler. Click on the ``Filter`` tab of the Advanced Search tiddler. Only the [[Filter|Filters]] tab will allow you to export a selection of tiddlers. [[Filters]] follow a particular syntax. Click on this [[Filters|Filters]] link to learn about how to make filters.