Go to file
towards-a-new-leftypol 3b1d130f41 Parse post body using DOM
- add module for parsing post body
- creates and element and sets the innerhtml of it to a string
- then iterates over the nodes that were created to
  get them into a data structure
- re-use data-structure from bunkerchan-upload script
    - parsing logic is similar but uses ghcjs-dom API instead of HXT
2024-02-09 05:38:06 -05:00
html render thread 2024-02-07 07:49:23 -05:00
src Parse post body using DOM 2024-02-09 05:38:06 -05:00
static Get ready to have file details in CatalogGrid 2024-01-22 15:20:43 -05:00
.gitignore Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
.gitmodules Add common submodule (with PostsType) 2024-01-13 11:36:49 -05:00
LICENSE Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
cabal.config Initial commit - struggle to set up a working environment 2023-11-28 04:46:39 -05:00
chandlr.cabal Parse post body using DOM 2024-02-09 05:38:06 -05:00
closure_example.sh WIP Client.getThread 2024-01-31 20:36:50 -05:00
default.nix Some basic first attempt at XHR 2024-01-11 18:59:00 -05:00
index.html render thread 2024-02-07 07:49:23 -05:00
query_postgrest.sh render thread 2024-02-07 07:49:23 -05:00