diff --git a/do.md b/do.md index 3ca3b9a47..c581d699c 100644 --- a/do.md +++ b/do.md @@ -1,80 +1,76 @@ # Do - - my current [[intent]] is: implement support for [[obsidian attachments]] in [[agora server]] - [[pomodoro]] - - configure [[monitoring]]. - - [ ] one pomodoro for moa - - [ ] one pomodoro for anagora - - do [[moa]] - - review [[go/moa/bugs]] - - [[ctzn]] - - [[agora ctzn]] - - [[agora]] - - [[auto push]] - - [[auto pull]] - - stop [[stoa]] from stealing focus - - fix [[agora graphs]] - - different colors for pull/push/link/backlink - - [[wikilinks everywhere]] + - configure [[monitoring]]. + - [ ] one pomodoro for moa + - [ ] one pomodoro for anagora + - do [[moa]] + - review [[go/moa/bugs]] + - [[ctzn]] + - [[agora ctzn]] + - [[agora]] + - [[auto push]] + - [[auto pull]] + - stop [[stoa]] from stealing focus + - fix [[agora graphs]] + - different colors for pull/push/link/backlink + - [[wikilinks everywhere]] - aka [[agora ext]] - - [[vera]] is on this - - write [[on cringe]] / [[agora polls]] - - about explicit rational (mathematical) modelling of group dynamics through social media discourse - - is [[hack the planet]] cringe? should it be? - - node [[paradox of tolerance]] - - finish reading what [[will walker]] told me about - - run [[weekly review]] - - [[pull]] [[later]] - - I'm trying to use [[pomodoro]]. It signals an [[intent]]. My intent is [[getting things done]]. - - Whenever I notice the risk of getting distracted from the task at hand, I dump thoughts in [[later]]. - - My current running contexts or intents follow (they expand into lists of todo items/trees/graphs depending on level of modelling). - - (I also keep a [[notebook]]) + - [[vera]] is on this + - write [[on cringe]] / [[agora polls]] + - about explicit rational (mathematical) modelling of group dynamics through social media discourse + - is [[hack the planet]] cringe? should it be? + - node [[paradox of tolerance]] + - finish reading what [[will walker]] told me about + - run [[weekly review]] + - [[pull]] [[later]] + - I'm trying to use [[pomodoro]]. It signals an [[intent]]. My intent is [[getting things done]]. + - Whenever I notice the risk of getting distracted from the task at hand, I dump thoughts in [[later]]. + - My current running contexts or intents follow (they expand into lists of todo items/trees/graphs depending on level of modelling). + - (I also keep a [[notebook]]) - an [[action]] - - I try to automate recurrent [[actions]] in the [[agora]]. - - This node is the root of my [[getting things done]] graph, which I try to use to model my [[intents]]. - - [[daily]], I try to check for pending [[work]]: - - [[pull]] [[todo]] - - [ ] clean up items there and pushes, moving closer to a [[context]]. - - [[weekly]], check the context in more specific actions and push relevant items here or to [[next action]]: - - what should I [[read]] next? - - [[write]] - - [[book]] - - to [[a. p.]] asking for a recommendation - - [[unblock]] people who are waiting for me - - [[answer]] - - [[will walker]] - - [[research]] - - [[ipfs]] - - [[ipld]] - - [[fission]] - - [[hypercore-proto]] - - [[launchlet]] - - [[urbit]] - - [[rosano]] - - [[support]] - - [[effective altruism]] - - [[open source]] - - [[friends]] - - [[code]] - - [[agora server]] - - add particles to [[agora search]] - - [[wikilinks everywhere]] - - would it be crazy to use [[d3]] instead of [[jquery]]? it would make it easy to also include a graph tool directly in the library. it's 200kb though. - - a more flexible [[actions]] system - - On top of this idiosyncratic system I'm trying to execute a [[plan]]. If you're interested please also review [[priorities]], [[public utility]] - - Please tell me what you think I should do next below. All feedback is welcome! + - I try to automate recurrent [[actions]] in the [[agora]]. + - This node is the root of my [[getting things done]] graph, which I try to use to model my [[intents]]. + - [[daily]], I try to check for pending [[work]]: + - [[pull]] [[todo]] + - [ ] clean up items there and pushes, moving closer to a [[context]]. + - [[weekly]], check the context in more specific actions and push relevant items here or to [[next action]]: + - what should I [[read]] next? + - [[write]] + - [[book]] + - to [[a. p.]] asking for a recommendation + - [[unblock]] people who are waiting for me + - [[answer]] + - [[will walker]] + - [[research]] + - [[ipfs]] + - [[ipld]] + - [[fission]] + - [[hypercore-proto]] + - [[launchlet]] + - [[urbit]] + - [[rosano]] + - [[support]] + - [[effective altruism]] + - [[open source]] + - [[friends]] + - [[code]] + - [[agora server]] + - add particles to [[agora search]] + - [[wikilinks everywhere]] + - would it be crazy to use [[d3]] instead of [[jquery]]? it would make it easy to also include a graph tool directly in the library. it's 200kb though. + - a more flexible [[actions]] system + - On top of this idiosyncratic system I'm trying to execute a [[plan]]. If you're interested please also review [[priorities]], [[public utility]] + - Please tell me what you think I should do next below. All feedback is welcome! - [[push]] [[done]] - - [[agora yaml]] - - [[agora plan]] - - [[rdf]] - - [[graphs]] - - [[agora search]] - - implemented a provider - - added support for [[yubnub]] like particles - - [[branch]] agora-server/branch - -https://twitter.com/flancian/status/1386048603496529925 -https://twitter.com/flancian/status/1374462566395617286 - - - + - [[agora yaml]] + - [[agora plan]] + - [[rdf]] + - [[graphs]] + - [[agora search]] + - implemented a provider + - added support for [[yubnub]] like particles + - [[branch]] agora-server/branch + + https://twitter.com/flancian/status/1386048603496529925 + https://twitter.com/flancian/status/1374462566395617286 \ No newline at end of file diff --git a/logseq/config.edn b/logseq/config.edn index 8370f5d66..ee65d85e2 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -78,4 +78,6 @@ ;; input "{{{poem(red,blue)}}}" ;; becomes ;; Rose is red, violet's blue. Life's ordered: Org assists you. - :macros {}} + :macros {} + :markdown/version 2 + :date-formatter "yyyy-MM-dd"} diff --git a/logseq/custom.css b/logseq/custom.css new file mode 100644 index 000000000..e69de29bb diff --git a/logseq/metadata.edn b/logseq/metadata.edn new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/logseq/metadata.edn @@ -0,0 +1 @@ +{} \ No newline at end of file