mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Updated Search (markdown)
parent
ae26cd4993
commit
c18f6362d2
@ -21,9 +21,16 @@ Following examples demonstrates syntax:
|
||||
* ```some search string @abc @def``` - combination of fulltext and label search - both of them need to match (OR not supported)
|
||||
* ```@abc @def some search string``` - same combination
|
||||
|
||||
|
||||
## Saved search
|
||||
|
||||
Trilium provides a way to save common search as a note in the note tree. Search results will then appear as subnotes of this "saved search" note. You can see how this works in action:
|
||||
|
||||
## Auto trigger search from URL
|
||||
|
||||
Opening Trilium like in the example below will open search pane and automatically trigger search for "abc".
|
||||
|
||||
```
|
||||
http://localhost:8080/#search=abc
|
||||
```
|
||||
|
||||
[[gifs/saved-search.gif]]
|
Loading…
x
Reference in New Issue
Block a user