1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 06:14:44 +00:00

Merge pull request #1151 from malgam/patch-1

Fix typo "importer" should be "exporter"
This commit is contained in:
Jeremy Ruston 2014-11-27 23:00:31 +00:00
commit 271d70ff92

View File

@ -7,7 +7,7 @@ To create a custom export format that exports tiddlers as their raw body text:
# Create a tiddler with the following fields: # Create a tiddler with the following fields:
#* ''tags'': [[$:/tags/Exporter]] #* ''tags'': [[$:/tags/Exporter]]
#* ''description'': Description of this importer #* ''description'': Description of this exporter
#* ''extension'': Default file extension for this export format (including the dot; for example `.tid`) #* ''extension'': Default file extension for this export format (including the dot; for example `.tid`)
# Set the following content: # Set the following content: