1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-16 14:54:51 +00:00
TiddlyWiki5/plugins/tiddlywiki/translators/templates/modal-tid.tid
Leilei332 40fca47974
Translator editon update (#8703)
* 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
2024-10-29 12:07:12 +00:00

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>>/>