From 1e82a16c31668aba3efe948ac145fef475ac1a57 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 14 Feb 2022 15:39:17 +0100 Subject: [PATCH 1/7] Auto saved by Logseq --- ...logseq_config.edn.2022-02-14T14_38_24.580Z | 90 +++++++++++++++++++ ...logseq_config.edn.2022-02-14T14_38_58.408Z | 90 +++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 logseq/bak/logseq_config.edn.2022-02-14T14_38_24.580Z create mode 100644 logseq/bak/logseq_config.edn.2022-02-14T14_38_58.408Z diff --git a/logseq/bak/logseq_config.edn.2022-02-14T14_38_24.580Z b/logseq/bak/logseq_config.edn.2022-02-14T14_38_24.580Z new file mode 100644 index 000000000..ea5eac8ee --- /dev/null +++ b/logseq/bak/logseq_config.edn.2022-02-14T14_38_24.580Z @@ -0,0 +1,90 @@ +{:journal-basis "daily" + + ;; [[flancian]] +:journal/page-title-format "yyyy-MM-dd" +:journal/file-name-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 ["agora"]} diff --git a/logseq/bak/logseq_config.edn.2022-02-14T14_38_58.408Z b/logseq/bak/logseq_config.edn.2022-02-14T14_38_58.408Z new file mode 100644 index 000000000..4fcdda88b --- /dev/null +++ b/logseq/bak/logseq_config.edn.2022-02-14T14_38_58.408Z @@ -0,0 +1,90 @@ +{:journal-basis "daily" + + ;; [[flancian]] +:journal/page-title-format "yyyy-MM-dd" +:journal/file-name-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 ["agora"]} From 79838bbd7569532f53e871c54e9927cc0f0340f2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 16 Feb 2022 14:46:20 +0100 Subject: [PATCH 2/7] Auto saved by Logseq --- journal/2022_02_16.md | 1 + .../build bridges.md.2022-02-16T13_45_35.525Z | 5 ++ ...nal_2022-02-14.md.2022-02-16T13_45_41.571Z | 3 + ...logseq_config.edn.2022-02-16T13_45_41.588Z | 90 +++++++++++++++++++ ...radijo musikii.md.2022-02-16T13_45_39.415Z | 3 + 5 files changed, 102 insertions(+) create mode 100644 journal/2022_02_16.md create mode 100644 logseq/bak/build bridges.md.2022-02-16T13_45_35.525Z create mode 100644 logseq/bak/journal_2022-02-14.md.2022-02-16T13_45_41.571Z create mode 100644 logseq/bak/logseq_config.edn.2022-02-16T13_45_41.588Z create mode 100644 logseq/bak/radijo musikii.md.2022-02-16T13_45_39.415Z diff --git a/journal/2022_02_16.md b/journal/2022_02_16.md new file mode 100644 index 000000000..1f8c34f05 --- /dev/null +++ b/journal/2022_02_16.md @@ -0,0 +1 @@ +- I keep pressing [[g t]] to [[go today]] but it's [[tomorrow]] \ No newline at end of file diff --git a/logseq/bak/build bridges.md.2022-02-16T13_45_35.525Z b/logseq/bak/build bridges.md.2022-02-16T13_45_35.525Z new file mode 100644 index 000000000..d1190f2d1 --- /dev/null +++ b/logseq/bak/build bridges.md.2022-02-16T13_45_35.525Z @@ -0,0 +1,5 @@ +# build bridges + +- [[live bridges]] are pro-social. +- All bridges were once [[desire paths]] in the [[air]]. + diff --git a/logseq/bak/journal_2022-02-14.md.2022-02-16T13_45_41.571Z b/logseq/bak/journal_2022-02-14.md.2022-02-16T13_45_41.571Z new file mode 100644 index 000000000..29f3b6105 --- /dev/null +++ b/logseq/bak/journal_2022-02-14.md.2022-02-16T13_45_41.571Z @@ -0,0 +1,3 @@ +- [[burn your ships]] + - would you ever burn your ships? it's isomorphic to [[burning bridges]] + - but I'd rather [[build bridges]] \ No newline at end of file diff --git a/logseq/bak/logseq_config.edn.2022-02-16T13_45_41.588Z b/logseq/bak/logseq_config.edn.2022-02-16T13_45_41.588Z new file mode 100644 index 000000000..4b138885a --- /dev/null +++ b/logseq/bak/logseq_config.edn.2022-02-16T13_45_41.588Z @@ -0,0 +1,90 @@ +{:journal-basis "daily" + + ;; [[flancian]] +:journal/page-title-format "yyyy-MM-dd" +:journal/file-name-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 "flancian" + :alias "flancia" + ;; your twitter handle + :twitter "flancian" + ;; description supports both hiccup and html + :description "https://anagora.org/@flancian"} + + ;; 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 ["agora"]} diff --git a/logseq/bak/radijo musikii.md.2022-02-16T13_45_39.415Z b/logseq/bak/radijo musikii.md.2022-02-16T13_45_39.415Z new file mode 100644 index 000000000..9dc90d792 --- /dev/null +++ b/logseq/bak/radijo musikii.md.2022-02-16T13_45_39.415Z @@ -0,0 +1,3 @@ +- a [[radio]] station + - [[german]] [[lithuanian]] + - [[go]] https://www.radijo-musikii.net/?fbclid=IwAR1dCkTwvWna0OSDw7CKDk6ZmtJeRfKBs2jEz0IFm9xGk8nofbYqq9GiPk8 \ No newline at end of file From bc065bd832aaf10d5911c8580a59c84ea863c9f9 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 16 Feb 2022 14:47:20 +0100 Subject: [PATCH 3/7] Auto saved by Logseq --- journal/2022_02_15.md | 4 +++- journal/2022_02_16.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/journal/2022_02_15.md b/journal/2022_02_15.md index 99bb3b407..9b4cf7f5f 100644 --- a/journal/2022_02_15.md +++ b/journal/2022_02_15.md @@ -2,4 +2,6 @@ - Lots of work, low energy -- perhaps with a bug (I have the sniffles). - But then I found myself in Flancia on a [[weeknight]]. - #push [[radijo musikii]] - - [[musikino]] \ No newline at end of file + - [[musikino]] +- #push [[flow state]] + - I keep referring to the host as [[bobby flow]], as \ No newline at end of file diff --git a/journal/2022_02_16.md b/journal/2022_02_16.md index 1f8c34f05..a4ffe3ec1 100644 --- a/journal/2022_02_16.md +++ b/journal/2022_02_16.md @@ -1 +1,3 @@ -- I keep pressing [[g t]] to [[go today]] but it's [[tomorrow]] \ No newline at end of file +- #push [[logseq]] + - I keep pressing [[g t]] to [[go today]] but it actually means [[go tomorrow]] + - [[g p]] for [[go previous]] fixes it :) \ No newline at end of file From 55fd49adc2317ca15d11cec6432c043dc0136f52 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 16 Feb 2022 14:48:20 +0100 Subject: [PATCH 4/7] Auto saved by Logseq --- journal/2022_02_15.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/journal/2022_02_15.md b/journal/2022_02_15.md index 9b4cf7f5f..0ff2d6a9b 100644 --- a/journal/2022_02_15.md +++ b/journal/2022_02_15.md @@ -4,4 +4,5 @@ - #push [[radijo musikii]] - [[musikino]] - #push [[flow state]] - - I keep referring to the host as [[bobby flow]], as \ No newline at end of file + - I keep referring to the host as [[bobby flow]], as I have issues remembering his actual name. I hope he doesn't mind. + - [[s03e08]] on the topic of [[attachment]] resonated with me, [[buddhist]] vibes. also quotes [[alan watts]]. \ No newline at end of file From c03b5d5f9618c68d5985dad4a2d2bd45a46245d9 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 16 Feb 2022 14:49:20 +0100 Subject: [PATCH 5/7] Auto saved by Logseq --- bobby light.md | 1 + bobby lyte.md | 1 + journal/2022_02_15.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bobby light.md create mode 100644 bobby lyte.md diff --git a/bobby light.md b/bobby light.md new file mode 100644 index 000000000..0c3adba71 --- /dev/null +++ b/bobby light.md @@ -0,0 +1 @@ +- #pull [[bobby lyte]] \ No newline at end of file diff --git a/bobby lyte.md b/bobby lyte.md new file mode 100644 index 000000000..c429535d7 --- /dev/null +++ b/bobby lyte.md @@ -0,0 +1 @@ +- #pull [[flow state]] \ No newline at end of file diff --git a/journal/2022_02_15.md b/journal/2022_02_15.md index 0ff2d6a9b..69917d0cb 100644 --- a/journal/2022_02_15.md +++ b/journal/2022_02_15.md @@ -4,5 +4,5 @@ - #push [[radijo musikii]] - [[musikino]] - #push [[flow state]] - - I keep referring to the host as [[bobby flow]], as I have issues remembering his actual name. I hope he doesn't mind. + - I keep referring to the host as [[bobby flow]], as I have issues remembering his actual name. I hope he doesn't mind. he's actually [[bobby light]]. - [[s03e08]] on the topic of [[attachment]] resonated with me, [[buddhist]] vibes. also quotes [[alan watts]]. \ No newline at end of file From f14274bdcbbacc1adad4a5d466fd1755c10d37f4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 16 Feb 2022 14:50:20 +0100 Subject: [PATCH 6/7] Auto saved by Logseq --- flow state.md | 2 ++ journal/2022_02_15.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 flow state.md diff --git a/flow state.md b/flow state.md new file mode 100644 index 000000000..54b8b9298 --- /dev/null +++ b/flow state.md @@ -0,0 +1,2 @@ +- a [[podcast]]. + - unfortunately [[spotify]] exclusive. \ No newline at end of file diff --git a/journal/2022_02_15.md b/journal/2022_02_15.md index 69917d0cb..6fccf3f80 100644 --- a/journal/2022_02_15.md +++ b/journal/2022_02_15.md @@ -4,5 +4,5 @@ - #push [[radijo musikii]] - [[musikino]] - #push [[flow state]] - - I keep referring to the host as [[bobby flow]], as I have issues remembering his actual name. I hope he doesn't mind. he's actually [[bobby light]]. + - I keep referring to the host as [[bobby flow]], as I have issues remembering his actual name. I hope he doesn't mind. he's actually [[bobby lyte]]. - [[s03e08]] on the topic of [[attachment]] resonated with me, [[buddhist]] vibes. also quotes [[alan watts]]. \ No newline at end of file From d12a23f1972745fcf02a0e0c7da67f77174bfd48 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 16 Feb 2022 14:52:20 +0100 Subject: [PATCH 7/7] Auto saved by Logseq --- flow state.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flow state.md b/flow state.md index 54b8b9298..24fcb81c9 100644 --- a/flow state.md +++ b/flow state.md @@ -1,2 +1,3 @@ - a [[podcast]]. - - unfortunately [[spotify]] exclusive. \ No newline at end of file + - unfortunately [[spotify]] exclusive. + - #go https://ourflowstate.com \ No newline at end of file