mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-02 14:29:55 +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
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
title: $:/plugins/tiddlywiki/translators/templates/help-tid
|
|
|
|
\procedure generateTid(title)
|
|
title: <<title>>
|
|
description: <$text text={{!!description}}/>
|
|
|
|
<$text text={{!!text}}/>
|
|
\end
|
|
<$transclude $variable="generateTid" title=<<currentTiddler>>/> |