Alex Jordan
Alex Jordan
If you write a WW exercise (using PTX source) and it generates an image, under what conditions do we tell the WW server to generate the image from scratch, as...
We could use the HTML `details` element to initially hide a long description of an image that is revealed upon a click: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details This would allow descriptions to have markup...
Mathword
This replaces #1589. Summary: it scraps the punctuation pull-in for inline math. Replacing it with something that pulls in all adjacent text (both in front and behind). It does not...
This is maybe a nothing burger, but this article shows how to use HTML details/summary elements to work like knowls: https://css-tricks.com/how-to-animate-the-details-element-using-waapi/ I know that our knowls have complications like MathJax...
This changes the schema for an image description to be plain text only. Will require an -announce message? Suddenly schema-compliant source will become noncompliant. Also since this goes into an...
This makes it so you can have `(introduction?|webwork|conclusion?)` in a PROJECT-LIKE. PROJECT-LIKE is similar enough to inline exercise that this did not take much work.
This documents a feature we have always had*, but I only realized it recently. Formerly we thought of the `pg-code` element as purely for setup code. But there is no...
At a page like this one: https://pretextbook.org/examples/sample-article/html/solutions-backmatter.html We should give HTML ids to certain things so that permids are possible. I noticed this while trying to send a link to...
It might be good to allow a "fillin" to be printed filled in. For example in a statement: "bowling uses _____ pins" but in a solution you have the same...
Look into what we might do to make spaces (and tabs?) visible in `pre` and `cd` output. Always visible? Publisher choice? Attribute on the `pre` or `cd`? Only applies to...