mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-07 06:30:03 +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 fb70f0b146e85d78e3777d684ecc30fac062a232.
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
title: $:/plugins/tiddlywiki/menubar/config
|
|
tags: $:/tags/ControlPanel/Toolbars
|
|
caption: Menu Bar
|
|
|
|
\define config-base() $:/config/plugins/menubar/MenuItems/Visibility/
|
|
\define lingo-base() $:/plugins/tiddlywiki/menubar/language/
|
|
|
|
! <<lingo Config/Heading1>>
|
|
|
|
!! <<lingo Config/MenuItems/Heading>>
|
|
|
|
<<lingo Config/MenuItems/Description>>
|
|
|
|
<$set name="tv-config-toolbar-icons" value="yes">
|
|
|
|
<$set name="tv-config-toolbar-text" value="yes">
|
|
|
|
<$macrocall $name="list-tagged-draggable" tag="$:/tags/MenuBar" itemTemplate="$:/core/ui/ControlPanel/Toolbars/ItemTemplate"/>
|
|
|
|
</$set>
|
|
|
|
</$set>
|
|
|
|
!! <<lingo Config/BreakpointPosition/Heading>>
|
|
|
|
<<lingo Config/BreakpointPosition/Description>>
|
|
|
|
<$edit-text tiddler="$:/config/plugins/menubar/breakpoint" default="" tag="input"/>
|
|
|
|
!! <<lingo Config/ContentsTag/Heading>>
|
|
|
|
<<lingo Config/ContentsTag/Description>>
|
|
|
|
<$edit-text tiddler="$:/config/plugins/menubar/TableOfContents/Tag" default="" tag="input"/>
|
|
|
|
!! <<lingo Config/MenuBarColours/Heading>>
|
|
|
|
<<lingo Config/MenuBarColours/Description>>
|