From 83dd7dd644e0434d1feb8eb7db2b2b9abfed4e87 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 25 Jan 2022 18:21:31 +0100 Subject: [PATCH] Moving to logseq (I think). --- logseq/config.edn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logseq/config.edn b/logseq/config.edn index 452ab0562..179ebfe51 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -31,6 +31,9 @@ :default-templates {:journals ""} + :pages-directory "" + :journals-directory "journal" + ;; The app will show those queries in today's journal page, ;; the "NOW" query asks the tasks which need to be finished "now", ;; the "NEXT" query asks the future tasks. @@ -81,4 +84,5 @@ :macros {} :markdown/version 2 :date-formatter "yyyy-MM-dd" - :editor/logical-outdenting? true} + :editor/logical-outdenting? true + :journal/page-title-format "yyyy-MM-dd"}