2018-08-16 18:39:18 +00:00
|
|
|
title: $:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode
|
|
|
|
tags: $:/tags/ControlPanel/Settings
|
|
|
|
caption: {{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}
|
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
\whitespace trim
|
2018-08-16 18:39:18 +00:00
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/
|
|
|
|
<<lingo Hint>>
|
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
<$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>
|
2018-08-16 18:39:18 +00:00
|
|
|
|
2024-02-28 11:28:27 +00:00
|
|
|
<$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>
|