From ca7330d022231e29b795dd4020cb82d8e1c1e527 Mon Sep 17 00:00:00 2001 From: wieerwill Date: Sun, 7 Jan 2024 12:04:11 +0100 Subject: [PATCH] Auto saved by Logseq --- pages/Overview___Contacts.md | 2 +- pages/Overview___Events.md | 2 +- pages/Overview___Movies.md | 2 +- pages/Overview___Projects.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/Overview___Contacts.md b/pages/Overview___Contacts.md index b29d662..e4387d7 100644 --- a/pages/Overview___Contacts.md +++ b/pages/Overview___Contacts.md @@ -1,5 +1,5 @@ # All Contacts -- {{query (page-property :type [[person]])}} +- {{query (page-property type person)}} query-properties:: [:page :tags :name :company :miniavatar] query-sort-by:: page query-sort-desc:: true \ No newline at end of file diff --git a/pages/Overview___Events.md b/pages/Overview___Events.md index 2bf01a2..b844471 100644 --- a/pages/Overview___Events.md +++ b/pages/Overview___Events.md @@ -1,4 +1,4 @@ # Events -- {{query (property type [[Event]])}} +- {{query (page-property type event)}} query-table:: true query-properties:: [:page :startDate :endDate :location :category] \ No newline at end of file diff --git a/pages/Overview___Movies.md b/pages/Overview___Movies.md index e231410..05d8e54 100644 --- a/pages/Overview___Movies.md +++ b/pages/Overview___Movies.md @@ -1,4 +1,4 @@ # Movies -- {{query (property type movie)}} +- {{query (page-property type movie)}} query-table:: true query-properties:: [:page :rating :watched-on :release-year :name] \ No newline at end of file diff --git a/pages/Overview___Projects.md b/pages/Overview___Projects.md index 3d82e77..8f15bd3 100644 --- a/pages/Overview___Projects.md +++ b/pages/Overview___Projects.md @@ -3,13 +3,13 @@ - Organize these by time-bound projects. Once these particular projects are complete no longer relevant to you, change the status to Completed - # all your **CURRENT** projects -- {{query (and (page-property :type [[project]]) (page-property :status "Active"))}} +- {{query (and (page-property :type project) (page-property :status "Active"))}} - # all your **Planned** projects -- {{query (and (page-property :type [[project]]) (page-property :status "Planned"))}} +- {{query (and (page-property :type project) (page-property :status "Planned"))}} - # all your **Ideas** projects -- {{query (and (page-property :type [[project]]) (page-property :status "Idea"))}} +- {{query (and (page-property :type project) (page-property :status "Idea"))}} - # all your **Completed** projects -- {{query (and (page-property :type [[project]]) (page-property :status "Completed"))}} +- {{query (and (page-property :type project) (page-property :status "Completed"))}}