Commit Graph

  • e5ae74881a remove an inadvertent booby trap Nik V 2020-11-28 18:18:48 -0800
  • 72b3316291 use lru_cache to make journal date conversion less inefficient, cleanups Nik V 2020-11-27 20:06:40 -0800
  • 7f93ee8173 make wikilinks for journals all render in iso format Nik V 2020-11-27 19:56:19 -0800
  • 71f0a3c4e4 make journals in roam date format be recognized by journals page Nik V 2020-11-27 19:18:51 -0800
  • 6e45be9b73 protect against / in page title (common in roam exports) Nik V 2020-11-27 18:32:56 -0800
  • e7c64d374c allow AGORA_PATH to be set via env var Nik V 2020-11-27 18:24:26 -0800
  • 8ee3f92b9f Serve the index also on /index for compatibility with old links. Flancian 2020-11-23 14:45:26 +0100
  • 83d1fbfc48 Automatically add https:// to go links without. Flancian 2020-11-22 19:05:10 +0100
  • 67902cfa8a Release 0.5.3. Flancian 2020-11-22 18:55:12 +0100
  • 7aeed0c52d Implement [[agora go links integration]]. Flancian 2020-11-22 18:54:08 +0100
  • d55f7dcdd9 Show subnode count in users page. Flancian 2020-11-22 16:25:28 +0100
  • ddcdb8de8b Swap in 'latest' in lieu of 'subnodes', which is made less interesting by the per-user views. Right now it shows all subnodes in mtime order, but eventually it should only show top N. Flancian 2020-11-17 10:49:21 +0100
  • f6fad2f95e Oops, forgot to add user.html. Flancian 2020-11-16 21:30:49 +0100
  • 2a7f81389e User pages now start with their README. Flancian 2020-11-16 21:29:37 +0100
  • 78ef6e5a2f Special case user page. Flancian 2020-11-16 21:18:04 +0100
  • 25c554fe92 Some more light fixes, plus fix the subnode "404". Flancian 2020-11-16 21:15:02 +0100
  • eaf64849c8 Search too. Flancian 2020-11-16 20:46:13 +0100
  • 8d10f5634e Users is also a listing. Flancian 2020-11-16 20:44:34 +0100
  • 3460add012 More small layout fixes. Flancian 2020-11-16 20:43:30 +0100
  • f83d748561 Some further fixes to node/subnode rendering. Flancian 2020-11-16 20:13:04 +0100
  • 9ac4c34ba2 Some small fixes to backlink rendering. Flancian 2020-11-16 19:56:57 +0100
  • b9ed7296f6 Move (mostly) to div-based layout, plus make color scheme less flat (dark mode only). Flancian 2020-11-16 19:45:31 +0100
  • 7719d4d9c1 Move Agora version to config.py. Flancian 2020-11-16 17:13:10 +0100
  • 13bfd42914 Improve home page. Flancian 2020-11-16 17:09:57 +0100
  • b660dde94f Add emojis for theme switch/help. Flancian 2020-11-16 16:59:12 +0100
  • 1779c76c46 oops Flancian 2020-11-16 16:42:42 +0100
  • 17e92bd5ed Remove pkg-resources==0.0.0, which seems to be a bug. Flancian 2020-11-16 16:40:51 +0100
  • b68b1e4e06 Simple full text search. Flancian 2020-11-16 16:39:30 +0100
  • f4632654b3 Install flask-wtf. Flancian 2020-11-16 15:57:19 +0100
  • 1e8fbdcf77 Add very basic GET-based /search. Flancian 2020-11-16 15:51:34 +0100
  • a74bef14fa Add util.py, a bag of holding (hack hack). Flancian 2020-11-16 15:26:03 +0100
  • d21d463a4e Fix comment. Flancian 2020-11-16 15:07:44 +0100
  • 563735352e Tune fuzzy matching, clean up wikilink canonicality a bit (not enough). Flancian 2020-11-16 14:49:18 +0100
  • 34a08af78c Fix sorting: ignore case. Flancian 2020-11-16 13:45:17 +0100
  • f0284bb8a6 Enabled fuzzy matching by default. Flancian 2020-11-16 13:43:15 +0100
  • 8ffeabed8b Installed fuzzywuzzy, update requirements.txt. Flancian 2020-11-16 13:39:19 +0100
  • 0722f0bca0 Dark mode is now sticky. Flancian 2020-11-15 02:24:44 +0100
  • 7c19c6e72e Dark mode fixed. Flancian 2020-11-15 02:16:20 +0100
  • 3fb372a2b0 Basic theme switching, only half works. Flancian 2020-11-15 02:11:15 +0100
  • 9e48d5e38e Still have light theme as alternative. Flancian 2020-11-15 01:33:22 +0100
  • 6d8de79fe1 Switch to dark mode by default. Flancian 2020-11-15 01:32:57 +0100
  • ed0b80b7e0 Ignore tags. Flancian 2020-11-15 01:18:49 +0100
  • 8b71483490 Changes to node and subnode rendering. Flancian 2020-11-14 22:00:08 +0100
  • fe162d0db8 Fix bug in journal code. Flancian 2020-11-14 21:36:07 +0100
  • 504325eeb4 Merge branch 'dev' into main Flancian 2020-11-14 20:16:04 +0100
  • 210f6098c5 Update index. Flancian 2020-11-14 20:12:07 +0100
  • f0578e95b8 All pages apparently working :) Flancian 2020-11-14 20:08:50 +0100
  • c25e9b8615 @foo == /user/foo Flancian 2020-11-14 19:11:05 +0100
  • 47a8fbdcdf s/run/run-dev/ Flancian 2020-11-11 20:52:36 +0100
  • cbd07ecded Mention the CLA and CONTRIBUTING in README. Flancian 2020-11-10 22:51:45 +0100
  • fc75e469c0 Some good progress, but also lightly broken code :) Flancian 2020-11-10 22:48:20 +0100
  • 8c17feafc7 Move run-prod.sh to use prod.ini. Flancian 2020-11-08 14:49:49 +0100
  • 39453d8b07 Make path handling less horrific. Flancian 2020-11-07 19:38:01 +0100
  • 61375d8ba7 Refactor dev/prod setup. Flancian 2020-11-07 16:12:31 +0100
  • bdce0d9fc3 First commit after re-import. Flancian 2020-11-07 15:34:48 +0100