mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
Merge pull request #471 from BramChen/master
Update doc and the chinese tranlastions of descriptive text for missing tiddlers
This commit is contained in:
commit
6b67a3f3c2
@ -1,5 +1,5 @@
|
|||||||
created: 20130827080000000
|
created: 20130827080000000
|
||||||
modified: 20140304185708353
|
modified: 20140306034221709
|
||||||
tags: concepts
|
tags: concepts
|
||||||
title: TiddlerFilters
|
title: TiddlerFilters
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -74,7 +74,7 @@ If a filter operator is written with curly brackets around the operand then it i
|
|||||||
The "field" filter also accepts [[regular expressions|http://en.wikipedia.org/wiki/Regular_expression]] with the syntax `/regexp/(modifier)`. For example:
|
The "field" filter also accepts [[regular expressions|http://en.wikipedia.org/wiki/Regular_expression]] with the syntax `/regexp/(modifier)`. For example:
|
||||||
|
|
||||||
* `[field:title/example/]`: searches for all tiddlers having "example" in their title
|
* `[field:title/example/]`: searches for all tiddlers having "example" in their title
|
||||||
* `[field:title:/example$/]`: `$` is an "anchor" for the end of the text so that "example" has to be at the end of the title
|
* `[field:title/example$/]`: `$` is an "anchor" for the end of the text so that "example" has to be at the end of the title
|
||||||
* `[field:text/summer|winter/(i)]`: Searches for tiddlers containing "summer" or "winter", ignoring case
|
* `[field:text/summer|winter/(i)]`: Searches for tiddlers containing "summer" or "winter", ignoring case
|
||||||
|
|
||||||
! ORing Multiple Filter Operators
|
! ORing Multiple Filter Operators
|
||||||
|
@ -2,5 +2,4 @@ title: $:/language/
|
|||||||
|
|
||||||
RecentChanges/DateFormat: YYYY年0MM月0DD日
|
RecentChanges/DateFormat: YYYY年0MM月0DD日
|
||||||
CloseAll/Button: 全部关闭
|
CloseAll/Button: 全部关闭
|
||||||
MissingTiddler/Hint: 佚失条目 "<$text text=<<currentTiddler>>/>"
|
MissingTiddler/Hint: 佚失条目 "<$text text=<<currentTiddler>>/>" - 点击 {{$:/core/images/edit-button}} 可创建此条目
|
||||||
MissingTiddler/Create/Caption: 创建
|
|
||||||
|
@ -2,5 +2,4 @@ title: $:/language/
|
|||||||
|
|
||||||
RecentChanges/DateFormat: YYYY年0MM月0DD日
|
RecentChanges/DateFormat: YYYY年0MM月0DD日
|
||||||
CloseAll/Button: 全部關閉
|
CloseAll/Button: 全部關閉
|
||||||
MissingTiddler/Hint: 佚失條目 "<$text text=<<currentTiddler>>/>"
|
MissingTiddler/Hint: 佚失條目 "<$text text=<<currentTiddler>>/>" - 點擊 {{$:/core/images/edit-button}} 可建立此條目
|
||||||
MissingTiddler/Create/Caption: 建立
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user