From 16e4e99f5e3a7b7a5f9cb0a8713fd082aae100db Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 29 Oct 2024 00:02:09 -0400 Subject: [PATCH] ideas for modifying generated html --- TODO | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index c94bc0b..2022884 100644 --- a/TODO +++ b/TODO @@ -2,14 +2,20 @@ make the date format ISO (Markdown seems fine, just need typst)? make typst dependant on yaml? -make page url available - add draft attr add description attr github action for deploy to github pages -see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck) - minify js and css when copying over instead of just copying + +Check to see if pandoc html output can be changed somehow +https://hackage.haskell.org/package/pandoc-3.5/docs/Text-Pandoc-Writers.html#t:Writer +HXT on the generated html is an option +https://pandoc.org/MANUAL.html#custom-readers-and-writers might be an option https://pandoc.org/lua-filters.html +most likely will be a generic lua filter though https://pandoc.org/lua-filters.html + + + +see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)