Commit Graph

84 Commits

Author SHA1 Message Date
Tom Alexander 59a91331cc
Add support for target links.
format Build format has succeeded Details
build-natter Build build-natter has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
2023-12-23 22:54:48 -05:00
Tom Alexander 35cf675c87
Fix clippy.
format Build format has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
rust-test Build rust-test has succeeded Details
2023-12-23 21:36:24 -05:00
Tom Alexander 3b63bbdfde
Add support for subpaths. 2023-12-23 21:29:59 -05:00
Tom Alexander 24218f2979
Generate post links, so far only top-level. 2023-12-23 21:22:43 -05:00
Tom Alexander 6a086d57de
Generate Post link when the protocol is post. 2023-12-23 20:55:32 -05:00
Tom Alexander 93e0a2fe98
Add URL parsing. 2023-12-23 20:45:20 -05:00
Tom Alexander 86d4e25aa0
Add support for a target variable in regular links.
This will initially be used for supporting "post://" links.
2023-12-23 20:35:27 -05:00
Tom Alexander cb5d131097
Add support for plain links.
format Build format has succeeded Details
rust-test Build rust-test has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
build-natter Build build-natter has succeeded Details
2023-12-23 19:23:39 -05:00
Tom Alexander 8905c9356b
Add a build for regular non-blog-post pages from org source. 2023-12-23 16:55:49 -05:00
Tom Alexander 397d4ea0bc
Fix clippy issues.
rust-test Build rust-test has succeeded Details
rust-clippy Build rust-clippy has succeeded Details
build-natter Build build-natter has succeeded Details
format Build format has succeeded Details
2023-12-23 07:08:06 -05:00
Tom Alexander 95d4ee7080
Render the table groups. 2023-12-22 18:06:55 -05:00
Tom Alexander fa2dd96f78
Update intermediate phase for table groups. 2023-12-22 18:00:07 -05:00
Tom Alexander 7741e192f5
Group table rows into sections. 2023-12-22 00:08:06 -05:00
Tom Alexander 4fb08bc7d0
Wrap inline footnote definitions in a paragraph tag.
This is to match the behavior of the upstream org html exporter.
2023-12-21 18:09:43 -05:00
Tom Alexander 27ff13e675
Also special-case plain list items containing only paragraphs and sublists.
This seems to be the behavior of the upstream org html exporter.
2023-12-21 17:27:19 -05:00
Tom Alexander 2914e42ba1
For plain list items with a single child that is a paragraph, do not wrap in paragraph html tags.
This is mimicking the behavior from org-mode's HTML exporter.
2023-12-21 17:18:51 -05:00
Tom Alexander 72952adb6b
Add post_blank to the rust types. 2023-12-21 15:09:13 -05:00
Tom Alexander 8b85c02ef1
Wrap the intermediate Registry in an IntermediateContext.
This is currently just to maintain consistency with the render phase's RenderContext but in the future it should allow us to include immutable data that is not locked behind the ArcMutex.
2023-12-21 13:53:56 -05:00
Tom Alexander 2ae4839ce0
Remove common whitespace prefix from src block lines. 2023-12-21 13:16:05 -05:00
Tom Alexander 5654c40d03
Get the real language for src blocks from the org source. 2023-12-21 12:07:36 -05:00
Tom Alexander 2e1c979127
Add a prefix to footnote IDs.
This avoids a conflict with multiple blog posts rendering in the same stream.
2023-12-19 18:01:54 -05:00
Tom Alexander 4bb1f9983a
Standardize the construction of intermediate BlogPostPage. 2023-12-19 17:31:16 -05:00
Tom Alexander add267d616
Switch over to using the render context in render calls. 2023-12-19 16:20:12 -05:00
Tom Alexander 6511115b95
Implement a flawed version of RenderBlogStreamEntry::new.
There are some shortcomings in this implementation listed in the comments, but this is the general structure.
2023-12-19 10:59:34 -05:00
Tom Alexander 2ba4a5e3d7
Generate newer and older links. 2023-12-17 17:16:26 -05:00
Tom Alexander c3482cf1e4
Chunking the blog posts for the stream. 2023-12-17 16:57:37 -05:00
Tom Alexander fdf84e3d0b
Finding the index page. 2023-12-17 15:45:50 -05:00
Tom Alexander 0a4376dfb8
Rename intermediate blog post source file. 2023-12-17 15:32:07 -05:00
Tom Alexander 60555999db
TEMP: Disable the css reset.
This is so I can develop the header without having any CSS written yet since the page is a mess without CSS.
2023-12-17 14:56:23 -05:00
Tom Alexander c98489cacb
Add the page header to the render context. 2023-12-17 14:45:42 -05:00
Tom Alexander 35dbab0ceb
Create a page header struct. 2023-12-17 14:45:42 -05:00
Tom Alexander 884215a7e1
Writing the stylesheets to the output folder. 2023-12-17 13:46:47 -05:00
Tom Alexander 20c55f0708
Loading stylesheets from the default environment. 2023-12-17 12:43:47 -05:00
Tom Alexander 270c42a509
Update to use get_value from the latest organic code. 2023-10-31 22:03:22 -04:00
Tom Alexander b654ca4859
Add render phase to tables. 2023-10-31 20:29:37 -04:00
Tom Alexander 386af57ce6
Add intermediate stage for tables. 2023-10-31 20:26:34 -04:00
Tom Alexander 0fae417610
Add intermediate stage for text markup. 2023-10-31 19:57:04 -04:00
Tom Alexander 8695cf17c5
Copy the value of latex fragments through the pipeline. 2023-10-31 19:14:36 -04:00
Tom Alexander ada11816fb
Run cargo fix. 2023-10-29 22:31:29 -04:00
Tom Alexander 0da37b25e3
Assign the reference counts. 2023-10-29 22:29:29 -04:00
Tom Alexander ff03140007
Order the footnotes based on when they start processing rather than when they finish.
This has the benefit of making the output order make sense when footnote definitions reference footnote references but I mostly did it to match the behavior of upstream org-mode.
2023-10-29 22:29:29 -04:00
Tom Alexander 0ae492f8d3
Promote waiting footnote definitions. 2023-10-29 22:29:29 -04:00
Tom Alexander 613d49c6ec
Record on-deck footnote definitions. 2023-10-29 22:29:29 -04:00
Tom Alexander 2e7cfd5637
Only parse footnote definitions if they target a reference that exists. 2023-10-29 22:29:28 -04:00
Tom Alexander afe62de2b6
Re-enable AstNode. 2023-10-29 22:29:28 -04:00
Tom Alexander 1f3b5262b8
Fix build by making the registry guarded by an ArcMutex. 2023-10-29 22:29:28 -04:00
Tom Alexander f63620b547
Registry being mutuably borrowed. 2023-10-29 22:29:28 -04:00
Tom Alexander 671159cb82
Does not work even without IntoAstNode. 2023-10-29 22:29:28 -04:00
Tom Alexander f1e985fb32
Lifetime issue. 2023-10-29 22:29:28 -04:00
Tom Alexander a966be8122
Remove closures from iselector macro. 2023-10-29 22:29:28 -04:00