mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
26 lines
939 B
Plaintext
26 lines
939 B
Plaintext
title: $:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode
|
|
tags: $:/tags/ControlPanel/Settings
|
|
caption: {{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}
|
|
|
|
\whitespace trim
|
|
\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/
|
|
<<lingo Hint>>
|
|
|
|
<$checkbox tiddler="$:/config/Navigation/Permalinkview/CopyToClipboard"
|
|
field="text" checked="yes" unchecked="no" default="yes"
|
|
class="tc-control-panel-item"
|
|
>
|
|
<$link to="$:/config/Navigation/Permalinkview/CopyToClipboard" class="tc-tiny-gap-left">
|
|
<<lingo CopyToClipboard/Description>>
|
|
</$link>
|
|
</$checkbox>
|
|
|
|
<$checkbox tiddler="$:/config/Navigation/Permalinkview/UpdateAddressBar"
|
|
field="text" checked="yes" unchecked="no" default="yes"
|
|
class="tc-control-panel-item"
|
|
>
|
|
<$link to="$:/config/Navigation/Permalinkview/UpdateAddressBar" class="tc-tiny-gap-left">
|
|
<<lingo UpdateAddressBar/Description>>
|
|
</$link>
|
|
</$checkbox>
|