Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
UploadTextMacro
TiddlyWiki Community Wiki
| Name: | UploadTextMacro |
| Author : | jayfresh (based heavily on BidiX's UploadToFileMacro) |
| URL : | #UploadTextMacro |
| Description : | Allows you to upload text strings as files to TiddlyHome |
| Version : | 1 |
- CodeRepository: http://svn.tiddlywiki.org/Trunk/contributors/JonathanLister/plugins/TemplatePlugin.js
- License: BSDLicense
- TiddlyWiki CoreVersion: 2.3
UploadTextMacro provides you with the following macro:
- uploadText - depends on TemplatePlugin, UploadPlugin
[edit] Usage
<<uploadText filename template>>
Parameters:
- filename - the name of the file to be saved on the server
- template - the name of the tiddler containing the template to be used
[edit] Description
Uses BidiX's UploadPlugin combined with the TemplatePlugin to send the output of a template up to a server running BidiX's store.php e.g. TiddlyHome.

