1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Dynannotate: Fix searchCaseSensitive default in docs

Fixes #7245
This commit is contained in:
jeremy@jermolene.com 2023-01-29 16:43:01 +00:00
parent d70b6a7d6c
commit c0bca18cab

View File

@ -27,7 +27,7 @@ The `<$dynannotate>` widget uses the selection tracker to support a popup that d
|searchDisplay |"overlay" or "snippet" (see below) |
|searchMode |"normal" (default), "regexp" or "whitespace" (see below) |
|searchMinLength |Optional minimum length of search string |
|searchCaseSensitive |"no" (default) for a case insensitive search, or "yes" for a case sensitive search |
|searchCaseSensitive |"yes" (the default) for a case sensitive search, or "no" for a case insensitive search|
|searchClass |Optional CSS class to be added to search overlays |
|snippetContextLength |Optional length of search result contextual prefix/suffix |