Surface8: 2024-06-25 08:40:02
This commit is contained in:
parent
34b8688508
commit
79ea0fce9a
0
Eingang/2024-06-25.md
Normal file
0
Eingang/2024-06-25.md
Normal file
@ -1,34 +1,34 @@
|
||||
|
||||
|
||||
Each word in the search term is matched independently within each file. To search for an exact phrase, surround it with quotes, for example `"star wars"`. To search for quoted text within an exact phrase, you can _escape_ the quotes by adding a backslash (`\`) in front of the quote, for example `"they said \"hello\" to each other"`.
|
||||
|
||||
You can control whether to return files that contain _all_ the words in your search term, or _any_ of the words:
|
||||
|
||||
- `meeting work` returns files that contain both `meeting` and `work`.
|
||||
- `meeting OR work` returns files that contain either `meeting` or `work`.
|
||||
|
||||
You can even combine the two in the same search term.
|
||||
|
||||
- `meeting work OR meetup personal` returns files for work meetings and personal meetups.
|
||||
|
||||
You can use parentheses to control the priority of each expression.
|
||||
|
||||
- `meeting (work OR meetup) personal` returns files that contain `meeting`, `personal`, and either `work` or `meetup`.
|
||||
|
||||
To exclude, or negate, a word from the search results, add a hyphen (`-`) in front of it:
|
||||
|
||||
- `meeting -work` returns files that contain `meeting` but not `work`.
|
||||
|
||||
You can exclude multiple expressions:
|
||||
|
||||
- `meeting -work -meetup` returns files that contain `meeting` but not `work` or `meetup`.
|
||||
|
||||
You can exclude a combination of expressions using parentheses:
|
||||
|
||||
- `meeting -(work meetup)` returns files that contain `meeting` but not _both_ `work` and `meetup`.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Each word in the search term is matched independently within each file. To search for an exact phrase, surround it with quotes, for example `"star wars"`. To search for quoted text within an exact phrase, you can _escape_ the quotes by adding a backslash (`\`) in front of the quote, for example `"they said \"hello\" to each other"`.
|
||||
|
||||
You can control whether to return files that contain _all_ the words in your search term, or _any_ of the words:
|
||||
|
||||
- `meeting work` returns files that contain both `meeting` and `work`.
|
||||
- `meeting OR work` returns files that contain either `meeting` or `work`.
|
||||
|
||||
You can even combine the two in the same search term.
|
||||
|
||||
- `meeting work OR meetup personal` returns files for work meetings and personal meetups.
|
||||
|
||||
You can use parentheses to control the priority of each expression.
|
||||
|
||||
- `meeting (work OR meetup) personal` returns files that contain `meeting`, `personal`, and either `work` or `meetup`.
|
||||
|
||||
To exclude, or negate, a word from the search results, add a hyphen (`-`) in front of it:
|
||||
|
||||
- `meeting -work` returns files that contain `meeting` but not `work`.
|
||||
|
||||
You can exclude multiple expressions:
|
||||
|
||||
- `meeting -work -meetup` returns files that contain `meeting` but not `work` or `meetup`.
|
||||
|
||||
You can exclude a combination of expressions using parentheses:
|
||||
|
||||
- `meeting -(work meetup)` returns files that contain `meeting` but not _both_ `work` and `meetup`.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#obsidian #howto
|
4
Technik/Obsidian-Tastenkuerzel.md
Normal file
4
Technik/Obsidian-Tastenkuerzel.md
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
In den einstellungen muss man sie erstmal vergeben
|
||||
|
||||
Öffnen der täglichen Notiz (heute) strg + shift + d
|
Loading…
Reference in New Issue
Block a user