Activity for trichoplax
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Edit | Post #715 | Initial revision | — | 11 months ago |
| Answer | — |
A: test post with an image Some text typed in before uploading an image with the "Insert image" button. (more) |
— | 11 months ago |
| Comment | Post #713 |
Pressing "Edit" shows that the test photo has been successfully uploaded to the server, and the correct Markdown to display it is present, but because there was no keyboard activity involved in pasting in the image, the preview was not updated, and the HTML still says "Uploading, please wait..." as i... (more) |
— | 11 months ago |
| Edit | Post #714 | Initial revision | — | 11 months ago |
| Answer | — |
A: test post with an image Some text typed in before pasting in the image with ctrl+V. (more) |
— | 11 months ago |
| Edit | Post #713 | Initial revision | — | 11 months ago |
| Answer | — |
A: test post with an image Some text typed in before pasting in the image with right mouse click. (more) |
— | 11 months ago |
| Edit | Post #709 |
Post edited: No |
— | 11 months ago |
| Edit | Post #709 | Initial revision | — | 11 months ago |
| Question | — |
Is MathML converted by the MathJax library? MathJax: $$1+1=2$$ MathML: 1 + 1 = 2 No, the MathML is stripped out so MathJax has nothing to work on. (more) |
— | 11 months ago |
| Edit | Post #702 |
Post edited: Add note |
— | over 1 year ago |
| Edit | Post #702 | Initial revision | — | over 1 year ago |
| Question | — |
Testing mixed tabs and spaces in code blocks Some code blocks: ```text spaces ``` ```text tab ``` Try highlighting the text and the whitespace before it to see the difference. Although pressing tab while manually entering code will switch to another element rather than inserting a tab character, code that is pasted in maintain... (more) |
— | over 1 year ago |
| Comment | Post #697 |
That first comment pinged trichoplax (me), so yes it seems answering adds me to the pingable list. (more) |
— | over 1 year ago |
| Edit | Post #700 |
Post edited: |
— | over 1 year ago |
| Edit | Post #700 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Alignment test post Testing making a table through the user interface using HTML rather than Markdown, so the alignment classes can be added. Centered Right aligned centered right aligned Longer text to make alignment apparent Longer text to make alignment apparent (more) |
— | over 1 year ago |
| Edit | Post #699 | Initial revision | — | over 1 year ago |
| Question | — |
Testing multiple images on one line Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imagealttext Imageal... (more) |
— | over 1 year ago |
| Edit | Post #698 |
Post edited: |
— | over 1 year ago |
| Edit | Post #698 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Alignment test post Testing the same Markdown as the question to see whether the alignment classes are added automatically. Test table |a|b| |:-:|-:| |some text goes here|some other text goes here| They are not. (more) |
— | over 1 year ago |
| Edit | Post #696 |
Post edited: Mention significant limitations |
— | over 1 year ago |
| Edit | Post #696 |
Post edited: Mention triple clicking |
— | over 1 year ago |
| Edit | Post #696 |
Post edited: Remove redundant subtitle |
— | over 1 year ago |
| Edit | Post #696 | Initial revision | — | over 1 year ago |
| Question | — |
Fake spoiler text Highlight to reveal, for example by dragging over the text to select it, or triple clicking to select the paragraph. ```html Some hidden text in a sentence. ``` Some hidden text in a sentence. ```html GOOD AFTERNOON ``` GOOD AFTERNOON ```html I'm So Meta ... (more) |
— | over 1 year ago |
| Edit | Post #695 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Markdown image formatting test I prefer sticking to Markdown in my own posts, for compatibility for anyone who wants to reuse sections of my posts outside Codidact, but there are already several ways to format posts using the existing HTML classes that Codidact defines (through Co-Design). Examples ```html This is some ... (more) |
— | over 1 year ago |
| Edit | Post #693 | Initial revision | — | over 1 year ago |
| Question | — |
Subscript and superscript Standard text. Text with superscript. Text with subscript. Text with superscriptsubscript. Text with subscriptsuperscript. Excessive. (more) |
— | over 1 year ago |
| Edit | Post #691 | Initial revision | — | over 1 year ago |
| Question | — |
HTML tag removal of MathJax inequalities A MathJax block: Raw Markdown: ```text $$a<b$$ ``` Rendered output: $$a<b$$ Raw Markdown: ```text A sentence with $a<b$ in it. ``` Rendered output: A sentence with $a<b$ in it. (more) |
— | over 1 year ago |
| Edit | Post #685 | Initial revision | — | over 1 year ago |
| Question | — |
Does APNG work in posts? APNG is an animated PNG format, but still uses the file extension `.png` for backwards compatibility. Bouncing ball The example APNG from https://en.wikipedia.org/wiki/APNG This uploads without complaint, and displays in the editor preview and in the final rendered post with the animation wo... (more) |
— | over 1 year ago |
| Edit | Post #681 |
Post edited: Add moderator-only tag (not yet mod only) |
— | over 1 year ago |
| Comment | Post #681 |
Images in general don't seem to work in comments. (more) |
— | over 1 year ago |
| Comment | Post #681 |
As HTML:
```html
<img src="https://a.dev.codidact.org/uploads/lzzkfp7abalcgd26x8qiojj56le8" alt="Transparent dice on a transparent background">
```
<img src="https://a.dev.codidact.org/uploads/lzzkfp7abalcgd26x8qiojj56le8" alt="Transparent dice on a transparent background">
(more) |
— | over 1 year ago |
| Comment | Post #681 |
PNG image for comparison (as markdown):
```html

```

(more) |
— | over 1 year ago |
| Edit | Post #684 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Does SVG work in posts? A PNG image for testing in comments: Transparent dice on a transparent background Thanks to Wikipedia (more) |
— | over 1 year ago |
| Comment | Post #681 |
```html
<img src="https://raw.githubusercontent.com/trichoplax/centered-hexagonal-number-animation/main/animation/centered_hexagonal_numbers.svg">
```
<img src="https://raw.githubusercontent.com/trichoplax/centered-hexagonal-number-animation/main/animation/centered_hexagonal_numbers.svg">
See... (more) |
— | over 1 year ago |
| Edit | Post #682 |
Post edited: Fix URL after moving SVG file |
— | over 1 year ago |
| Edit | Post #683 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Does SVG work in posts? How about inline SVG? No - "Unsupported HTML detected" and no rendering in editor preview or saved post. (more) |
— | over 1 year ago |
| Edit | Post #682 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Does SVG work in posts? How about animated SVG? (more) |
— | over 1 year ago |
| Edit | Post #681 |
Post edited: Also works in saved post |
— | over 1 year ago |
| Edit | Post #681 | Initial revision | — | over 1 year ago |
| Question | — |
Does SVG work in posts? Does SVG work in the image upload? No. Only png, jpeg, jpg, gif (even if the wrong file extension such as png is used, svg is rejected). Does SVG in an `` tag work? Yes in the edit preview, and in the saved post: (more) |
— | over 1 year ago |
- ← Previous
- 1
- 2
- 3
- Next →

