|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
;; Define the default journal page template.
|
|
|
|
|
;; Enter the template name between the quotes.
|
|
|
|
|
:default-templates
|
|
|
|
|
{:journals ""}
|
|
|
|
|
{:journals "daily-template"}
|
|
|
|
|
|
|
|
|
|
;; Set a custom date format for the journal page title.
|
|
|
|
|
;; Default value: "MMM do, yyyy"
|
|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
;; the 'scheduled tasks and deadlines' query.
|
|
|
|
|
;; Example usage:
|
|
|
|
|
;; Display all scheduled and deadline blocks for the next 14 days:
|
|
|
|
|
;; :scheduled/future-days 14
|
|
|
|
|
:scheduled/future-days 14
|
|
|
|
|
;; Default value: 7
|
|
|
|
|
;; :scheduled/future-days 7
|
|
|
|
|
|
|
|
|
@ -213,7 +213,7 @@
|
|
|
|
|
:in $ ?start ?today
|
|
|
|
|
:where
|
|
|
|
|
[?h :block/marker ?marker]
|
|
|
|
|
[(contains? #{"NOW" "DOING"} ?marker)]
|
|
|
|
|
[(contains? #{"TODO" "DOING"} ?marker)]
|
|
|
|
|
[?h :block/page ?p]
|
|
|
|
|
[?p :block/journal? true]
|
|
|
|
|
[?p :block/journal-day ?d]
|
|
|
|
@ -419,4 +419,5 @@
|
|
|
|
|
:feature/enable-whiteboards? false
|
|
|
|
|
:ui/show-brackets? true
|
|
|
|
|
:graph/settings {:orphan-pages? false
|
|
|
|
|
:journal? true}}
|
|
|
|
|
:journal? false
|
|
|
|
|
:excluded-pages? false}}
|