1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-11 02:30:28 +00:00
TiddlyWiki5/plugins/tiddlywiki/translators/templates/snippet-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

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