From 5ce80c5da2474053e06777b03cfee30a48fd89f9 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 15 Nov 2020 00:53:10 +0100 Subject: [PATCH] 2020-11-15 plus updates to plan --- agora-plan.md | 31 +++++++++++++++++++------------ journal/2020-11-15.md | 5 +++++ 2 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 journal/2020-11-15.md diff --git a/agora-plan.md b/agora-plan.md index 59b1e88a8..05a6e8e73 100644 --- a/agora-plan.md +++ b/agora-plan.md @@ -10,6 +10,7 @@ As you might know by now, an Agora is a beast with multiple legs: This page is about both, although it's probably going to be [[Agora Server]] heavy as I'm currently focused on developing features for it. ## Latest +- [[2020-11-15]] released [[agora 0.5.1]]. - Moved prod (uwsgi) serving off my user into 'agora'. - dev environment is now available (when up) at http://dev.anagora.org. - Moved both dev and prod to separate 'agora' and 'agora-server' repos. @@ -23,15 +24,12 @@ This page is about both, although it's probably going to be [[Agora Server]] hea - [ ] [[titushora]] [[FR]]: make the [[Agora]] look like this: https://twitter.com/TitusHora/status/1325147589197484036 ## Next -- [x] Add user handler: /u - - /u/flancian -> all nodes by flancian - - /node/flancia/u/flancian -> flancia by flancian - - Also added @flancian. Shorter is better, and it's a common convention. - - perhaps /g/ for groups later? or /s/ for stoa. -- [ ] Add support for media serving (useful for pictures of [[ocell]]). - - assets/foo end up at node/assets/foo; just adding a handler for node/assets/ seems like it could be enough. - - It would conflict with a node named 'assets' though, so perhaps it's not ideal. - - Perhaps it'd be better to just serve images/media as subnodes? +- [ ] better css + - [ ] Add 'dark mode' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1 +- [ ] add some search support -- a simple textbox + post should work +- [ ] add fuzzy matching -- probably good complement to search + - [ ] could help with disambiguation and acronym expansion +- [ ] add /latest or some other chronological view - [ ] User profiles: perhaps just note [[flancian]] as written by user [[flancian]]? Unsure. - [[s5bug]] suggested using [[README]] in gardens for this. Makes sense. - [ ] Add 'link to this note'. @@ -43,12 +41,20 @@ This page is about both, although it's probably going to be [[Agora Server]] hea - Better sorting (right now all my notes show up at the top, doesn't make sense). - Ability to "zoom into" a user, to navigate just their garden for a while. - [ ] Perhaps ability to "uprank" users, pinning their notes to the top of any sorting order. -- [ ] Add 'dark mode' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1 - [ ] Implement search (full text). -- [x] Add config.py file with things such as paths. +- [ ] Add support for media serving (useful for pictures of [[ocell]]). + - assets/foo end up at node/assets/foo; just adding a handler for node/assets/ seems like it could be enough. + - It would conflict with a node named 'assets' though, so perhaps it's not ideal. + - Perhaps it'd be better to just serve images/media as subnodes? - [ ] Add monitoring/alerting. - [ ] Make the index be just another note [[ding-levery]]. - [ ] Clean up stale journal pages which don't follow [[iso 8601]]. +- [x] Add config.py file with things such as paths. +- [x] Add user handler: /u + - /u/flancian -> all nodes by flancian + - /node/flancia/u/flancian -> flancia by flancian + - Also added @flancian. Shorter is better, and it's a common convention. + - perhaps /g/ for groups later? or /s/ for stoa. ## Some day: - Support [[Roam]], [[Athens]], [[org-roam]] digital gardens. @@ -63,13 +69,14 @@ This page is about both, although it's probably going to be [[Agora Server]] hea [//begin]: # "Autogenerated link references for markdown compatibility" [agora]: agora "Agora" [anagora]: anagora "Anagora" +[2020-11-15]: journal/2020-11-15 "2020-11-15" [pen-coded]: pen-coded "Pen Coded" [arghzero]: arghzero "Arghzero" [titushora]: titushora "Titushora" -[ocell]: ocell "Ocell" [flancian]: flancian "Flancian" [s5bug]: s5bug "S5bug" [README]: README "Flancian's digital garden" +[ocell]: ocell "Ocell" [ding-levery]: ding-levery "Ding Levery" [iso 8601]: iso-8601 "Iso 8601" [org-roam]: org-roam "Org Roam" diff --git a/journal/2020-11-15.md b/journal/2020-11-15.md new file mode 100644 index 000000000..c2282e298 --- /dev/null +++ b/journal/2020-11-15.md @@ -0,0 +1,5 @@ +# 2020-11-15 + + - Start the day by taking a look at: + - [[daily]] + - [[agora plan]] \ No newline at end of file