mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-09 07:30:01 +00:00
Merge branch 'master' into multi-wiki-support
This commit is contained in:
commit
89ae2012c7
7
core/images/default-layout.tid
Normal file
7
core/images/default-layout.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/core/images/default-layout
|
||||
tags: $:/tags/Image
|
||||
|
||||
\parameters (size:"22pt")
|
||||
<svg width=<<size>> height=<<size>> class="tc-image-default-layout tc-image-button" viewBox="0 0 128 128">
|
||||
<path d="M71.93 72A8.07 8.07 0 0 1 80 80.07v7.86A8.071 8.071 0 0 1 71.93 96H8.07A8.067 8.067 0 0 1 0 87.93v-7.86A8.072 8.072 0 0 1 8.07 72h63.86Zm0 32a8.07 8.07 0 0 1 8.07 8.07v7.86a8.071 8.071 0 0 1-8.07 8.07H8.07A8.067 8.067 0 0 1 0 119.93v-7.86A8.072 8.072 0 0 1 8.07 104h63.86Zm0-104A8.068 8.068 0 0 1 80 8.07v47.86A8.073 8.073 0 0 1 71.93 64H8.07A8.07 8.07 0 0 1 0 55.93V8.07A8.072 8.072 0 0 1 8.07 0h63.86Zm48 0c2.14 0 4.193.85 5.706 2.364A8.067 8.067 0 0 1 128 8.07v111.86c0 2.14-.85 4.193-2.364 5.706A8.067 8.067 0 0 1 119.93 128H96.07c-2.14 0-4.193-.85-5.706-2.364A8.067 8.067 0 0 1 88 119.93V8.07c0-2.14.85-4.193 2.364-5.706A8.067 8.067 0 0 1 96.07 0h23.86ZM116 24h-16a3.995 3.995 0 0 0-2.828 1.172 3.995 3.995 0 0 0 0 5.656A3.995 3.995 0 0 0 100 32h16a3.995 3.995 0 0 0 2.828-1.172 3.995 3.995 0 0 0 0-5.656A3.995 3.995 0 0 0 116 24Z"/>
|
||||
</svg>
|
@ -1,7 +1,7 @@
|
||||
title: $:/core/ui/PageTemplate
|
||||
name: {{$:/language/PageTemplate/Name}}
|
||||
description: {{$:/language/PageTemplate/Description}}
|
||||
icon: $:/core/images/layout-button
|
||||
icon: $:/core/images/default-layout
|
||||
code-body: yes
|
||||
|
||||
\whitespace trim
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/CSS
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\procedure colour(name)
|
||||
\whitespace trim
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/copy-to-clipboard
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\whitespace trim
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/diff
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\whitespace trim
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/core/macros/tag-picker
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
first-search-filter: [tags[]!is[system]search:title<userInput>sort[]]
|
||||
second-search-filter: [tags[]is[system]search:title<userInput>sort[]]
|
||||
|
||||
|
@ -12,6 +12,6 @@ The rules governing refresh throttling are:
|
||||
** Has the field `draft.of`
|
||||
** Has the field `throttle.refresh`
|
||||
** Has a title prefixed with `$:/temp/volatile/`
|
||||
* If the refresh cycle is to be throttled, a timer is set for the internal specified in [[$:/config/Drafts/TypingTimeout|Hidden Setting: Typing Refresh Delay]] (cancelling any preciously set timer)
|
||||
* If the refresh cycle is to be throttled, a timer is set for the internal specified in [[$:/config/Drafts/TypingTimeout|Hidden Setting: Typing Refresh Delay]] (cancelling any previously set timer)
|
||||
** When the timer fires, the refresh cycle is triggered, passing the aggregated titles of all the deferred refresh cycles
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: WidgetMessage: tm-http-request Example - Random Dog
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\procedure download-dog(url)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: WidgetMessage: tm-http-request Example - Zotero
|
||||
tags: $:/tags/Global
|
||||
tags: $:/tags/Macro $:/tags/Global
|
||||
|
||||
\procedure select-zotero-group()
|
||||
Specify the Zotero group ID to import
|
||||
|
@ -7,8 +7,6 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
<<.from-version "5.1.15">> The <<.def tv-filter-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. If defined, it takes precedence over the [[tv-wikilink-template Variable]].
|
||||
|
||||
<<.this-is-static-link-variable>>
|
||||
|
||||
The variable is treated as a filter that is given the target tiddler title as input. The filter is evaluated and the first result is used as the `href` attribute.
|
||||
|
||||
For example:
|
||||
@ -18,3 +16,5 @@ For example:
|
||||
```
|
||||
|
||||
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
|
||||
|
||||
<<.this-is-static-link-variable>>
|
||||
|
@ -1,17 +1,17 @@
|
||||
caption: tv-get-export-link
|
||||
created: 20150228114004000
|
||||
modified: 20150228130943000
|
||||
title: tv-get-export-link Variable
|
||||
tags: Variables [[Core Variables]] [[Configuration Variables]]
|
||||
title: tv-get-export-link Variable
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tv-get-export-link
|
||||
|
||||
The <<.def tv-get-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget.
|
||||
|
||||
<<.this-is-static-link-variable>>
|
||||
|
||||
The variable should be a [[macro|Macros]] with the following parameter:
|
||||
|
||||
;to
|
||||
: The title of the target tiddler of the link, with no escaping
|
||||
|
||||
See also <<.vlink tv-wikilink-template>>. If both that variable and this one exist, this one dominates.
|
||||
|
||||
<<.this-is-static-link-variable>>
|
||||
|
@ -7,8 +7,6 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
The <<.def tv-wikilink-template>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. The <<.vlink tv-filter-export-link>>, if defined, it takes precedence over the <<.vlink tv-wikilink-template>> variable.
|
||||
|
||||
<<.this-is-static-link-variable>>
|
||||
|
||||
The variable is treated as if it was a [[macro|Macros]] with the following parameters:
|
||||
|
||||
;uri_encoded
|
||||
@ -21,3 +19,5 @@ The variable is treated as if it was a [[macro|Macros]] with the following param
|
||||
The variable defaults to `#$uri_encoded$`.
|
||||
|
||||
See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
|
||||
|
||||
<<.this-is-static-link-variable>>
|
@ -28,6 +28,7 @@ Encryption/ClearPassword/Caption: 清除密码
|
||||
Encryption/ClearPassword/Hint: 清除密码且不加密保存此维基
|
||||
Encryption/SetPassword/Caption: 设置密码
|
||||
Encryption/SetPassword/Hint: 设置加密保存此维基的密码
|
||||
EmergencyDownload/Caption: 下载条目为 json
|
||||
ExportPage/Caption: 导出所有条目
|
||||
ExportPage/Hint: 导出所有条目
|
||||
ExportTiddler/Caption: 导出此条目
|
||||
|
@ -28,6 +28,7 @@ Encryption/ClearPassword/Caption: 清除密碼
|
||||
Encryption/ClearPassword/Hint: 清除密碼且不加密儲存此維基
|
||||
Encryption/SetPassword/Caption: 設定密碼
|
||||
Encryption/SetPassword/Hint: 設定加密儲存此維基的密碼
|
||||
EmergencyDownload/Caption: 下載條目為 json
|
||||
ExportPage/Caption: 導出所有條目
|
||||
ExportPage/Hint: 導出所有條目
|
||||
ExportTiddler/Caption: 導出此條目
|
||||
|
@ -2,7 +2,7 @@ title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/steps/recent
|
||||
caption: Finding recent tiddlers
|
||||
tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
hint-selector: .tc-sidebar-tabs-main .tc-timeline > .tc-menu-list-item:nth-child(1) .tc-menu-list-subitem:nth-child(1) .tc-tiddlylink
|
||||
hint-selector-fallback-1: .tc-sidebar-tabs-main button:nth-child(3)
|
||||
hint-selector-fallback-1: .tc-sidebar-tabs-main button[data-tab-title="\$\:\/core\/ui\/SideBar\/Recent"]
|
||||
step-success-filter: [list[$:/StoryList]match<step-success-filter-var>]
|
||||
step-success-filter-var: [all[tiddlers]!is[system]!sort[modified]]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user