diff --git a/Technik/Obsidian-Search.md b/Technik/Obsidian-Search.md index 3e03ee4..907f825 100644 --- a/Technik/Obsidian-Search.md +++ b/Technik/Obsidian-Search.md @@ -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 \ No newline at end of file diff --git a/Technik/Outlook-Kategorien.md b/Technik/Outlook-Kategorien.md index c02fd1a..bb1250e 100644 --- a/Technik/Outlook-Kategorien.md +++ b/Technik/Outlook-Kategorien.md @@ -1,23 +1,23 @@ -### Übertragen / Sichern von Kategorien in Outlook - - -1. Notiz erstellen, -2. Alle Kategorien dieser Notiz zuordnen -3. Notiz exportieren (in einen Ordner im Explorer ziehen) -4. Dort ensteht dann eine MSG Datei - - -Import :_ -1. Notizen Ordner öffnen -2. Notiz aus Explorer in den Ordner ziehen -3. Klicken Sie mit der rechten Maustaste auf das Postfach -4. Datendateieigenschaften auswählen -5. Dort auf Schaltfläche Aufrüsten zu Farbkategorien klicken -6. Dann werden alle Kategorien wieder importiert - - - - - - +### Übertragen / Sichern von Kategorien in Outlook + + +1. Notiz erstellen, +2. Alle Kategorien dieser Notiz zuordnen +3. Notiz exportieren (in einen Ordner im Explorer ziehen) +4. Dort ensteht dann eine MSG Datei + + +Import :_ +1. Notizen Ordner öffnen +2. Notiz aus Explorer in den Ordner ziehen +3. Klicken Sie mit der rechten Maustaste auf das Postfach +4. Datendateieigenschaften auswählen +5. Dort auf Schaltfläche Aufrüsten zu Farbkategorien klicken +6. Dann werden alle Kategorien wieder importiert + + + + + + #Outlook #hoto \ No newline at end of file diff --git a/Technik/Python/Allgemein.md b/Technik/Python/Allgemein.md index 1bf1cc0..993325d 100644 --- a/Technik/Python/Allgemein.md +++ b/Technik/Python/Allgemein.md @@ -1,3 +1,3 @@ -Hier sollen alle Information zu Python rein - +Hier sollen alle Information zu Python rein + IOS \"Python Editor\" im Appstore um Python zu schreiben \ No newline at end of file diff --git a/Technik/VSCode-Befehle.md b/Technik/VSCode-Befehle.md index f297300..8974bfd 100644 --- a/Technik/VSCode-Befehle.md +++ b/Technik/VSCode-Befehle.md @@ -1,11 +1,11 @@ - -### Leerzeilen aus einer Datei löschen : - -1. In the “Find” field, type: `^\s*$\n` -2. In the “Replace” field, leave it blank. - - - - - + +### Leerzeilen aus einer Datei löschen : + +1. In the “Find” field, type: `^\s*$\n` +2. In the “Replace” field, leave it blank. + + + + + #vscode #befehle #cmd #howto \ No newline at end of file