From 952da09974563ee7e74bea4646362f552b5e13d6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 13 Jan 2021 19:21:25 +0100 Subject: [PATCH] Auto: misc. --- journal/2021-01-13.md | 10 ++++++++-- lxml.md | 10 ++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 lxml.md diff --git a/journal/2021-01-13.md b/journal/2021-01-13.md index a4525fae1..2ab56db38 100644 --- a/journal/2021-01-13.md +++ b/journal/2021-01-13.md @@ -46,8 +46,10 @@ ## [[doing]] - [[agora plan]] - [[implement]] [[push]] - - Parse markdown tree with [[marko]]. - - Find [[push]] blocks, grab children. + - Parse markdown tree with [[marko]]. Find [[push]] blocks, grab children. + - This ended up being horrible. + - But I'm already rendering markdown to pretty nice looking html, so... + - [[lxml]] saves the day again! - Pass through [[pushing]]? - Render as detached subnodes in the target for now. - [[gift]] [[escuela de aprendices]] to [[ana]] @@ -99,6 +101,10 @@ [foam settings]: ../foam-settings "Foam Settings" [protopoi]: ../protopoi "Protopoi" [moa party]: ../moa-party "Moa.party" +[flask]: ../flask "Flask" +[anarchist]: ../anarchist "Anarchist" +[mapping the fediverse]: ../mapping-the-fediverse "Mapping the Fediverse" +[david mynors]: ../david-mynors "David Mynors" [marko]: ../marko "Marko" [pushing]: ../pushing "Pushing" [escuela de aprendices]: ../escuela-de-aprendices "Escuela De Aprendices" diff --git a/lxml.md b/lxml.md new file mode 100644 index 000000000..8b3fd0da6 --- /dev/null +++ b/lxml.md @@ -0,0 +1,10 @@ +# Lxml + +- [[go]] lxml.de +- [[python]] bindings for [[libxml2]] and [[libxslt]]. +- I've used it before, I used it today, I'll probably use it again. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file