Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins related to "pikchr-th"
|
2020-09-14
| ||
| 00:42 | Added pikchr CLI command to process pikchr scripts, optionally with embedded TH1. ... (check-in: 5173701de4 user: stephan tags: trunk) | |
| 00:27 | pikchr command doc updates. ... (Closed-Leaf check-in: f2248f819d user: stephan tags: pikchr-th) | |
| 00:06 | Changed th1 enable_htmlify call semantics. Fixed a bug introduced in [6f7f73b6] which entirely broke th1 rendering in skins. ... (check-in: 7996a7940a user: stephan tags: pikchr-th) | |
|
2020-09-13
| ||
| 23:38 | Added th1 (enable_htmlify bool) command so that pikchr th1 code in th1Docs has a way of toggling that g.th1Flag off and on. ... (check-in: 6f7f73b6af user: stephan tags: pikchr-th) | |
| 22:09 | Added captureTh1 to www/th1.md, hyperlinked the entries of the th1 command list to their doc sections, and replaced "a name=..." with "a id=...", as the former is long since deprecated (has the same effect, though). ... (check-in: e7dcfc90f0 user: stephan tags: pikchr-th) | |
| 21:37 | Added captureTh1 TH1 command which runs TH1 and captures any output as a string, which becomes the function's result. ... (check-in: c3991493b9 user: stephan tags: pikchr-th) | |
| 21:23 | Centralized handling of the TH_INIT_NO_ENCODE (formerly NO_ESC) flag in sendText(). ... (check-in: b95861fb8a user: stephan tags: pikchr-th) | |
| 19:40 | Undid part of [dd4b87c0] which was just plain broken. Yes, we do need TH_INIT_NO_ESC, or something similar, to avoid puts HTML-escaping our pikchr quotes. ... (check-in: a5eaa0661e user: stephan tags: pikchr-th) | |
| 19:35 | Renamed -th-nopic to -th-nosvg because nopic should arguably be nopik, but nopik looks/feels like a typo :/. #FirstWorldProblems ... (check-in: 80f7c6c025 user: stephan tags: pikchr-th) | |
| 18:42 | It seems we might not need the new TH1_INIT_NO_ESC flag so long as we're just really careful with how we use puts. ... (check-in: dd4b87c0bc user: stephan tags: pikchr-th) | |
| 18:27 | Merged in trunk for latest pikchr. ... (check-in: 810b8272fb user: stephan tags: pikchr-th) | |
| 18:26 | Found a workaround for the th1 puts escaping, but am still wondering whether it's a viable long-term solution. ... (check-in: 18abb60d42 user: stephan tags: pikchr-th) | |
| 17:51 | Update pikchr.c to the lastest version will all of the latest bug fixes. ... (check-in: d9f61a9ab2 user: drh tags: trunk) | |
| 16:35 | Initial work on a pikchr CLI command which integrates TH1 for programmatic pikchr generation. DO NOT MERGE: the required changes to TH1 need more testing to ensure they do not introduce fallout in the skin output. Also, output redirection is still very imcomplete and TH1 error reporting does not yet do the right thing. ... (check-in: 8a4304eae2 user: stephan tags: pikchr-th) | |
| 11:31 | Update pikchr.c to a version that avoids using the " " entity. ... (check-in: 931f782ff3 user: drh tags: trunk) | |