From e8806489eb12cff3bcc288a81a4c3cda0ee24108 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 26 Jan 2022 14:13:52 +0100 Subject: [PATCH] Auto saved by Logseq --- logseq/.config.edn.swo | Bin 12288 -> 12288 bytes ...logseq_config.edn.2022-01-26T13_13_15.329Z | 91 ++++++++++++++++++ ...logseq_config.edn.2022-01-26T13_13_21.114Z | 89 +++++++++++++++++ logseq/config.edn | 2 - 4 files changed, 180 insertions(+), 2 deletions(-) create mode 100644 logseq/bak/logseq_config.edn.2022-01-26T13_13_15.329Z create mode 100644 logseq/bak/logseq_config.edn.2022-01-26T13_13_21.114Z diff --git a/logseq/.config.edn.swo b/logseq/.config.edn.swo index cfbc68a32344d86216e9907950df71409db16d2b..196bf2c4d16d5597b32662c90ed540bcca5daa1f 100644 GIT binary patch delta 44 ycmZojXh;xEG6?hZRj|-AVgLdG28Q<@9}|5yir!*oWZ3+Hxk`~yVRN?XR4xD(R1Dex delta 44 ycmZojXh;xEG6?hZRj|-AVgLdG28P)l9}|5xir!*o4Bh;Jxk{0dVRN?XR4xD#Mhv= ?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/bak/logseq_config.edn.2022-01-26T13_13_21.114Z b/logseq/bak/logseq_config.edn.2022-01-26T13_13_21.114Z new file mode 100644 index 000000000..b1e3ce091 --- /dev/null +++ b/logseq/bak/logseq_config.edn.2022-01-26T13_13_21.114Z @@ -0,0 +1,89 @@ +{: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 "" + :alias "" + ;; your twitter handle + :twitter "" + ;; description supports both hiccup and html + :description ""} + +;; Currently, we support either "Markdown" or "Org". +;; This can overwrite your global preference so that +;; maybe your personal preferred format is Org but you'd +;; need to use Markdown for some projects. +;; :preferred-format "" + +;; Git settings +:git-pull-secs 60 +:git-push-secs 10 +:git-auto-push true + +;; The app will ignore those directories or files. +;; E.g. "/archived" "/test.md" +:hidden [] + +;; When creating the new journal page, the app will use your template content here. +;; Example for Markdown users: "## [[Work]]\n###\n## [[Family]]\n###\n +;; Example for Org mode users: "** [[Work]]\n***\n** [[Family]]\n***\n +:default-templates +{:journals ""} + + +;; 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. +:default-queries +{:journals + [{:title "🔨 NOW" + :query [:find (pull ?h [*]) + :in $ ?start ?today + :where + [?h :block/marker ?marker] + [?h :block/page ?p] + [?p :page/journal? true] + [?p :page/journal-day ?d] + [(>= ?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 3f44b5473..0f57e46bb 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -87,5 +87,3 @@ :markdown/version 2 :date-formatter "yyyy-MM-dd" :editor/logical-outdenting? false - -