mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 03:19:56 +00:00
78ace99685
* 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 fb70f0b146
.
18 lines
721 B
Plaintext
18 lines
721 B
Plaintext
title: $:/plugins/tiddlywiki/menubar/items/hamburger
|
|
tags: $:/tags/MenuBar
|
|
caption: <<lingo Items/Hamburger/Name $:/plugins/tiddlywiki/menubar/language/>>
|
|
description: <<lingo Items/Hamburger/Description $:/plugins/tiddlywiki/menubar/language/>>
|
|
custom-menu-content: {{$:/plugins/tiddlywiki/menubar/items/hamburger}}
|
|
show-when: narrow
|
|
|
|
<$list filter="[[$:/state/popup/menubar/hamburger]get[text]else[no]match[no]]">
|
|
<$button set="$:/state/popup/menubar/hamburger" setTo="yes">
|
|
{{$:/core/images/menu-button}}
|
|
</$button>
|
|
</$list>
|
|
<$list filter="[[$:/state/popup/menubar/hamburger]get[text]else[no]match[yes]]">
|
|
<$button set="$:/state/popup/menubar/hamburger" setTo="no">
|
|
{{$:/core/images/close-button}}
|
|
</$button>
|
|
</$list>
|