From 5661d4abd271dd2c5cf35a06423947c15b2015dd Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 26 Jan 2022 14:15:52 +0100 Subject: [PATCH] Auto saved by Logseq --- logseq/.config.edn.swn | Bin 12288 -> 12288 bytes ...logseq_config.edn.2022-01-26T13_15_02.858Z | 89 ++++++++++++++++++ logseq/config.edn | 17 ++-- 3 files changed, 98 insertions(+), 8 deletions(-) create mode 100644 logseq/bak/logseq_config.edn.2022-01-26T13_15_02.858Z diff --git a/logseq/.config.edn.swn b/logseq/.config.edn.swn index d3054852098cd6243ad7576b5bc1976809241933..9abec90604567be79931724adf290c93aec7243e 100644 GIT binary patch delta 82 zcmZojXh;xEG6?hZRj|-AVgLdG28IyNkBR;pMQ<@PGHm|9EF#1DhM9q(U^AyeHY3-1 iRtAPiKwQAOnUUoUGm8QcOwLkOnLI&NcJq4GKrR4b6BPmg delta 107 zcmZojXh;xEG6?hZRj|-AVgLdG28Q<@9}|5yir!*o4Bh;JSwx2Q88ZVz)@DwHY(}oN ztPBi&K%B+8nUUoU^W;2L6-5OFtCYl&RNb`vqTIxilGGvvrAi>s_4U= ?d ?start)] + [(<= ?d ?today)] + [(contains? #{"NOW" "DOING"} ?marker)]] + :inputs [:14d :today] + :result-transform (fn [result] + (sort-by (fn [h] + (get h :block/priority "Z")) result)) + :collapsed? false} + {:title "📅 NEXT" + :query [:find (pull ?h [*]) + :in $ ?start ?next + :where + [?h :block/marker ?marker] + [?h :block/ref-pages ?p] + [?p :page/journal? true] + [?p :page/journal-day ?d] + [(> ?d ?start)] + [(< ?d ?next)] + [(contains? #{"NOW" "LATER" "TODO"} ?marker)]] + :inputs [:today :7d-after] + :collapsed? false}]} + +;; Add your own commands to speedup. +;; E.g. [["js" "Javascript"]] +:commands +[] + +;; Macros replace texts and will make you more productive. +;; For example: +;; Add this to the macros below: +;; {"poem" "Rose is $1, violet's $2. Life's ordered: Org assists you."} +;; input "{{{poem(red,blue)}}}" +;; becomes +;; Rose is red, violet's blue. Life's ordered: Org assists you. +:macros {} + :markdown/version 2 + :date-formatter "yyyy-MM-dd" + :editor/logical-outdenting? false diff --git a/logseq/config.edn b/logseq/config.edn index 0f57e46bb..d47e163b8 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -1,10 +1,5 @@ {:journal-basis "daily" -;; [[flancian]] -:journal/page-title-format "yyyy-MM-dd" -:pages-directory "" -:journals-directory "journal" - :project { ;; Selected public notes can be published to https://logseq.com/your-project-or-your-username. :name "" @@ -76,6 +71,12 @@ :commands [] +;; [[flancian]] +:journal/page-title-format "yyyy-MM-dd" +:pages-directory "" +:journals-directory "journal" + + ;; Macros replace texts and will make you more productive. ;; For example: ;; Add this to the macros below: @@ -84,6 +85,6 @@ ;; becomes ;; Rose is red, violet's blue. Life's ordered: Org assists you. :macros {} - :markdown/version 2 - :date-formatter "yyyy-MM-dd" - :editor/logical-outdenting? false +:markdown/version 2 +:date-formatter "yyyy-MM-dd" +:editor/logical-outdenting? false