Merge branch 'main' of http://portal.ralfkoop.de/ralfk/zettelkasten
This commit is contained in:
commit
65706c2c32
@ -1,2 +1,5 @@
|
||||
Title : Markdown-Howto.md
|
||||
===
|
||||
|
||||
## escape pipe (|) symbol while writing markdown tables
|
||||
Bar | xyz | 23 |
|
||||
Bar | xyz | 23 |
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
Title : RegEx-SearchPattern.md
|
||||
===
|
||||
|
||||
```PlainText
|
||||
((this)(.*\n)\*.*(that))|((that)(.*\n)\*.*(this))
|
||||
@ -31,4 +32,4 @@
|
||||
```PlainText
|
||||
((that)(.*\n)*.*(this))
|
||||
```
|
||||
= Eine Gruppe
|
||||
= Eine Gruppe
|
||||
|
@ -1,3 +1,6 @@
|
||||
Title : Regex.md
|
||||
===
|
||||
|
||||
## Common operators
|
||||
To define patterns to match, you can use these common operators:
|
||||
|
||||
@ -97,4 +100,4 @@ To match a pattern based on the position of a character, use brackets **([...])*
|
||||
_Note: All characters within brackets are taken literally, and not as regex operators. For example, **[*\+?{}.]** matches any of the literal characters within the brackets._
|
||||
|
||||
## Match unwanted characters ([^...])
|
||||
To match a pattern that does not contain characters, start the sequence with an **^** operator, and wrap it in brackets. For example, **%[^a-zA-z]%** matches a string with any non-letter character between two percent signs.
|
||||
To match a pattern that does not contain characters, start the sequence with an **^** operator, and wrap it in brackets. For example, **%[^a-zA-z]%** matches a string with any non-letter character between two percent signs.
|
||||
|
@ -1,4 +1,5 @@
|
||||
Ausdruck
|
||||
Title : Ausdruck.md
|
||||
===================
|
||||
|
||||
Dienstag, 18. Mai 2021
|
||||
|
||||
|
@ -26,6 +26,32 @@ Damit der User Empfang den Server nicht mehr herunterfahren kann
|
||||
|
||||
Lisa Buzalski aktiv 1234
|
||||
|
||||
---
|
||||
tags:
|
||||
---
|
||||
|
||||
Empfang 1....
|
||||
RA2 1...
|
||||
AZ Angelika Zippel
|
||||
CJS Caroline Julia lampe- Schöne
|
||||
HE Jessica Henck
|
||||
Hi Sabine Ihris -Hirche
|
||||
KCK Klaus Kossen
|
||||
mm Maike Moser
|
||||
UR Lisa Marie Urbanski
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
## Tags:
|
||||
[[ Accounts]], [[KK]]
|
||||
|
||||
|
||||
#kk
|
||||
|
22
OneNoteExport/KK/Neuer Abschnitt 1/Email-Einstellungen.md
Normal file
22
OneNoteExport/KK/Neuer Abschnitt 1/Email-Einstellungen.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
tags:
|
||||
---
|
||||
|
||||
Kerio Server
|
||||
K-dc1.Kossen.local
|
||||
HTTP://localbost:4040/admin
|
||||
User Admin
|
||||
Passwort DomainPasswort
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
## Tags:
|
||||
[[Einstellungen]], [[Kk]]
|
39
OneNoteExport/KK/Neuer Abschnitt 1/Kennenlernen.md
Normal file
39
OneNoteExport/KK/Neuer Abschnitt 1/Kennenlernen.md
Normal file
@ -0,0 +1,39 @@
|
||||
Test mit Stift---
|
||||
tags:
|
||||
---
|
||||
|
||||
Dr. jur. Klaus C. Kossen
|
||||
|
||||
Rechtsanwalt
|
||||
|
||||
auch Fachanwalt für Arbeitsrecht
|
||||
|
||||
und Fachanwalt für Versicherungsrecht
|
||||
|
||||
sowie Fachanwalt für Medizinrecht
|
||||
|
||||
Kurhausstr. 88
|
||||
|
||||
23795 Bad Segeberg
|
||||
|
||||
Tel.: 04551 89930
|
||||
|
||||
Fax: 04551 899333
|
||||
|
||||
E-mail: mail@kk-recht.de
|
||||
|
||||
website: [www.kk-recht.de](http://www.kk-recht.de/)
|
||||
|
||||
Parkplätze finden Sie über die „Hindenburgstr.“, die stadtauswärtsfahrend unmittelbar hinter dem Kanzleigebäude links einmündet. Nach ca. 7 Metern die erste Einfahrt („Privatparkplatz“).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
## Tags:
|
||||
[[ Kontakt ]] , [[KK]]
|
@ -1,3 +1,5 @@
|
||||
Title : Analyse-Zech-Farm.md
|
||||
|
||||
# Analyse der zech Farm mit Thomas zusammen
|
||||
|
||||
Zech Group Imobilien Unternehmen in Bremen
|
||||
@ -8,4 +10,4 @@ Zech Group Imobilien Unternehmen in Bremen
|
||||
|
||||
|
||||
|
||||
#Zech
|
||||
#Zech
|
||||
|
Loading…
Reference in New Issue
Block a user