mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-11 02:30:28 +00:00
40fca47974
* Translator editon update Update for the translator editon, including: * Changes to `--render` in `tiddlywiki.info`, and changes the command for generating `$:/languages/Docs/Types/` to replace strings with `_` instead of using uri encoding. * Update docs. The guide for changing `$:/core/readme` tiddler is wrong, so I removed it. * Simplify templates and commands * Add progress bar
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
title: $:/plugins/tiddlywiki/translators/templates/snippet-tid
|
|
|
|
\procedure generateTid(title)
|
|
title: <<title>>
|
|
tags: $:/tags/TextEditor/Snippet
|
|
caption: <$text text={{!!caption}}/>
|
|
|
|
<$text text={{!!text}}/>
|
|
\end
|
|
<$transclude $variable="generateTid" title=<<currentTiddler>>/> |