Communities

(DEV) Codidact Meta
(DEV) Codidact Meta
(DEV) Writing
(DEV) Writing
Proposals
Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for trichoplax‭

Type On... Excerpt Status Date
Edit Post #702 Post edited:
Add note
3 months ago
Edit Post #702 Initial revision 3 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)
3 months ago
Comment Post #697 That first comment pinged trichoplax (me), so yes it seems answering adds me to the pingable list.
(more)
4 months ago
Edit Post #700 Post edited:
4 months ago
Edit Post #700 Initial revision 4 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)
4 months ago
Edit Post #699 Initial revision 4 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)
4 months ago
Edit Post #698 Post edited:
4 months ago
Edit Post #698 Initial revision 4 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)
4 months ago
Edit Post #696 Post edited:
Mention significant limitations
4 months ago
Edit Post #696 Post edited:
Mention triple clicking
4 months ago
Edit Post #696 Post edited:
Remove redundant subtitle
4 months ago
Edit Post #696 Initial revision 4 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&nbsp; AFTERNOON ``` GOOD&nbsp; AFTERNOON ```html I'm So Meta ...
(more)
4 months ago
Edit Post #695 Initial revision 4 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)
4 months ago
Edit Post #693 Initial revision 4 months ago
Question Subscript and superscript
Standard text. Text with superscript. Text with subscript. Text with superscriptsubscript. Text with subscriptsuperscript. Excessive.
(more)
4 months ago
Edit Post #691 Initial revision 5 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)
5 months ago
Edit Post #685 Initial revision 5 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)
5 months ago
Edit Post #681 Post edited:
Add moderator-only tag (not yet mod only)
6 months ago
Comment Post #681 Images in general don't seem to work in comments.
(more)
6 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)
6 months ago
Comment Post #681 PNG image for comparison (as markdown): ```html ![Transparent dice on a transparent background](https://a.dev.codidact.org/uploads/lzzkfp7abalcgd26x8qiojj56le8) ``` ![Transparent dice on a transparent background](https://a.dev.codidact.org/uploads/lzzkfp7abalcgd26x8qiojj56le8)
(more)
6 months ago
Edit Post #684 Initial revision 6 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)
6 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)
6 months ago
Edit Post #682 Post edited:
Fix URL after moving SVG file
6 months ago
Edit Post #683 Initial revision 6 months 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)
6 months ago
Edit Post #682 Initial revision 6 months ago
Answer A: Does SVG work in posts?
How about animated SVG?
(more)
6 months ago
Edit Post #681 Post edited:
Also works in saved post
6 months ago
Edit Post #681 Initial revision 6 months 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)
6 months ago
Comment Post #680 <b>Bold</b>, <i>italics</i> and <sup>supercript</sup> all seem to work.
(more)
6 months ago
Comment Post #680 No, they do not work.
(more)
6 months ago
Comment Post #680 Some standard text. <details><summary>Some summary text.</summary>Some hidden text.</details>
(more)
6 months ago
Edit Post #680 Post edited:
Try backtick language indication
8 months ago
Edit Post #680 Post edited:
Try backticks
8 months ago
Edit Post #680 Post edited:
Remove non python code
8 months ago
Edit Post #680 Post edited:
Try only one language
8 months ago
Edit Post #680 Post edited:
Try language-all
8 months ago
Edit Post #680 Initial revision 8 months ago
Question Testing HTML comment based syntax highlighting
def a(): print("hi") return 1, 2 ```python def a(): print("hi") return 1, 2 ```
(more)
8 months ago