From 4353b7a523659b624e165a70dde679fbe73cacd3 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 26 Jan 2022 14:21:52 +0100 Subject: [PATCH] Auto saved by Logseq --- logseq/.config.edn.back.swp | Bin 4096 -> 0 bytes logseq/.config.edn.swp | Bin 12288 -> 12288 bytes logseq/config.edn | 90 ------------------ .../{config.edn.back => config.flancian.edn} | 0 4 files changed, 90 deletions(-) delete mode 100644 logseq/.config.edn.back.swp delete mode 100644 logseq/config.edn rename logseq/{config.edn.back => config.flancian.edn} (100%) diff --git a/logseq/.config.edn.back.swp b/logseq/.config.edn.back.swp deleted file mode 100644 index 9dcfd88d6e8cbd03f877406a00d6b9dc9ffc22ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmYc?2=nw+u+TGN00IFJ0RcB>OE9G6B<3Y&Cg#D!aM5}B#U(}gx%s%{Vd8Z#1NGAr zi&9ea^mFpli&G2rlk@Y^GSl@^Q}XnZ5|guG%17zZ5Eu;ss)hhBgRzmJ0mw*YB}D~c np-`%tK5E!#2#kinXb6mkz-S1JhQMeDjE2By2#kin;0^%*^wS$a diff --git a/logseq/.config.edn.swp b/logseq/.config.edn.swp index f030bdbb60a84df2316a05bb7ea8c84070689f5d..d0a4bac500e2b4144737e3f68ea3946270153e0d 100644 GIT binary patch delta 156 zcmZojXh_%~Aix;4Sy13JKkpl628IGw1_lNJ1_q#zf;OX@Cp!a!A`tTe@q0D~hIc^x z7Kk?i@gg8@1Y%1dmIPuxAU+4wei(??1Mwsv1{s&nx|xw>D)VG<)d)t0$v0G$CjU{D l-7KwU&j{pZsYVJgSX(PZN2lc^<|St)=EcTtj!<900RTnMAz}ak delta 185 zcmZojXh_%~Aix;8Sy13JKkqAM28JwF1_lNJ1_q#zf;OY096JL89}vG~V_;Yc#H~PF z1;kcBtPjMJK>Q1+&PXJO_w7fEZ*{=H^DlY0MKHSSE|BMoj*q79v{9U~R1s z9i5hwn3tTHm=_z%z@VToxj OuUEBa+#IF8i~|515G+ps diff --git a/logseq/config.edn b/logseq/config.edn deleted file mode 100644 index d47e163b8..000000000 --- a/logseq/config.edn +++ /dev/null @@ -1,90 +0,0 @@ -{:journal-basis "daily" - -: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 -[] - -;; [[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: -;; {"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.back b/logseq/config.flancian.edn similarity index 100% rename from logseq/config.edn.back rename to logseq/config.flancian.edn