Thanks for the info about BBCode. I didn’t know about this option before. However I can’t figure out how to implement some of it. I was testing out alt text and am pretty sure I was formatting the BBCode properly. Once I created the post, it would display the image but I could never figure out how to view the alt text. Do you know how to implement it?
@Samlane86 Guess it shows up when the image does not load properly. Or when you hover your cursor over the image. Usually if you type should work just fine. That’s what I do at least.
Edit: here’s an example (edit2: there is an image below, but it is only visible on Friendica; maybe because it is on a different server):
Also use the preview pane/button before posting a comment, so you can make adjustments if something goes wrong. In my experience, lists do not work properly unless you use * to make lists, as Friendica does support markdown as well. However, it turns markdown into bbcode, so if I have to edit a comment with a list, I have to switch back to Markdown formatting there.
Correction: I just tried again and viewed the post on Mastodon. The alt text does appear there, so the code does work. Just not when viewed on Friendica. Am I just looking in the wrong places? Or does it just not display natively?
Thanks for the info about BBCode. I didn’t know about this option before. However I can’t figure out how to implement some of it. I was testing out alt text and am pretty sure I was formatting the BBCode properly. Once I created the post, it would display the image but I could never figure out how to view the alt text. Do you know how to implement it?
@Samlane86 @petrescatraian You can add a mastodon content warning with the abstract code.
For alt text, put it between the img and the /img text.
@petrescatraian @Samlane86 Did you have a go at the spoiler tag?
[spoiler=Reveal Text]spoiled text[/spoiler]
<details class=“spoiler”><summary>Reveal Text</summary>spoiled text</details>
@Samlane86 Guess it shows up when the image does not load properly. Or when you hover your cursor over the image. Usually if you type should work just fine. That’s what I do at least.
Edit: here’s an example (edit2: there is an image below, but it is only visible on Friendica; maybe because it is on a different server):
Also use the preview pane/button before posting a comment, so you can make adjustments if something goes wrong. In my experience, lists do not work properly unless you use
*
to make lists, as Friendica does support markdown as well. However, it turns markdown into bbcode, so if I have to edit a comment with a list, I have to switch back to Markdown formatting there.Correction: I just tried again and viewed the post on Mastodon. The alt text does appear there, so the code does work. Just not when viewed on Friendica. Am I just looking in the wrong places? Or does it just not display natively?