Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #712 |
Both ways that involve ctrl+V require putting the keyboard cursor in the "Body" field first, and the preview updates spontaneously without any further interaction.
Pasting an image with right mouse click, or uploading it with the "Insert image" button both omit updating the preview unless you ... (more) |
— | 11 days ago |
Comment | Post #712 |
I can't think of another way of adding an image, so I've added an answer testing each of:
- [pasting a copied image with right mouse click](https://a.dev.codidact.org/posts/712/713#answer-713)
- [pasting a copied image with ctrl+V](https://a.dev.codidact.org/posts/712/714#answer-714)
- [uploading ... (more) |
— | 11 days ago |
Edit | Post #717 | Initial revision | — | 11 days ago |
Answer | — |
A: test post with an image Some text typed in before pasting in the Markdown for a previously uploaded image with ctrl+V. (more) |
— | 11 days ago |
Comment | Post #716 |
Using right mouse click to paste in the string `` avoided the preview updating, but pressing "Save" resulted in the preview updating and no save occurring. Pressing "Save" again resulted in the alt text warning, and "Sa... (more) |
— | 11 days ago |
Edit | Post #716 | Initial revision | — | 11 days ago |
Answer | — |
A: test post with an image Some text typed in before pasting in the Markdown for a previously uploaded image using right mouse click. (more) |
— | 11 days ago |
Comment | Post #715 |
Similarly to pasting in an image with right mouse click, this way also avoids any keyboard activity before pressing "Save", and also includes the Markdown for displaying the successfully uploaded image in the Body field (press "Edit" to see it), and omits the image from the HTML (again suggesting the... (more) |
— | 11 days ago |
Edit | Post #715 | Initial revision | — | 11 days ago |
Answer | — |
A: test post with an image Some text typed in before uploading an image with the "Insert image" button. (more) |
— | 11 days 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 days ago |
Edit | Post #714 | Initial revision | — | 11 days ago |
Answer | — |
A: test post with an image Some text typed in before pasting in the image with ctrl+V. (more) |
— | 11 days ago |
Edit | Post #713 | Initial revision | — | 11 days ago |
Answer | — |
A: test post with an image Some text typed in before pasting in the image with right mouse click. (more) |
— | 11 days ago |
Edit | Post #709 |
Post edited: No |
— | 24 days ago |
Edit | Post #709 | Initial revision | — | 24 days 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) |
— | 24 days ago |
Edit | Post #702 |
Post edited: Add note |
— | 7 months ago |
Edit | Post #702 | Initial revision | — | 7 months 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) |
— | 7 months ago |
Comment | Post #697 |
That first comment pinged trichoplax (me), so yes it seems answering adds me to the pingable list. (more) |
— | 8 months ago |
Edit | Post #700 |
Post edited: |
— | 9 months ago |
Edit | Post #700 | Initial revision | — | 9 months 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) |
— | 9 months ago |
Edit | Post #699 | Initial revision | — | 9 months 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) |
— | 9 months ago |
Edit | Post #698 |
Post edited: |
— | 9 months ago |
Edit | Post #698 | Initial revision | — | 9 months 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) |
— | 9 months ago |
Edit | Post #696 |
Post edited: Mention significant limitations |
— | 9 months ago |
Edit | Post #696 |
Post edited: Mention triple clicking |
— | 9 months ago |
Edit | Post #696 |
Post edited: Remove redundant subtitle |
— | 9 months ago |
Edit | Post #696 | Initial revision | — | 9 months 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) |
— | 9 months ago |
Edit | Post #695 | Initial revision | — | 9 months 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) |
— | 9 months ago |
Edit | Post #693 | Initial revision | — | 9 months ago |
Question | — |
Subscript and superscript Standard text. Text with superscript. Text with subscript. Text with superscriptsubscript. Text with subscriptsuperscript. Excessive. (more) |
— | 9 months ago |
Edit | Post #691 | Initial revision | — | 9 months 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) |
— | 9 months ago |
Edit | Post #685 | Initial revision | — | 10 months 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) |
— | 10 months ago |
Edit | Post #681 |
Post edited: Add moderator-only tag (not yet mod only) |
— | 10 months ago |
Comment | Post #681 |
Images in general don't seem to work in comments. (more) |
— | 10 months 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) |
— | 10 months ago |
Comment | Post #681 |
PNG image for comparison (as markdown):
```html

```

(more) |
— | 10 months ago |
Edit | Post #684 | Initial revision | — | 10 months 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) |
— | 10 months 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) |
— | 10 months ago |