Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
38 check-ins using file src/forum.c version 144b18211e
|
2020-09-18
| ||
| 04:10 | pikchr js: hide/show the SVG's parent element instead of the SVG, so that output from pikchr print commands is hidden when the source is shown. check-in: 43116c73fd user: stephan tags: trunk | |
| 03:28 | Clarify the origin of JS in the generated HTML. check-in: 6854244949 user: drh tags: trunk | |
| 02:54 | Always include a \n after the opening safe_html() nonce when generating Pikchr output, for improved human readability of the generated HTML. check-in: 39b2081e6e user: drh tags: trunk | |
| 01:21 | pixchr layout changes requested at https://pikchr.org/home/forumpost/504f54f61b. See the comments about alt/ctrl/meta keys. check-in: cd22f0f07d user: stephan tags: trunk | |
|
2020-09-17
| ||
| 23:44 | pikchr command doc updates. check-in: 82a0b517a7 user: stephan tags: trunk | |
| 23:25 | Removed some console.debug() output and fixed extraneous breaks which caused markdown_to_html() to stop afer processing a single tag. check-in: 67060c5090 user: stephan tags: trunk | |
| 23:11 | Renovated the pikchr click handling as discussed off-list with drh. check-in: 938bb6c708 user: stephan tags: trunk | |
| 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 ar... check-in: 4f69773183 user: stephan tags: trunk | |
|
2020-09-16
| ||
| 22:25 | Changelog update per forum request. check-in: b816bae3f2 user: stephan tags: trunk | |
| 20:49 | In pikchr: fix minor details on drawing filled "file" objects and the "fit" operator on "cylinder" objects. check-in: db02f9b889 user: drh tags: trunk | |
| 19:01 | New pikchr.c file that fixes alignment of chopped lines. check-in: 7c28d11d9a user: drh tags: trunk | |
| 15:30 | Bug fixes in the pikchr.c tokenizer. check-in: 3676540374 user: drh tags: trunk | |
| 13:58 | Fix problems with the built-in "decompress()" SQL function. check-in: 449ab5d600 user: drh tags: trunk | |
| 13:45 | Update the built-in SQLite and Pikchr to the latest code, for testing. check-in: ecf679b289 user: drh tags: trunk | |
| 13:21 | Make an appropriate entry in the rcvfrom table when doing a git or svn import. See [forum:92db82a45e|forum post 92db82a45e] for details on the problem that this check-in attempts to fix. check-in: 59ba20f845 user: drh tags: trunk | |
| 08:04 | pikchrshow, wikiedit, and fileedit now all respond to ctrl-enter in their editor to refresh the preview. The latter two, on their preview tabs, respond to ctrl-enter to switch back to the editor and give it focus. It's now possible to edit, preview, and switch back to the same editing position without the mouse :). check-in: a1838297f9 user: stephan tags: trunk | |
| 04:14 | Update to the very latest pikchr.c file for testing. check-in: a9c54aad9c user: drh tags: trunk | |
|
2020-09-15
| ||
| 20:52 | Allow files to be converted to symlinks and vice versa without an intermediate check-in to delete them check-in: e0aebc21c6 user: andygoth tags: trunk | |
| 20:10 | Bug fixes in Pandoc identifier generation. Now closed. See branch wiki for discussion. Closed-Leaf check-in: 77cbe291af user: drh tags: auto-toc | |
| 19:50 | Automatic table-of-contents generated for Markdown if there is a tag of the form: <!--markdown: toc=N --> where N is an integer that is the deepest level of content that will be added to the index. The TOC is inserted in place of the magic HTML comment. check-in: 6142e11d20 user: drh tags: auto-toc | |
| 19:23 | Restore the ability to add symlinks located inside subdirectories check-in: 9d75d6ae88 user: andygoth tags: trunk | |
| 19:23 | Remove some end-of-line whitespace and fix some very minor comment typos and capitalization errors check-in: 0537925523 user: andygoth tags: trunk | |
| 18:20 | Enable automatic paragraph numbering in Markdown using a special HTML comment: "<--markdown paragraph-numbers=on -->" check-in: d9a70a1df9 user: drh tags: auto-toc | |
| 16:40 | fossil.pikchr.addSrcView() now tags each processed SVG element to avoid potentially processing the same one multiple times. Added fossil.pikchr support to /doc, /wiki, and /wikiedit/fileedit previews. This is harmless if there are no pikchrs or JS is disabled. check-in: 83f03e91c4 user: stephan tags: trunk | |
| 15:43 | Fix the markdown converter so that it recognizes HTML comments and passes them through into the raw_html_tag callback. check-in: 881f86645a user: drh tags: trunk | |
| 14:56 | Provide a custom structure to the "opaque" pointer of the generic Markdown translator for use when translating Markdown into HTML. check-in: b61dcef9e8 user: drh tags: trunk | |
| 14:54 | Restrict pikchr svg/source toggle to clicks, per forum feedback. check-in: 4e757d8c48 user: stephan tags: trunk | |
| 14:17 | When parsing HTML attribute values in Fossil Wiki formatting, do not allow quoting characters inside of non-quoted values. check-in: b07834b386 user: drh tags: trunk | |
| 14:13 | Added post expand/collapse JS to forum post create/edit pages and activated pikchr source/svg toggle on those pages. This is all nice-to-have JS, not required, so won't break non-JS-capable clients. check-in: db865174a0 user: stephan tags: trunk | |