[logseq-plugin-git:commit] 2024-03-08T09:03:03.667Z

master
Borja Robert 10 months ago
parent c1f5a054d5
commit eac0156245

@ -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"
@ -413,8 +413,11 @@
;; ;use Percent-encoding for other invalid characters
:file/name-format :triple-lowbar
:feature/enable-flashcards? false
:journal/page-title-format "E, yyyy/MM/dd"
:journal/page-title-format "yyyy/MM/dd"
:editor/logical-outdenting? true
:editor/preferred-pasting-file? true
:feature/enable-whiteboards? false
:ui/show-brackets? true}
:ui/show-brackets? true
:graph/settings {:orphan-pages? false
:journal? false
:excluded-pages? false}}

@ -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

Loading…
Cancel
Save