Commit Graph

78 Commits

Author SHA1 Message Date
Sergio Martínez Portela
d10bd44178 requirements: Add pygments requirement. 2023-04-23 20:53:02 +02:00
Sergio Martínez Portela
9a7358a98a Fix argument order on render_table. 2023-01-12 00:19:04 +01:00
Sergio Martínez Portela
a465b409b1 Print a warning and avoid crash on orgit-rev links. 2023-01-12 00:18:46 +01:00
Sergio Martínez Portela
b916be8f0b Copy mobile viewport tags from https://eev.ee 2023-01-06 17:09:10 +01:00
Sergio Martínez Portela
90d1c15ba7 Add markup rendering and basic styling. 2022-12-28 22:42:26 +01:00
Sergio Martínez Portela
fcb44ca1a6 Apply "unindent" to highlighted code blocks too. 2022-12-20 00:56:53 +01:00
Sergio Martínez Portela
2d0f71bca1 Hide "ATTACH" tags. 2022-12-14 23:55:30 +01:00
Sergio Martínez Portela
d004454192 Add support for attachments and image links. 2022-12-14 23:46:41 +01:00
Sergio Martínez Portela
e268734a3f Add base table-of-contents, don't collapse headlines. 2022-11-29 00:20:31 +01:00
Sergio Martínez Portela
58bb7ccc49 Improve handling of lists with multiline items. 2022-11-24 00:09:58 +01:00
Sergio Martínez Portela
88029a27d0 Convert the linked-from list into a tagged list. 2022-11-22 20:28:14 +01:00
Sergio Martínez Portela
b9ac52a1a9 Support light&dark syntax on code blocks. 2022-11-15 21:20:25 +01:00
Sergio Martínez Portela
fe052d3468 Separate words on different line chunks. 2022-11-15 21:12:13 +01:00
Sergio Martínez Portela
058f0caf73 Treat DB cleanup as error when not in interactive mode. 2022-11-15 21:11:58 +01:00
Sergio Martínez Portela
9a883d90dd Apply Syntax Highlight on code blocks. 2022-11-15 21:11:36 +01:00
Sergio Martínez Portela
87e4a8aa7d Remap document ids backlinks to main headlines. 2022-11-09 19:54:39 +01:00
Sergio Martínez Portela
ac445d2e7c Use logging.warning instead of deprecated logging.warn. 2022-11-09 01:01:49 +01:00
Sergio Martínez Portela
4849128fcd Add simple backlink connections. 2022-11-09 01:01:34 +01:00
Sergio Martínez Portela
08d35fc0b5 Handle more softly words with :// that don't match known link types. 2022-11-04 00:34:32 +01:00
Sergio Martínez Portela
76531e3cfc Add result box rendering. 2022-11-04 00:34:32 +01:00
Sergio Martínez Portela
0ebda876f7 Update headline expansion based on document STARTUP config. 2022-11-01 18:42:59 +01:00
Sergio Martínez Portela
847e2cfd74 Don't crash when failing to update note_search DB. 2022-11-01 12:19:52 +01:00
Sergio Martínez Portela
b676e2f949 Do search on all indexed fields. 2022-10-30 23:44:31 +01:00
Sergio Martínez Portela
7d20941765 Use experimental trigram tokenizer in SQLite FTS. 2022-10-30 23:38:25 +01:00
Sergio Martínez Portela
486c88c583 Take full headline body for search function.
Using just `get_contents` doesn't get list items or tables.
2022-10-30 23:31:45 +01:00
Sergio Martínez Portela
d023955ee0 Skip links to private notes. 2022-10-25 23:45:30 +02:00
Sergio Martínez Portela
34d0d2ead3 Detect local links that result in a non-public note. 2022-10-25 23:35:46 +02:00
Sergio Martínez Portela
955dc433df Visually identify internal links. 2022-10-23 21:50:33 +02:00
Sergio Martínez Portela
20b945aa31 Add usual task states to the default settings. 2022-10-23 21:30:44 +02:00
Sergio Martínez Portela
8d8dcbfdce Fix bare links next to [ or ] characters. 2022-10-23 21:30:30 +02:00
Sergio Martínez Portela
a6607ba0f3 WIP: Support bare links (no []). 2022-10-23 21:16:22 +02:00
Sergio Martínez Portela
3e9f323b56 Remove reference to git:// links. 2022-10-23 18:33:00 +02:00
Sergio Martínez Portela
4d3997bce1 Render * Target links. 2022-10-23 18:28:08 +02:00
Sergio Martínez Portela
ce8fd431b6 Allow rendering of links that require graph knowledge.
- Fix rendering of `./filename.org` links.
2022-10-23 18:22:43 +02:00
Sergio Martínez Portela
8dd624d339 Cleanup old notes on upload before building new ones. 2022-10-21 20:18:01 +02:00
Sergio Martínez Portela
f66d69776b Create directory before filling it in. 2022-10-21 00:23:50 +02:00
Sergio Martínez Portela
fcd9854a17 Disable collapsing top-level headline. 2022-10-20 23:44:35 +02:00
Sergio Martínez Portela
de92f74867 Link to notes index from title. 2022-10-18 23:18:57 +02:00
Sergio Martínez Portela
d71c28d1e8 Show top-level title in seach, hide to-do's. 2022-10-18 23:13:21 +02:00
Sergio Martínez Portela
7bad44cfb6 Redirect from subnote to parent note. 2022-10-18 22:47:04 +02:00
Sergio Martínez Portela
b214a8148a Prepare for note deployment. 2022-10-18 01:16:14 +02:00
Sergio Martínez Portela
d81db05633 Show results on notes's search-box. 2022-10-17 00:10:06 +02:00
Sergio Martínez Portela
d7905f5b0a Add base for search UI. 2022-10-03 23:40:57 +02:00
Sergio Martínez Portela
7fdf378cee Add script to demo search-server's docker usage. 2022-10-03 00:52:11 +02:00
Sergio Martínez Portela
14d7d0f85e Initial search-server version. 2022-10-03 00:52:11 +02:00
Sergio Martínez Portela
bc3bf30669 Full-text-search with a Quick&Dirty SQLite DB. 2022-09-30 00:13:22 +02:00
Sergio Martínez Portela
2d6a994476 Add language as class on code block. 2022-09-29 23:48:56 +02:00
Sergio Martínez Portela
cc8d7d0bc5 Render note tables. 2022-09-28 00:04:06 +02:00
Sergio Martínez Portela
f6254a6c53 Add selectable port on autoserve script. 2022-09-26 23:44:22 +02:00
Sergio Martínez Portela
856ae09b16 feat: Show note tags. 2022-09-02 00:31:16 +02:00