From f1cede74afd2e11d2b3acfb0e838a7fe2ad0bb52 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 14:10:42 +0100 Subject: [PATCH 1/8] Default commit message, part of an automated flow. --- journal/2022-01-02.md | 5 +++-- journal/2022-01-03.md | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 journal/2022-01-03.md diff --git a/journal/2022-01-02.md b/journal/2022-01-02.md index ef6a050f3..7e9a78a71 100644 --- a/journal/2022-01-02.md +++ b/journal/2022-01-02.md @@ -13,9 +13,10 @@ - moved to [[codeberg]] - [x] talk to [[dyokomizo]] - [[dyokomizo flancian]] - - [ ] think about importing google docs into the Agora? they are a good platform for writing, todo tracking (now with checklists) and collaboration - - [[arbitrary pulls]] + - [x] think about importing google docs into the Agora? they are a good platform for writing, todo tracking (now with checklists) and collaboration + - [ ] tracking in [[arbitrary pulls]] - [ ] distill paper-based todo list that got out of hand into something manageable, but only after doing the four things above :) - perhaps onto [[flancian todo]] which I just imported from old, old [[keep]]? - [ ] make 'agora%20protocol' and 'agora protocol' as URLs both yield the same as 'agora-protocol' -- that is, fix slugging inconsistencies + - [x] make popups less awkward -- make them not pop up when the user has moved on (i.e. fix likely race between hover and unhover) - [ ] write \ No newline at end of file diff --git a/journal/2022-01-03.md b/journal/2022-01-03.md new file mode 100644 index 000000000..73b717476 --- /dev/null +++ b/journal/2022-01-03.md @@ -0,0 +1,5 @@ +# 2022-01-03 + +- [[do]] + - test/fix [[arbitrary pulls]] + - fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) \ No newline at end of file From f762f49cfa93aded788bcd7dee1a2790411c8fda Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 14:17:34 +0100 Subject: [PATCH 2/8] Default commit message, part of an automated flow. --- journal/2022-01-02.md | 1 - journal/2022-01-03.md | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/journal/2022-01-02.md b/journal/2022-01-02.md index e6e2d4a01..d07f425b2 100644 --- a/journal/2022-01-02.md +++ b/journal/2022-01-02.md @@ -20,6 +20,5 @@ - [ ] make 'agora%20protocol' and 'agora protocol' as URLs both yield the same as 'agora-protocol' -- that is, fix slugging inconsistencies - [x] make popups less awkward -- make them not pop up when the user has moved on (i.e. fix likely race between hover and unhover) - [ ] write - - [ ] write - [[yoga]] [[move]] - [[day 1]] diff --git a/journal/2022-01-03.md b/journal/2022-01-03.md index 73b717476..c0037bd37 100644 --- a/journal/2022-01-03.md +++ b/journal/2022-01-03.md @@ -1,5 +1,6 @@ # 2022-01-03 - [[do]] - - test/fix [[arbitrary pulls]] - - fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) \ No newline at end of file + - [ ] test/fix [[arbitrary pulls]] + - [ ] fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) + - [ ] fix URLs with spaces/urlencoded so they behave at least as well as nodes with slugs \ No newline at end of file From f7374b58a28cf64e84cba109acd24ae0edb9cb50 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 14:18:55 +0100 Subject: [PATCH 3/8] Default commit message, part of an automated flow. --- arbitrary pulls.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arbitrary pulls.md b/arbitrary pulls.md index c57ba0165..c354f804f 100644 --- a/arbitrary pulls.md +++ b/arbitrary pulls.md @@ -7,3 +7,5 @@ - [[pull]] https://docs.google.com/document/d/1JdaC_9J0uYFNFp7g7x4VNtMxJSZQsE2MQkOMmydLCCc/edit?usp=sharing - This is a [[wikidata]] URL that should be embedable: - [[pull]] https://www.wikidata.org/wiki/Q187909 +- This is a Markdown link pointing to Wikipedia that is currently problematic: + - [wikipedia article on Agora](https://en.wikipedia.org/wiki/Agora) From 14fb5febc95cbbb845e79b7692e75353fbb218cc Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 17:23:16 +0100 Subject: [PATCH 4/8] Default commit message, part of an automated flow. --- journal/2022-01-03.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/journal/2022-01-03.md b/journal/2022-01-03.md index c0037bd37..359a4c6bc 100644 --- a/journal/2022-01-03.md +++ b/journal/2022-01-03.md @@ -1,6 +1,8 @@ # 2022-01-03 - [[do]] - - [ ] test/fix [[arbitrary pulls]] - - [ ] fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) - - [ ] fix URLs with spaces/urlencoded so they behave at least as well as nodes with slugs \ No newline at end of file + - [x] test/fix [[arbitrary pulls]] + - [x] fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) + - [x] fix URLs with spaces/urlencoded so they behave at least as well as nodes with slugs + - this was easier than expected -- as a hack, of course. I just called + - https://github.com/flancian/agora-server/commit/57b49b61f67df82a0c2368b7f8713e862aba3c37 \ No newline at end of file From 701ad80f2f61dc3a6e77f616b442915347d422d2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 17:24:13 +0100 Subject: [PATCH 5/8] Default commit message, part of an automated flow. --- journal/2022-01-03.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/journal/2022-01-03.md b/journal/2022-01-03.md index 359a4c6bc..593dbceca 100644 --- a/journal/2022-01-03.md +++ b/journal/2022-01-03.md @@ -1,8 +1,8 @@ # 2022-01-03 - [[do]] - - [x] test/fix [[arbitrary pulls]] - - [x] fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) - - [x] fix URLs with spaces/urlencoded so they behave at least as well as nodes with slugs - - this was easier than expected -- as a hack, of course. I just called - - https://github.com/flancian/agora-server/commit/57b49b61f67df82a0c2368b7f8713e862aba3c37 \ No newline at end of file + - [x] test/fix [[arbitrary pulls]] + - [x] fix pulls for URLs in [[markdown links]] (e.g. wikipedia links that get pulled with a parentheses at the end) + - [x] fix URLs with spaces/urlencoded so they behave at least as well as nodes with slugs + - this was easier than expected -- as a hack, of course. + - https://github.com/flancian/agora-server/commit/57b49b61f67df82a0c2368b7f8713e862aba3c37 From 939a05c027796d7c3bdbdb9ef53918afa236e2ea Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 17:25:43 +0100 Subject: [PATCH 6/8] Default commit message, part of an automated flow. --- journal/2022-01-02.md | 1 + journal/2022-01-03.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/journal/2022-01-02.md b/journal/2022-01-02.md index d07f425b2..974ea8ff9 100644 --- a/journal/2022-01-02.md +++ b/journal/2022-01-02.md @@ -18,6 +18,7 @@ - [ ] distill paper-based todo list that got out of hand into something manageable, but only after doing the four things above :) - perhaps onto [[flancian todo]] which I just imported from old, old [[keep]]? - [ ] make 'agora%20protocol' and 'agora protocol' as URLs both yield the same as 'agora-protocol' -- that is, fix slugging inconsistencies + - [[2021-01-03]] - [x] make popups less awkward -- make them not pop up when the user has moved on (i.e. fix likely race between hover and unhover) - [ ] write - [[yoga]] [[move]] diff --git a/journal/2022-01-03.md b/journal/2022-01-03.md index 593dbceca..9bcea695f 100644 --- a/journal/2022-01-03.md +++ b/journal/2022-01-03.md @@ -6,3 +6,7 @@ - [x] fix URLs with spaces/urlencoded so they behave at least as well as nodes with slugs - this was easier than expected -- as a hack, of course. - https://github.com/flancian/agora-server/commit/57b49b61f67df82a0c2368b7f8713e862aba3c37 +- [[write]] [[roadmaps]] + - [[flancia 2022]] + - [[agora 2022]] + - [[towards a knowledge commons]] From 53e512f3a09a18ebc7befa1e3a9dacc3d6db129d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 17:26:10 +0100 Subject: [PATCH 7/8] Default commit message, part of an automated flow. --- flancia 2022.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 flancia 2022.md diff --git a/flancia 2022.md b/flancia 2022.md new file mode 100644 index 000000000..ffdfeac12 --- /dev/null +++ b/flancia 2022.md @@ -0,0 +1,5 @@ +# flancia 2022 + +- [[push]] [[flancia 2020s]] + - [[pull]] [[perhaps naive]] + From c91ff40aa27649301e5d530771adbca62d897abe Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 3 Jan 2022 17:26:44 +0100 Subject: [PATCH 8/8] Default commit message, part of an automated flow. --- agora 2022.md | 5 +++++ flancia 2022.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 agora 2022.md diff --git a/agora 2022.md b/agora 2022.md new file mode 100644 index 000000000..6927f72cf --- /dev/null +++ b/agora 2022.md @@ -0,0 +1,5 @@ +# agora 2022 + +- a [[roadmap]]. + - see [[stoa]]. + diff --git a/flancia 2022.md b/flancia 2022.md index ffdfeac12..04fad2f20 100644 --- a/flancia 2022.md +++ b/flancia 2022.md @@ -2,4 +2,5 @@ - [[push]] [[flancia 2020s]] - [[pull]] [[perhaps naive]] + - [[pull]] [[agora 2022]]