mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 23:09:56 +00:00
0fbf14bb7a
* [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Working with TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\The First Rule of Using TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Android.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Chrome.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Firefox.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Internet Explorer.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - iOS.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Node.js.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Online.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Safari.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\howtos\Upgrading.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Navigating between open tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\features\Searching in TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Using links to navigate between tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Creating and editing tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Creating and editing tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Creating journal tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\saving\Saving on a PHP Server.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\saving\Saving with TW Receiver.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Formatting text in TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Editor toolbar.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Height of text editor.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Insert link.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Insert picture.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\More actions.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Text preview.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Using Excise.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Structuring TiddlyWiki.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\howtos\KeyboardShortcuts.tid * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\workingwithtw\BrowserCompatibility.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Using Stamp.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\howtos\Tagging.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\concepts\Order of Tagged Tiddlers.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\concepts\TagTiddlers.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\How to update TiddlyWiki to the latest version.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\wikitext\Images in WikiText.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\saving\Encryption.tid * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\workingwithtw\Audio.tid * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\workingwithtw\Performance.tid
24 lines
1.5 KiB
Plaintext
24 lines
1.5 KiB
Plaintext
created: 20140210160125905
|
|
modified: 20241031115307429
|
|
original-modified: 20160607163012344
|
|
tags: Features [[Working with TiddlyWiki]]
|
|
title: Searching in TiddlyWiki
|
|
ja-title: TiddlyWikiでの検索
|
|
type: text/vnd.tiddlywiki
|
|
|
|
~TiddlyWikiの検索は、高速かつ柔軟です
|
|
|
|
! 標準の検索
|
|
|
|
サイドバーの検索ボックスにテキストを入力すると、そのテキストを含むすべてのTiddlerのリストが表示されます。
|
|
|
|
://(検索ボックスの右側にある'x'をクリックして検索結果を削除するまで、サイドバーのタブは検索結果によって非表示になることに注意してください)//
|
|
|
|
! 高度な検索
|
|
|
|
検索ボックスの右側にある虫眼鏡アイコン<<.icon $:/core/images/advanced-search-button>>をクリックすると、[[$:/AdvancedSearch]]が開きます。このTiddlerには4つのタブが含まれています:
|
|
|
|
* ''一般''タブには、サイドバーにある検索ボックスの別のインスタンスが含まれています
|
|
* ''システム''タブを使用すると、検索をシステムTiddlerに限定できます
|
|
* ''隠し'' タブを使用すると、検索を隠しTiddlerに限定できます
|
|
* ''フィルタ''タブは、それ自体は検索ボックスではありませんが、その[[フィルタ|Filters]]で記述された特定の条件(例えば、"システムタグを除くすべてのタグ")を満たすすべてのTiddlerのリストを取得する方法です |