-
Notifications
You must be signed in to change notification settings - Fork 12
filterbar
Gaku edited this page Dec 5, 2020
·
6 revisions
Adds Filter bar to filter items
Show items with names matching an input filter and hide those do not
-
Filter format:
- a text pattern accepting * and ? as wildcards
- * stands for any number of any characters
- ? stands for any one character
- use ; to separate multiple patterns of which any one to match
- If only normal text is specified (no * ? ;), any item with its name containing the text anywhere will be matched.
-
Can opt to support regular expression and Migemo
- /regular expression/
一覧画面にフィルターをかけてファイルやフォルダの表示を制限する。