mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-07 14:40:02 +00:00
![lin onetwo](/assets/img/avatar_default.png)
* feat: t macro and docs * feat: support block mode so you can transclude whole tiddler * refactor: use lingo and procedure * refactor: use function instead of set variable * docs: about mode:"inline" * Update LingoMacro.tid * docs: more usage about inline * refactor: update translate macro to reuse lingo macro * Delete translateMacro.tid * refactor: update translation of tiddlyweb * docs: more tiddlyweb l10n * feat: add comment, so when use <$text text=<<lingo>> by mistake, it shows * i18n: add more l10n * feat: add tree to plugin to reveal l10n structure * i18n: add menubar translation for example * i18n: more for menubal * docs: Headings -> Heading * refactor: remove the "tree" tid * Revert "refactor: remove the "tree" tid" This reverts commit fb70f0b146e85d78e3777d684ecc30fac062a232.
19 lines
895 B
Plaintext
19 lines
895 B
Plaintext
title: $:/plugins/tiddlywiki/menubar/items/pagecontrols
|
|
tags: $:/tags/MenuBar
|
|
description: <<lingo Items/PageControls/Name $:/plugins/tiddlywiki/menubar/language/>>
|
|
caption: <<lingo Items/PageControls/Name $:/plugins/tiddlywiki/menubar/language/>>
|
|
custom-menu-content: <$transclude tiddler="$:/plugins/tiddlywiki/menubar/items/pagecontrols" mode="inline"/>
|
|
|
|
\whitespace trim
|
|
\define config-title() $:/config/PageControlButtons/Visibility/$(listItem)$
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
|
|
<$set name="hidden" value=<<config-title>>>
|
|
<$list filter="[<hidden>!text[hide]]" storyview="pop" variable="ignore">
|
|
<$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]">
|
|
<$transclude tiddler=<<listItem>> mode="inline"/>
|
|
</$set>
|
|
</$list>
|
|
</$set>
|
|
</$list>
|