From 309ee77650524e4da7f3e6ce0206a8f6e6ede2b0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 15 May 2022 11:00:17 +0200 Subject: [PATCH] Auto saved by Logseq --- ...nal_2022_05_15.md.2022-05-15T08_59_19.468Z | 22 +++++ ...logseq_config.edn.2022-05-15T08_59_19.516Z | 89 +++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 logseq/bak/journal_2022_05_15.md.2022-05-15T08_59_19.468Z create mode 100644 logseq/bak/logseq_config.edn.2022-05-15T08_59_19.516Z diff --git a/logseq/bak/journal_2022_05_15.md.2022-05-15T08_59_19.468Z b/logseq/bak/journal_2022_05_15.md.2022-05-15T08_59_19.468Z new file mode 100644 index 000000000..f2bd01d00 --- /dev/null +++ b/logseq/bak/journal_2022_05_15.md.2022-05-15T08_59_19.468Z @@ -0,0 +1,22 @@ +- I wonder if [[logseq]] will do the right thing and store this in [[2022-05-15.md]] instead of [[2022_05_15.md]] :) +- [[real ez cheese]] created [[the one chat]] + - ![image.png](../assets/image_1652569093865_0.png) + - [[zero precedent]] http://zeroprecedent.com/ +- next [[week]] I will have several after work meetings, looking forward :) + - will talk to [[mathew lowry]] on Wednesday + - it seems I will talk to [[metasj]] and [[jerry michalski]] on Wed or Thu. + - will meet with a subset of [[social coop tech group]] on Friday to discuss updating the [[social coop password store]] + - will talk to [[kasra]] next weekend on Saturday. +- [[today]] + - [[four pomodoros]] + - LATER meet neighbors for coffee + - LATER meet brother for lending bike/drinking [[mate]] + - NOW social coop support task + :LOGBOOK: + CLOCK: [2022-05-15 Sun 10:25:29] + :END: + - NOW laundry + :LOGBOOK: + CLOCK: [2022-05-15 Sun 10:25:47] + :END: + - \ No newline at end of file diff --git a/logseq/bak/logseq_config.edn.2022-05-15T08_59_19.516Z b/logseq/bak/logseq_config.edn.2022-05-15T08_59_19.516Z new file mode 100644 index 000000000..301bd34c0 --- /dev/null +++ b/logseq/bak/logseq_config.edn.2022-05-15T08_59_19.516Z @@ -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? true + :favorites ["where is your light" "agora"]}