Auto saved by Logseq
This commit is contained in:
parent
1ebf4c795d
commit
afe42121dc
@ -1,10 +1,10 @@
|
|||||||
- # Meeting Template
|
# Meeting Template
|
||||||
template:: Meeting
|
template:: Meeting
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[meeting]]
|
Type:: [/[meeting]]
|
||||||
Tags:: meeting
|
Tags:: meeting
|
||||||
icon: 👥
|
icon:: 👥
|
||||||
Title::
|
Title::
|
||||||
Project::
|
Project::
|
||||||
Topic::
|
Topic::
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
- # Person
|
# Person
|
||||||
template:: person
|
template:: person
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
type:: [/[person]]
|
type:: [/[person]]
|
||||||
tags:: person
|
tags:: person
|
||||||
icon: 👤
|
icon:: 👤
|
||||||
name::
|
name::
|
||||||
alias::
|
alias::
|
||||||
related::
|
related::
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
- # Project
|
# Project
|
||||||
template:: project
|
template:: project
|
||||||
template-including-parent:: true
|
template-including-parent:: true
|
||||||
- ## Meta
|
- ## Meta
|
||||||
Type:: [/[project]]
|
Type:: [/[project]]
|
||||||
Tags:: project
|
Tags:: project
|
||||||
icon: 📂
|
icon:: 📂
|
||||||
title::
|
title::
|
||||||
Status:: [/[Idea]] [/[Planned]] [/[Active]] [/[Completed]]
|
Status:: [/[Idea]] [/[Planned]] [/[Active]] [/[Completed]]
|
||||||
Team::
|
Team::
|
||||||
@ -29,8 +29,8 @@
|
|||||||
- ### Project Meta
|
- ### Project Meta
|
||||||
- DOING [#B] #project <% current page %>
|
- DOING [#B] #project <% current page %>
|
||||||
- query-table:: false
|
- query-table:: false
|
||||||
#+BEGIN_QUERY
|
#+BEGIN_QUERY
|
||||||
{:title [:h2 "Related Tasks"]
|
{:title [:h2 "Related Tasks"]
|
||||||
:query [:find (pull ?b [*])
|
:query [:find (pull ?b [*])
|
||||||
:in $ ?query-page
|
:in $ ?query-page
|
||||||
:where
|
:where
|
||||||
@ -47,10 +47,10 @@
|
|||||||
:breadcrumb-show? false
|
:breadcrumb-show? false
|
||||||
:group-by-page? false
|
:group-by-page? false
|
||||||
:collapsed? false
|
:collapsed? false
|
||||||
}
|
}
|
||||||
#+END_QUERY
|
#+END_QUERY
|
||||||
#+BEGIN_QUERY
|
#+BEGIN_QUERY
|
||||||
{:title [:h2 "Checklist"]
|
{:title [:h2 "Checklist"]
|
||||||
:query [:find (pull ?b [*])
|
:query [:find (pull ?b [*])
|
||||||
:in $ ?tag
|
:in $ ?tag
|
||||||
:where
|
:where
|
||||||
@ -65,10 +65,10 @@
|
|||||||
(get b :block/priority "Z")) result))
|
(get b :block/priority "Z")) result))
|
||||||
:breadcrumb-show? true
|
:breadcrumb-show? true
|
||||||
:table-view? false
|
:table-view? false
|
||||||
}
|
}
|
||||||
#+END_QUERY
|
#+END_QUERY
|
||||||
#+BEGIN_QUERY
|
#+BEGIN_QUERY
|
||||||
{:title [:h2 "Completed Related Tasks"]
|
{:title [:h2 "Completed Related Tasks"]
|
||||||
:query [:find (pull ?b [*])
|
:query [:find (pull ?b [*])
|
||||||
:in $ ?query-page
|
:in $ ?query-page
|
||||||
:where
|
:where
|
||||||
@ -85,5 +85,5 @@
|
|||||||
:breadcrumb-show? false
|
:breadcrumb-show? false
|
||||||
:group-by-page? false
|
:group-by-page? false
|
||||||
:collapsed? false
|
:collapsed? false
|
||||||
}
|
}
|
||||||
#+END_QUERY
|
#+END_QUERY
|
Loading…
Reference in New Issue
Block a user