talexander
  • Joined on 2023-07-05
talexander pushed to pixelbook at talexander/machine_setup 2023-11-14 21:23:56 +00:00
278a0eb2f6 Add support for audio.
534b8ec311 Add the pixelbook.
Compare 2 commits »
talexander pushed to main at talexander/machine_setup 2023-11-14 20:05:58 +00:00
f6bc39a7fb TEMP changes for running on NUC.
68e84fdd77 Add node version manager (nvm) and minor fixes.
Compare 2 commits »
talexander pushed to post_blank at talexander/organic 2023-11-01 05:38:03 +00:00
3fb7cb82cd Implement get_contents for document.
e0ec5c115f Need a constant value for generic numbers.
f0868ba3ed Add a post blank implementation to document.
425bc12353 Add implementations to calculate the new fields for heading.
03754be71e Implement the new fields for section.
Compare 12 commits »
talexander pushed to post_blank at talexander/organic 2023-11-01 02:19:50 +00:00
31406fd520 Fix clippy.
49bc51ba89 Compare post-blank.
92592104a4 Compare contents begin/end.
Compare 3 commits »
talexander pushed to post_blank at talexander/organic 2023-11-01 02:00:11 +00:00
33f4614d28 Make get_rust_byte_offsets more generic so it can be used for contents.
6c197c376a Add todo implementations of the new standard property functions.
bcf1b49db2 Remove the GetStandardProperties trait.
49f6e70a19 Use RPIT to get static dispatch GetStandardProperties.
31fb815681 Add a function for getting the post blank.
Compare 5 commits »
talexander created branch post_blank in talexander/organic 2023-11-01 02:00:11 +00:00
talexander deleted branch lazy_parse_lesser_block_contents from talexander/organic 2023-11-01 00:54:17 +00:00
talexander pushed to main at talexander/organic 2023-11-01 00:54:10 +00:00
7dfe24ff98 Merge branch 'lazy_parse_lesser_block_contents'
a5627d0cee Do not parse the lesser block contents during parsing, but rather only if the contents are requested.
Compare 2 commits »
talexander pushed to lazy_parse_lesser_block_contents at talexander/organic 2023-11-01 00:43:15 +00:00
a5627d0cee Do not parse the lesser block contents during parsing, but rather only if the contents are requested.
talexander pushed to lazy_parse_lesser_block_contents at talexander/organic 2023-11-01 00:41:05 +00:00
41f3f768d4 fixup
talexander created branch lazy_parse_lesser_block_contents in talexander/organic 2023-11-01 00:41:05 +00:00
talexander pushed to main at talexander/natter 2023-11-01 00:39:06 +00:00
e8963e107b Merge branch 'table'
0b64551a23 Add templates for tables.
b654ca4859 Add render phase to tables.
386af57ce6 Add intermediate stage for tables.
Compare 4 commits »
talexander pushed to main at talexander/organic 2023-11-01 00:19:56 +00:00
26c5713987 Merge branch 'lazy_parse_lesser_block_contents'
bd08cadda3 Do not parse the lesser block contents during parsing, but rather only if the contents are requested.
Compare 2 commits »
talexander pushed to main at talexander/natter 2023-11-01 00:02:53 +00:00
ef4d315bf2 Run cargo fix.
talexander pushed to main at talexander/natter 2023-11-01 00:02:26 +00:00
2142b01967 Merge branch 'text_markup'
159d8fb72a Add render stage for text markup.
0fae417610 Add intermediate stage for text markup.
Compare 3 commits »
talexander deleted branch foreign_document_literate_build_emacs from talexander/organic 2023-10-31 23:49:31 +00:00
talexander pushed to main at talexander/organic 2023-10-31 23:49:24 +00:00
93cfa71df2 Merge branch 'foreign_document_literate_build_emacs'
78320d3265 Fix clippy errors.
9e908935f8 Add special case to delete invalid org-mode file.
b18a703529 Handle nil values for compare_property_object_tree.
ea52dc60be Add a literate tutorial for building emacs to the foreign documents test.
Compare 5 commits »
talexander pushed to main at talexander/natter 2023-10-31 23:48:24 +00:00
ae933b491e Use macros for the intermediate to render step.
talexander pushed to main at talexander/natter 2023-10-31 23:18:30 +00:00
5e476e189a Merge branch 'latex_fragment'
533997dbf5 Add a template for latex fragment.
8695cf17c5 Copy the value of latex fragments through the pipeline.
e2f9938437 Add notes about latex fragments.
Compare 4 commits »
talexander pushed to foreign_document_literate_build_emacs at talexander/organic 2023-10-31 22:32:13 +00:00
78320d3265 Fix clippy errors.