Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file src/default.css version b1ba7526de
|
2020-09-17
| ||
| 21:09 | Toggle Pikchr between SVG and source code using ctrl-click. Or if the Pikchr was created using the "toggle" tag, an plain old single-click will suffice. ... (check-in: d88444e265 user: drh tags: trunk) | |
| 19:31 | Misuse of a potentially unsigned value, caught by clang. Only affected platforms where char is unsigned by default. ... (check-in: 5c92bbfca7 user: stephan tags: trunk) | |
| 19:30 | Toggle between SVG and Pikchr source code using the "hidden" class and use ctrl-click rather than double-click. ... (check-in: 22ba9a41e4 user: drh tags: trunk) | |
| 19:20 | Cleanup the double-click source display for Pikchr. ... (check-in: 5634dfeb2f user: drh tags: trunk) | |
| 18:04 | Put the javascript for SVG/source toggling inside of the safe-html nonce so that it survives safing. ... (check-in: ebf5b59570 user: drh tags: trunk) | |
| 17:58 | Experimental double-click to toggle between SVG and pikchr source. ... (check-in: 3c786c6fc3 user: drh tags: trunk) | |
| 17:17 | Pedantic CSS tweaks. ... (check-in: 5b93a4da73 user: stephan tags: trunk) | |
| 17:13 | pikchr source view: tentatively re-added the copy button (only in source view, not SVG), but it now switches back to SVG mode if it successfully copies the source code. ... (check-in: d369f4f389 user: stephan tags: trunk) | |
| 16:52 | pikchr mode swap: tapping on an SVG switches modes and enables the mode-select button. Leaving source view mode requires activating that button (which works like before, but is only visible in source mode). ... (check-in: 2a2be01319 user: stephan tags: trunk) | |
| 16:31 | Implemented most of the feedback from [https://pikchr.org/home/forumpost/f538d8e7f7], with the exceptions being documented in that thread. /pikchrshow now longer uses the mode-swap feature (seems superfluous there) and tapping anywhere in the body, outside of the source/svg container element, now turns off those buttons on all pikchrs where they are currently visible. Consolidated pikchr-rendering impl for markdown/fossil/pikchrshow/pikchr command. ... (check-in: 4f69773183 user: stephan tags: trunk) | |