[logseq-plugin-git:commit] 2023-01-15T21:41:43.608Z

This commit is contained in:
Christian Kauer 2023-01-15 22:41:44 +01:00
parent 8a010634f7
commit 753ab52196
12 changed files with 146 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -1,6 +1,14 @@
## Journal ## Journal
type:: [[Journal]] type:: [[Journal]]
- - ### ⚡ Highlights des Tages
- schöner Kegelabend
- ich habe das [[KFB/Königsspiel]] gewonnen
- ### 💼 Auf der Arbeit
-
- ### 🎓 Lessons learned
-
- ### 🙏 Ich bin dankbar für
-
- TODO ChatGpT für mmr testen #personal - TODO ChatGpT für mmr testen #personal
- -
## Scratch ## Scratch

37
journals/2023_01_15.md Normal file
View File

@ -0,0 +1,37 @@
## Journal
type:: [[Journal]]
- ### ⚡ Highlights des Tages
- [[Vicky]]'s Kindergeburtstag auf dem Birkenhof
- Sandra war die Reitlehrerin am Geburtstag, Nina ist die andere blonde Leherein, die Vicky gut findet und etwas härter trainiert
- da Personal fehlte habe auch ein erstmalig ein Pferd geführt
- alle Mädels hatten großen Spaß
- [[Christian Langenhövel]] nach ca. 25 Jahren wiedergetroffen. Haben uns nett unterhalten - wir sollten auch mal ein bier zusammen trinken
- Logseq Graph für den KFB angelegt
- ### 💼 Auf der Arbeit
-
- ### 🎓 Lessons learned
-
- ### 🙏 Ich bin dankbar für
-
- #botinbox
- KFB Daten pflegen
- KFB königsspiel ohne Rückrunde
- Spotify
## Scratch
-
## Meetings
-
## Ideen
-
## Notizen Arbeit
-
## Notizen Privat
- ### Karte für [[Hartmut]]
- TODO KArte schreiben #personal
- Lieber Hartmut,
wir wünschen dir gute Besserung und die Kraft, diese schwere Zeit durchzustehen.
- [[Neuen Graph inklusive git und Synchronisation anlegen]]
- KFB-Export ggf. auf https://vercel.com/ publishen - schient kostenlos zu sein
- Statische HTML-Seiten verschlüsseln: [StatiCrypt: Password protect static HTML (robinmoisson.github.io)](https://robinmoisson.github.io/staticrypt/)
- ggf. könnte das wichtig sein, um einen [[logseq]] Graphen mit Passwort zu publishen
-

View File

@ -7,8 +7,7 @@ person-hatkinder:: [[@Victoria Kauer]], [[@Justus Kauer]]
person-hatgeschwister:: [[@Stephanie Haschke]] person-hatgeschwister:: [[@Stephanie Haschke]]
person-hatpartner:: [[@Vera Kauer]] person-hatpartner:: [[@Vera Kauer]]
person-geburtstag:: [[1979-11-22]] person-geburtstag:: [[1979-11-22]]
alias:: [[Christian]], [[Ich]], [[Christian Kauer]]
alias:: Christian, Ich
- ## Bild - ## Bild
- ## #TODO - ## #TODO

View File

@ -0,0 +1,22 @@
type:: [[Person]]
icon:: 👤
person-beziehungen:: [[Dienstleister]]
person-hatvater::
person-hatmutter::
person-hatkinder::
person-hatgeschwister::
person-hatpartner::
person-geburtstag::
alias:: [[Philip Rothmann]]
- ## Bild
- ![Philipp-Christopher Rothmann](https://www.itsecuritycoach.com/wp-content/uploads/2019/08/ebook-cover-683x1024.jpg){:width 200}
- ## Über
- CEO, Director of Coaching (DOC)
von itsecuritycoach.com
- ## Kontaktdaten
- mobil: +40 151-240-411-24
- mail: pro@itsecuritycoach.com
- www: [itsecuritycoach - Philipp Christopher Rothmann](https://www.itsecuritycoach.com/)
- ## Ereignisse
-

View File

@ -0,0 +1,4 @@
- [Protected Page (kfb.vercel.app)](https://kfb.vercel.app/)
- [StatiCrypt: Password protect static HTML (robinmoisson.github.io)](https://robinmoisson.github.io/staticrypt/)
- [beo3000/kfb: KFB Website (github.com)](https://github.com/beo3000/kfb)
-

View File

@ -0,0 +1,5 @@
- ## unsere Könige
- |Jahr|König|
|--|--
|2022| [[Christian Kauer]]|
-

View File

@ -0,0 +1,54 @@
tags:: [[logseq]], [[git]]
- ## neues Repository online anlegen
- ![image.png](../assets/image_1673771900028_0.png)
- Repository dabei mit gitignore initialisieren
![image.png](../assets/image_1673771948182_0.png)
- **.gitignore**-Datei mit folgenden Inhalt anlegen
- ```
logseq/bak/
logseq/.recycle
```
- ## Repository in lokal clonen
- ![image.png](../assets/image_1673772234873_0.png)
- git hook **post-commit** anlegen oder kopieren
- ```
#!/bin/sh
git push origin main
```
- git hook **pre-commit** anlegen oder kopieren
- ```
#!/bin/sh
#
#
# Pull before committing
# Credential handling options:
# - hardcode credentials in URL
# - use ssh with key auth
# - https://git-scm.com/docs/git-credential-store
# - git credential helper on windows
# Redirect output to stderr, uncomment for more output for debugging
# exec 1>&2
output=$(git pull --no-rebase)
# Handle non error output as otherwise it gets shown with any exit code by logseq
if [ "$output" = "Already up to date." ]; then
# no output
:
else
# probably error print it to screen
echo "${output}"
fi
git add -A
```
- ## logseq
- neuen Graph hinzufügen
![image.png](../assets/image_1673772517180_0.png){:width 200}
- test-Eintrag erstellen und "Commit & Push" über das Plugin ausführen
-

View File

@ -1 +1,14 @@
- ## 🔖 Articles - ## 🔖 Articles
- ### [Microsoft Teams Premium: Teams bringt viele neue Funktionen künftig im Zusatzabo - Golem.de](https://omnivore.app/me/microsoft-teams-premium-teams-bringt-viele-neue-funktionen-kunft-185b10b6452)
type:: [[Artikel]]
collapsed:: true
site:: [Golem.de](https://www.golem.de/news/microsoft-teams-premium-teams-bringt-viele-neue-funktionen-kuenftig-im-zusatzabo-2301-171187.html)
produzent:: Oliver Nickel
labels:: [[Sent to Logseq]]
date_saved:: [[2023-01-14]]
tags:: TODO
- > Teams Premium wird für Onlinewebinare optimiert [⤴️](https://omnivore.app/me/microsoft-teams-premium-teams-bringt-viele-neue-funktionen-kunft-185b10b6452#7f88788b-f592-444a-a5c1-7d7617216d19)
- > Wasserzeichen geben, die sich auf das aufgenommene Material legen. [⤴️](https://omnivore.app/me/microsoft-teams-premium-teams-bringt-viele-neue-funktionen-kunft-185b10b6452#fa0014eb-518c-4c95-9e9d-47e22efa473a)
- > Meetings mit maximal 50 Personen Ende-zu-Ende verschlüsselt. [⤴️](https://omnivore.app/me/microsoft-teams-premium-teams-bringt-viele-neue-funktionen-kunft-185b10b6452#d058997f-91eb-4584-b48a-52d875e0af47)
- > können kontrollieren, welche Accounts Meetings aufnehmen dürfen, und bekommen die Möglichkeit, eigene User-Richtlinien zu erstellen. [⤴️](https://omnivore.app/me/microsoft-teams-premium-teams-bringt-viele-neue-funktionen-kunft-185b10b6452#7739c99e-7af5-4aba-a065-2dde9424bb0b)
- für uns in der Firma nicht weiter entscheidend