Commit Graph

  • 87e4a8aa7d Remap document ids backlinks to main headlines. Sergio Martínez Portela 2022-11-09 19:53:56 +0100
  • ac445d2e7c Use logging.warning instead of deprecated logging.warn. Sergio Martínez Portela 2022-11-09 01:01:49 +0100
  • 4849128fcd Add simple backlink connections. Sergio Martínez Portela 2022-11-09 01:01:34 +0100
  • 08d35fc0b5 Handle more softly words with :// that don't match known link types. Sergio Martínez Portela 2022-11-04 00:33:16 +0100
  • 76531e3cfc Add result box rendering. Sergio Martínez Portela 2022-11-04 00:33:05 +0100
  • 212c41d848 Avoid having Headlines look like links when clicked. Sergio Martínez Portela 2022-11-04 00:31:53 +0100
  • 1f286a0a54 Add simple style for results box. Sergio Martínez Portela 2022-11-04 00:31:32 +0100
  • 38e5f57eab Use node collapse markers with better font compatibility. Sergio Martínez Portela 2022-11-04 00:30:21 +0100
  • 0ebda876f7 Update headline expansion based on document STARTUP config. Sergio Martínez Portela 2022-11-01 18:42:59 +0100
  • 847e2cfd74 Don't crash when failing to update note_search DB. Sergio Martínez Portela 2022-11-01 12:19:52 +0100
  • 613aa4c88f Make result-bot TODO tag more badge-like. Sergio Martínez Portela 2022-11-01 12:19:34 +0100
  • 964e2501ee Mark focused links on click. Sergio Martínez Portela 2022-11-01 12:19:20 +0100
  • 208a9b2e97 Show notes TO-DO on search, mark them as such. Sergio Martínez Portela 2022-10-30 23:58:44 +0100
  • b676e2f949 Do search on all indexed fields. Sergio Martínez Portela 2022-10-30 23:44:31 +0100
  • 7d20941765 Use experimental trigram tokenizer in SQLite FTS. Sergio Martínez Portela 2022-10-30 23:38:01 +0100
  • 486c88c583 Take full headline body for search function. Sergio Martínez Portela 2022-10-30 23:27:47 +0100
  • c80ada2a40 Simple style changes around search box. Sergio Martínez Portela 2022-10-26 23:12:44 +0200
  • 9053bf30f6 Fix premature return when TODOs found. Sergio Martínez Portela 2022-10-26 22:45:50 +0200
  • 25a65253dd Show message when no results are found on search. Sergio Martínez Portela 2022-10-26 22:42:24 +0200
  • c8b3a99e7a Mark internal links on light style too. Sergio Martínez Portela 2022-10-25 23:52:54 +0200
  • d023955ee0 Skip links to private notes. Sergio Martínez Portela 2022-10-25 23:45:30 +0200
  • 250bcde6d5 Set site language on homepage. Sergio Martínez Portela 2022-10-25 23:36:10 +0200
  • 34d0d2ead3 Detect local links that result in a non-public note. Sergio Martínez Portela 2022-10-25 23:35:46 +0200
  • 955dc433df Visually identify internal links. Sergio Martínez Portela 2022-10-23 21:50:33 +0200
  • 2eab1b4351 Fix: don't hide text until custom font is loaded. Sergio Martínez Portela 2022-10-23 21:40:10 +0200
  • 20b945aa31 Add usual task states to the default settings. Sergio Martínez Portela 2022-10-23 21:30:44 +0200
  • 8d8dcbfdce Fix bare links next to [ or ] characters. Sergio Martínez Portela 2022-10-23 21:30:09 +0200
  • a6607ba0f3 WIP: Support bare links (no []). Sergio Martínez Portela 2022-10-23 21:16:22 +0200
  • 3e9f323b56 Remove reference to git:// links. Sergio Martínez Portela 2022-10-23 18:33:00 +0200
  • 4d3997bce1 Render * Target links. Sergio Martínez Portela 2022-10-23 18:28:08 +0200
  • ce8fd431b6 Allow rendering of links that require graph knowledge. Sergio Martínez Portela 2022-10-23 18:22:05 +0200
  • 8dd624d339 Cleanup old notes on upload before building new ones. Sergio Martínez Portela 2022-10-21 20:18:01 +0200
  • a18c94dca0 Decide on SEARCH_ENDPOINT based on current URL. Sergio Martínez Portela 2022-10-21 20:17:41 +0200
  • f66d69776b Create directory before filling it in. Sergio Martínez Portela 2022-10-21 00:23:50 +0200
  • fcd9854a17 Disable collapsing top-level headline. Sergio Martínez Portela 2022-10-20 23:44:35 +0200
  • bcfd8b1d93 Reduce unused height on headlines. Sergio Martínez Portela 2022-10-18 23:29:12 +0200
  • de92f74867 Link to notes index from title. Sergio Martínez Portela 2022-10-18 23:18:57 +0200
  • d71c28d1e8 Show top-level title in seach, hide to-do's. Sergio Martínez Portela 2022-10-18 23:13:21 +0200
  • 7bad44cfb6 Redirect from subnote to parent note. Sergio Martínez Portela 2022-10-18 22:47:04 +0200
  • a313597dcf Mark tags as [tag]. Sergio Martínez Portela 2022-10-18 01:17:11 +0200
  • df7f65fa00 Test different background color. Sergio Martínez Portela 2022-10-18 01:16:30 +0200
  • b214a8148a Prepare for note deployment. Sergio Martínez Portela 2022-10-18 01:16:14 +0200
  • 7ddf926fa7 Lighten dark-mode links on homepage. Sergio Martínez Portela 2022-10-17 00:10:40 +0200
  • d81db05633 Show results on notes's search-box. Sergio Martínez Portela 2022-10-17 00:10:06 +0200
  • a616d903fb Implement basic popup creation for note search. Sergio Martínez Portela 2022-10-04 23:55:57 +0200
  • d7905f5b0a Add base for search UI. Sergio Martínez Portela 2022-10-03 23:40:57 +0200
  • 7fdf378cee Add script to demo search-server's docker usage. Sergio Martínez Portela 2022-10-03 00:50:40 +0200
  • 14d7d0f85e Initial search-server version. Sergio Martínez Portela 2022-10-03 00:01:59 +0200
  • bc3bf30669 Full-text-search with a Quick&Dirty SQLite DB. Sergio Martínez Portela 2022-09-30 00:13:22 +0200
  • 8d136312b7 Add body max width. Sergio Martínez Portela 2022-09-29 23:49:10 +0200
  • 2d6a994476 Add language as class on code block. Sergio Martínez Portela 2022-09-29 23:48:56 +0200
  • cc8d7d0bc5 Render note tables. Sergio Martínez Portela 2022-09-28 00:04:06 +0200
  • f6254a6c53 Add selectable port on autoserve script. Sergio Martínez Portela 2022-09-26 23:44:22 +0200
  • 8ef3c5a636 Use Atkinson-Hyperlegible font. Sergio Martínez Portela 2022-09-26 23:44:07 +0200
  • 9990c77964 Add new post to homepage. Sergio Martínez Portela 2022-09-17 21:14:49 +0200
  • e73a7b7062 Avoid line-breaks inside list items. Sergio Martínez Portela 2022-09-02 00:33:42 +0200
  • 856ae09b16 feat: Show note tags. Sergio Martínez Portela 2022-09-02 00:31:16 +0200
  • 2a90ea8a26 Test font-selection taken from Hackliza.org blog. Sergio Martínez Portela 2022-08-30 00:44:33 +0200
  • 4a64a9c732 chore(org-rw): Update headline title handling. Sergio Martínez Portela 2022-08-28 19:37:53 +0200
  • b610d356e8 Render headlines expanded by default. Sergio Martínez Portela 2022-08-28 14:10:08 +0200
  • cf7cc38bd8 Render titles with markup. Sergio Martínez Portela 2022-08-28 14:09:57 +0200
  • 89bf34ed46 Remove common indentation of code blocks. Sergio Martínez Portela 2022-08-27 13:33:47 +0200
  • 74493fa79d Render tokens of item-list tags. Sergio Martínez Portela 2022-08-27 13:32:40 +0200
  • 08a4dc295e [style] Color TODO states. Sergio Martínez Portela 2022-08-23 21:30:46 +0200
  • 0bd897d62e [style] Center note top title. Sergio Martínez Portela 2022-08-23 21:30:26 +0200
  • 2cbb4f60ad [style] Make note sections more integrated. Sergio Martínez Portela 2022-08-23 21:29:43 +0200
  • 246d585213 Fix headline title selection when taking ID from document. Sergio Martínez Portela 2022-08-23 00:05:03 +0200
  • a4981632e5 Fix evaluation of git paths. Sergio Martínez Portela 2022-08-20 19:17:08 +0200
  • d40b49a027 Add title to rendered notes. Sergio Martínez Portela 2022-08-20 18:21:26 +0200
  • f1b84f5615 Add simple styling to root node. Sergio Martínez Portela 2022-08-20 17:54:41 +0200
  • 2b18c6a9b3 Fix text paragraph separation. Sergio Martínez Portela 2022-08-20 17:51:08 +0200
  • 18ceb6bca5 Make debug print_tree more comprehensive. Sergio Martínez Portela 2022-08-20 17:50:40 +0200
  • 9231013ea9 Add simplistic reloading to notes rendering script. Sergio Martínez Portela 2022-08-20 14:27:45 +0200
  • 399f00a54f Add index.html generation. Sergio Martínez Portela 2022-08-20 13:59:15 +0200
  • ef1d71dc2f Merge branch 'experiment/graph-explorer-generation' into develop Sergio Martínez Portela 2022-08-19 19:39:42 +0200
  • 1280de0ff9 Merge branch 'experiment/blog-generation' into develop Sergio Martínez Portela 2022-08-19 19:39:19 +0200
  • 768065165f Reduce link arrow sizes. Sergio Martínez Portela 2022-08-19 19:37:53 +0200
  • f5e8fb25f7 Fill page with chart. Sergio Martínez Portela 2022-08-19 19:36:42 +0200
  • cf524ecee4 Add styling to link titles. Sergio Martínez Portela 2022-08-19 19:36:32 +0200
  • 5a9fbfb253 Don't fail on unknown link types. experiment/blog-generation Sergio Martínez Portela 2022-08-19 19:30:55 +0200
  • 3bf1a86c31 Fix path to graph-explorer. Sergio Martínez Portela 2022-08-19 19:30:24 +0200
  • f3096eb5d9 Draft post-index. Sergio Martínez Portela 2022-08-03 21:11:09 +0200
  • 9483fc1ba4 Add minor style changes on homepage. Sergio Martínez Portela 2022-07-27 23:52:01 +0200
  • 189a94c930 Add simple date, tags to posts. Sergio Martínez Portela 2022-07-25 17:58:58 +0200
  • feefd1f4d5 Improve autoserve logic, reduce repeated reloads. Sergio Martínez Portela 2022-07-25 12:19:32 +0200
  • 8d831af216 Add blog/post header. Sergio Martínez Portela 2022-07-25 12:19:10 +0200
  • 031305f5de Add style for inline code. Sergio Martínez Portela 2022-07-24 23:56:29 +0200
  • ba9eba887b Move dark-mode to monokai. Sergio Martínez Portela 2022-07-24 23:09:27 +0200
  • 830c26e333 Add light syntax, using Pygments sas style. Sergio Martínez Portela 2022-07-24 23:09:05 +0200
  • 29a9d25381 Add auto-wrapping media queries for CSS static resources. Sergio Martínez Portela 2022-07-24 23:08:38 +0200
  • 31a303ab55 Cleaner code blocks in dark mode. Sergio Martínez Portela 2022-07-22 18:16:48 +0200
  • 4ebbd47a61 Improve link contrast against background. Sergio Martínez Portela 2022-07-22 17:58:28 +0200
  • ef6072fd27 [minor] Fast styling touches to posts's dark mode. Sergio Martínez Portela 2022-07-22 00:23:07 +0200
  • 612c38711d Add basic dark-mode style. Sergio Martínez Portela 2022-07-21 23:30:47 +0200
  • 85e254d75c Explore more blog-like styling. Sergio Martínez Portela 2022-07-21 23:28:02 +0200
  • 7afb6be68f Add simplistic autoserve/update mechanism. Sergio Martínez Portela 2022-07-21 21:18:49 +0200
  • a3ad99cb61 Add syntax-highlighting css. Sergio Martínez Portela 2022-07-18 22:46:03 +0200
  • 33f22f5f04 Add new collaboration on Hackliza. Sergio Martínez Portela 2022-07-15 00:02:15 +0200
  • 57ed8fa15c Add simple mechanism for fast re-render. Sergio Martínez Portela 2022-06-27 21:02:33 +0200
  • a8c4d6ef48 Add base Markdown blog structure. Sergio Martínez Portela 2022-06-27 20:39:21 +0200