Auto saved by Logseq

This commit is contained in:
WieErWill 2024-01-06 23:02:23 +01:00
parent 1ebf4c795d
commit afe42121dc
3 changed files with 78 additions and 78 deletions

View File

@ -1,10 +1,10 @@
- # Meeting Template
template:: Meeting
template-including-parent:: true
# Meeting Template
template:: Meeting
template-including-parent:: true
- ## Meta
Type:: [/[meeting]]
Tags:: meeting
icon: 👥
icon:: 👥
Title::
Project::
Topic::

View File

@ -1,10 +1,10 @@
- # Person
template:: person
template-including-parent:: true
# Person
template:: person
template-including-parent:: true
- ## Meta
type:: [/[person]]
tags:: person
icon: 👤
icon:: 👤
name::
alias::
related::

View File

@ -1,10 +1,10 @@
- # Project
template:: project
template-including-parent:: true
# Project
template:: project
template-including-parent:: true
- ## Meta
Type:: [/[project]]
Tags:: project
icon: 📂
icon:: 📂
title::
Status:: [/[Idea]] [/[Planned]] [/[Active]] [/[Completed]]
Team::
@ -29,8 +29,8 @@
- ### Project Meta
- DOING [#B] #project <% current page %>
- query-table:: false
#+BEGIN_QUERY
{:title [:h2 "Related Tasks"]
#+BEGIN_QUERY
{:title [:h2 "Related Tasks"]
:query [:find (pull ?b [*])
:in $ ?query-page
:where
@ -47,10 +47,10 @@
:breadcrumb-show? false
:group-by-page? false
:collapsed? false
}
#+END_QUERY
#+BEGIN_QUERY
{:title [:h2 "Checklist"]
}
#+END_QUERY
#+BEGIN_QUERY
{:title [:h2 "Checklist"]
:query [:find (pull ?b [*])
:in $ ?tag
:where
@ -65,10 +65,10 @@
(get b :block/priority "Z")) result))
:breadcrumb-show? true
:table-view? false
}
#+END_QUERY
#+BEGIN_QUERY
{:title [:h2 "Completed Related Tasks"]
}
#+END_QUERY
#+BEGIN_QUERY
{:title [:h2 "Completed Related Tasks"]
:query [:find (pull ?b [*])
:in $ ?query-page
:where
@ -85,5 +85,5 @@
:breadcrumb-show? false
:group-by-page? false
:collapsed? false
}
#+END_QUERY
}
#+END_QUERY