commit
This commit is contained in:
parent
58f00504f2
commit
ad22e2d343
|
|
@ -34,7 +34,23 @@
|
|||
- b
|
||||
- c
|
||||
- Übung mit Relation - dafür lege ich meine Eltern [[Reinhold Kauer]], [[Maria Kauer]] und mich, [[Christian Kauer]] an.
|
||||
-
|
||||
- #+BEGIN_QUERY
|
||||
{:title " Scheduled dates found in any block"
|
||||
:query [:find (pull ?b [*])
|
||||
:where
|
||||
[?b :block/scheduled ?d]
|
||||
[(not= ?d nil)]]
|
||||
:collapsed? false}
|
||||
:result-transform (fn [result]
|
||||
(sort-by (fn [b]
|
||||
(get b :block/scheduled))
|
||||
(fn [a b] (> a b))
|
||||
result))
|
||||
#+END_QUERY
|
||||
- [[Jan 26th, 2023]] /date -> picker
|
||||
- #+BEGIN_QUERY
|
||||
{query (page-property :type [[Person]] )}
|
||||
#+END_QUERY
|
||||
- ## The ULTIMATE Guide to Namespaces in Logseq | Beginner to Expert
|
||||
type:: [[Video]]
|
||||
producer:: [Aryan Sawhney](https://www.youtube.com/@aryansawhney)
|
||||
|
|
@ -58,4 +74,5 @@
|
|||
- kann gut sein, sollte mit Vorsicht verwendet werden
|
||||
- [[testpage]]
|
||||
- **18:30** [[quick capture]]: https://www.kuketz-blog.de/empfehlungsecke/
|
||||
- [How to Create a Book Tracker in Logseq | appsntips](https://www.appsntips.com/learn/create-book-tracker-logseq-keep-track-books-you-read/)
|
||||
-
|
||||
|
|
@ -315,4 +315,5 @@
|
|||
;; ;use Percent-encoding for other invalid characters
|
||||
:file/name-format :triple-lowbar
|
||||
:editor/logical-outdenting? false
|
||||
:journal/page-title-format "yyyy-MM-dd"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@ type:: [[Person]]
|
|||
person/hatVater:: [[Reinhold Kauer]]
|
||||
person/hatMutter:: [[Maria Kauer]]
|
||||
person/hatgeschwister:: [[Stephanie Kauer]]
|
||||
person/geburtstag:: [[1979-11-22]]
|
||||
alias:: Christian, Ich
|
||||
person/relations::
|
||||
aliases::
|
||||
|
||||
- ## Bild
|
||||
- ## Über
|
||||
|
|
|
|||
|
|
@ -1,13 +1,16 @@
|
|||
type:: [[Person]]
|
||||
|
||||
person/relation:: [[Familie]]
|
||||
person/hatPartner:: [[Reinhold Kauer]]
|
||||
person/hatKinder:: [[Christian Kauer]], [[Stephanie Kauer]]
|
||||
person/geburtstag:: [[1955-08-24]]
|
||||
|
||||
- ## Bild
|
||||
- ## Über
|
||||
#Geburtstag:
|
||||
- ## Kontaktdaten
|
||||
- ## Erinnerungen
|
||||
SCHEDULED: <2023-08-24 Thu .+1y>
|
||||
|Datum|Beschreibung|
|
||||
|||
|
||||
- ## Ereignisse
|
||||
|
|
|
|||
|
|
@ -0,0 +1,33 @@
|
|||
- *#+BEGIN_QUERY
|
||||
query-table:: true
|
||||
{:title [:h2 "Geburtstage"]
|
||||
|
||||
:query [:find (pull ?b [*])
|
||||
:where
|
||||
[page-property ?b :type "Person"]
|
||||
|
||||
]}
|
||||
#+END_QUERY*
|
||||
- query-table:: true
|
||||
query-properties:: [:page :person/geburtstag ]
|
||||
#+BEGIN_QUERY
|
||||
{
|
||||
:title "Geburtstage V2"
|
||||
:query [:find (pull ?p [*])
|
||||
:in $ ?start ?next
|
||||
:where
|
||||
[page-property ?p :type "Person"]
|
||||
[(mod ?d 10000) ?birthday-without-year]
|
||||
]
|
||||
:inputs [:today :30d-after]
|
||||
}
|
||||
#+END_QUERY
|
||||
- [A anniversaries reminder - Questions & Help - Logseq](https://discuss.logseq.com/t/a-anniversaries-reminder/2313/2)
|
||||
-
|
||||
- {{query (page-property type Person)}}
|
||||
query-properties:: [:page :person/geburtstag]
|
||||
query-sort-by:: geburtstag
|
||||
query-sort-desc:: true
|
||||
- {{query (property type "Person")}}
|
||||
query-table:: true
|
||||
query-properties:: [:person/geburtstag :block]
|
||||
|
|
@ -2,6 +2,7 @@ type:: [[Person]]
|
|||
person/relation:: [[Familie]]
|
||||
person/hatpartner:: [[Maria Kauer]]
|
||||
person/hatKinder:: [[Christian Kauer]], [[Stephanie Kauer]]
|
||||
person/geburtstag:: [[1952-03-01]]
|
||||
|
||||
- ## Bild
|
||||
- ## Über
|
||||
|
|
|
|||
Loading…
Reference in New Issue