mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +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
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
title: $:/plugins/tiddlywiki/translators/templates/modal-tid
|
|
|
|
\procedure generateTid(title)
|
|
title: <<title>>
|
|
type: <$text text={{!!type}}/>
|
|
subtitle: <$text text={{!!subtitle}}/>
|
|
footer: <$text text={{!!footer}}/>
|
|
help: <$text text={{!!help}}/>
|
|
|
|
<$text text={{!!text}}/>
|
|
\end
|
|
<$transclude $variable="generateTid" title=<<currentTiddler>>/> |