talexander
  • Joined on 2023-07-05
talexander deleted branch footnote from talexander/natter 2023-10-30 02:29:57 +00:00
talexander pushed to main at talexander/natter 2023-10-30 02:29:47 +00:00
ff57242434 Merge branch 'footnote'
0da37b25e3 Assign the reference counts.
ff03140007 Order the footnotes based on when they start processing rather than when they finish.
0ae492f8d3 Promote waiting footnote definitions.
613d49c6ec Record on-deck footnote definitions.
Compare 25 commits »
talexander pushed to footnote at talexander/natter 2023-10-30 02:11:31 +00:00
417af9e5e8 Order the footnotes based on when they start processing rather than when they finish.
0660497f9d Promote waiting footnote definitions.
81c2e62144 Record on-deck footnote definitions.
Compare 3 commits »
talexander pushed to footnote at talexander/natter 2023-10-30 01:45:46 +00:00
79fb0432d4 no-op the template for footnote definitions.
2be646f216 Only parse footnote definitions if they target a reference that exists.
52e3b704b7 Re-enable AstNode.
de58a4ea0a Fix build by making the registry guarded by an ArcMutex.
514f9cc89c Registry being mutuably borrowed.
Compare 10 commits »
talexander created branch footnote in talexander/natter 2023-10-30 01:45:46 +00:00
talexander pushed to main at talexander/natter 2023-10-29 15:00:51 +00:00
06dcd22e69 Switch to split inclusive instead of manually-implemented full lines iterator.
f87c453459 Move the full lines iterator to its own file.
Compare 2 commits »
talexander created branch foreign_document_literate_build_emacs in talexander/organic 2023-10-29 14:50:01 +00:00
talexander pushed to foreign_document_literate_build_emacs at talexander/organic 2023-10-29 14:50:01 +00:00
195dba111a Add a literate tutorial for building emacs to the foreign documents test.
talexander pushed to main at talexander/natter 2023-10-29 14:44:51 +00:00
e42edb3f49 Merge branch 'src_block'
6d83828012 Add inline source block.
eaea37f448 Add a basic template for source blocks.
fb99fd2b39 Get the source code lines.
313313ae53 Initial structure for unhighlighted source blocks.
Compare 5 commits »
talexander pushed to main at talexander/natter 2023-10-29 13:31:07 +00:00
d9a3b13780 Use raw_link instead of path for regular links.
talexander pushed to main at talexander/organic 2023-10-28 02:14:06 +00:00
10aa0956ee Merge branch 'lesser_block_memory_optimization'
816c164996 Only allocate memory if removing text for lesser blocks.
Compare 2 commits »
talexander deleted branch lesser_block_memory_optimization from talexander/organic 2023-10-28 02:13:46 +00:00
talexander pushed to lesser_block_memory_optimization at talexander/organic 2023-10-28 01:51:19 +00:00
816c164996 Only allocate memory if removing text for lesser blocks.
talexander created branch lesser_block_memory_optimization in talexander/organic 2023-10-28 01:51:19 +00:00
talexander pushed to main at talexander/natter 2023-10-28 01:17:54 +00:00
8d9a50226a Add a tree-sitter-highlight dependency for source blocks.
talexander pushed to main at talexander/natter 2023-10-28 00:57:34 +00:00
f164838953 Add a space after objects.
fe3f2642fe Add a marker to make incomplete templates more obvious in the rendered html.
3d89492518 Add regular link.
Compare 3 commits »
talexander pushed to main at talexander/natter 2023-10-28 00:28:01 +00:00
793789bdf2 Add entity.
talexander pushed to main at talexander/natter 2023-10-28 00:21:51 +00:00
dbea9318e9 Merge branch 'plain_list'
4adaeb0341 Add line break.
bfc9e3ed80 Add plain list items.
62ffc76376 Add basic templates for plain list.
Compare 4 commits »
talexander pushed to main at talexander/natter 2023-10-27 23:53:31 +00:00
5bbb12327b Add template for quote blocks.
f6c475c80c Add templates for text markup.
Compare 2 commits »
talexander pushed to main at talexander/natter 2023-10-27 23:30:24 +00:00
4c3bea06d1 Add templates for target, keyword, comment block and comment.