From 76cdedac4250309c327c410fe1f30595969a7357 Mon Sep 17 00:00:00 2001 From: simoon Date: Tue, 19 Nov 2019 12:37:07 +0100 Subject: [PATCH] added curl_tests --- curl_tests/foo.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 curl_tests/foo.md diff --git a/curl_tests/foo.md b/curl_tests/foo.md new file mode 100644 index 0000000..d41d37e --- /dev/null +++ b/curl_tests/foo.md @@ -0,0 +1,45 @@ +19.11.19 +
+
+Tutorial with Michael
+================
+
+**input from web:**
+$ curl https://pad.xpub.nl/p/flusser_interview_notes/export/txt | pandoc -t markdown > flusser.md
+texts written on pad, then curl, then pushed to https://git.xpub.nl/simoon/thesis
+
+Q: If I curl from the pad, it creates a lot of line-breaks and also doesn't break lines where they should be (inserting a "\*"). How do I avoid this? Adding pre tags seems to help get around this, but then I'm writing in markdown AND html. Confusing perhaps? I'm using this command:
+$ curl https://pad.xpub.nl/p/19_11_19_Simon_W_Michael/export/txt | pandoc -t markdown > foo.md
+
+Q: Writing in markdown seems to make more sense than exporting HTML from pad (which includes a lot of unnecessary 
    and
      tags. Which is the best workflow for using input from pad? + + +**Layout:** +I'd like to try writing multi-page documents, using Python to read files as part of the code: https://pzwiki.wdka.nl/mediadesign/User:Simon/Trim4/tools/Python_read_file +How do I do this with: + + * reportlab +https://pzwiki.wdka.nl/mediadesign/User:Simon/Trim4/Layout_using_Reportlab + * flat https://xxyxyz.org/flat/ +https://pzwiki.wdka.nl/mediadesign/User:Simon/Trim4/Layout_using_Flat + * LaTeX??? + * platypus +https://platypus.pz.org/downloads.html + + +**Imposition:** + * using pdfimpose https://pzwiki.wdka.nl/mediadesign/User:Simon/Trim4/PDF_imposition#Using_pdfimpose + + +**print-ready docs in the browser** +this https://transmediale.de/content/on-the-endless-infrastructural-reach-of-a-phoneme +becoming this https://www.printfriendly.com/p/g/DXSzGK + + +**bootleg library functionality:** + * mutliple PDFs under the one listing (e.g. booklet PDF, single-page PDF) + * ways to incorporate annotation + * django + + +**turning RPi into hotspot?**