Commit Graph

17 Commits

Author SHA1 Message Date
Tom Alexander
b4170dda1f Update org-mode version. 2023-08-25 04:58:45 -04:00
Tom Alexander
bd99fbc4c4 Get the versions of emacs and org-mode and write them to stdout. 2023-08-25 02:30:52 -04:00
Tom Alexander
cfc9153c28 Handle nodes that do not have a contents begin like fixed width areas. 2023-08-20 16:25:57 -04:00
Tom Alexander
13a73efdcf Handle line numbers properly when selected node does not end in a line break. 2023-08-20 15:55:54 -04:00
Tom Alexander
372542d914 Add a print to announce the server is running. 2023-08-18 22:32:01 -04:00
Tom Alexander
9032b00e1b Fix handling of plain text. 2023-08-18 21:22:53 -04:00
Tom Alexander
ab836f2794 Switch to returning the whole tree from rust instead of just the lists. 2023-08-18 19:11:51 -04:00
Tom Alexander
893de9a65e Set cache control headers for the static files. 2023-08-18 15:50:22 -04:00
Tom Alexander
bff0a62291 Change response to impl IntoResponse. 2023-08-18 15:41:23 -04:00
Tom Alexander
91e9645c37 Recursing through the ast to find the lists. 2023-08-17 05:18:51 -04:00
Tom Alexander
4b9e84375e Starting to iterate through the token tree. 2023-08-17 04:34:44 -04:00
Tom Alexander
371d74e691 Import s-expression parser from organic. 2023-08-17 03:53:02 -04:00
Tom Alexander
40bf188c5a Starting the owner tree module. 2023-08-17 03:42:18 -04:00
Tom Alexander
65aba3c993 Convert emacs wrapper to tokio's Command. 2023-08-17 03:34:49 -04:00
Tom Alexander
0d2a13739a Import the emacs wrapper from organic. 2023-08-17 03:25:12 -04:00
Tom Alexander
0331c06875 Minimal structure for the web server. 2023-08-17 03:21:43 -04:00
Tom Alexander
e491ed23ea Initial commit. 2023-08-17 02:52:58 -04:00