Help needed
Help needed
A loosely moderated place to ask open-ended questions Search asklemmy [https://lemmy.ml/search?q=&type=Posts&listingType=All&communityId=8&page=1&sort=TopAll] ๐ If your post meets the following criteria, itโs welcome here! 1. Open-ended 2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions 3. Not regarding using or support for Lemmy: context [https://lemmy.ml/post/1223478], find help in the list of support alternatives below 4. Not ad nauseam inducing: please make sure it is a question that would be new to most members 5. An actual topic of discussion [https://lemmy.ml/post/1239589] Support alternatives: * [email protected] [/c/[email protected]] [https://lemmy.ml/c/lemmy_support] * [email protected] [/c/[email protected]] [https://lemmy.dbzer0.com/c/nostupidlemmyquestions] * [email protected] [/c/[email protected]] [https://lemmy.world/c/selfhosted] Looking for a community? * Lemmyverse [https://lemmyverse.net/communities]: community search * sub.rehab [https://sub.rehab/]: maps old subreddits to fediverse options, marks official as such Icon by @[email protected]
I mean, this isnโt terribly unimportant. There definitely should be an option to view all links to lemmy vommunities/users through your home instance when linked like this.
Not necessarily on topic for this thread, but stillโฆ
Wow, this rendered as a gif on my client (Connect). Did you just write it as an emoji?
That makes me realize that a โview rawโ or โview codeโ button would be awesome.
You can also just use  i.e.
code by using ` (this is escaped)
Bold
Italic
Quote
Heading 1
Heading 2
Heading 3
Heading 4
Strikethrough
~Subscript~
^Superscript^
Lemmy spoilers have different syntax compared to reddit:
This is a spoiler hiding some textWeโre no strangers to love
You know the rules and so do I (do I)
A full commitmentโs what Iโm thinking of
You wouldnโt get this from any other guy
I just wanna tell you how Iโm feeling
Gotta make you understand
Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you
___
For some reason, spoiler tags donโt work on my end. I use Connect.
Very few clients support the custom ones, e.g.
^sup^
~sub~
ThisOne
Italic Italic
Bold Bold
Horizontal Rule
Inline code with backticks
hi
Some ~subscript~ text
Some ^superscript ^text
Iโm on the beta version and here are the issues that I notice. The first horizontal line make the text bold instead of making a line. I think that you cannot โcloseโ a subscript or a superscript. I find the copy block button a bit too large. I think that you used the wrong spoiler tag.
Here below my test on the beta version:
!This is a spoil!<
~x = x^2
Any way, I give my energy to the sync developer and testers เผผ ใค โ_โ เผฝใค
I am not yet subscribed in the Canada community in lemmy.ca, but I should not.
You miss 100% of the shots that you donโt take
Testing some code syntax highlighting (may or may not work depending on UI being used):
fn blah(a: u32) -> Result { Ok(a*2) } function blah(a) { return a*2; }Nested (more backticks on our fence nest lesser backticks inside):
``` Example nested ```lemmy also (unofficially) supports footnotes.[^1] you may want to view this in a browser^[as it currently doesnโt render in any mobile clients]
^[1]: with two different syntaxes
just a random bold italic quote
Something I havenโt seen most apps do (but the webui does) is to convert โข => โข
no clue if there are similar substitutions out there, would probably need to check the code to confirm
Shrug emote in backticks: ยฏ\_(ใ)_/ยฏ
Shrug emote unescaped: ยฏ_(ใ)_/ยฏ
Shrug emote properly escaped: ยฏ\_(ใ)_/ยฏ
:::spoiler table! | Here goes a very long table | It has many columns | And they are very long | Weeooewwefwoeiweo | oh yeah | I need more columns | and more | and more | | -------------| ----------- | ------------ | ------------ | -----------| ------------ | -----------| -----------| | 1 | 2 | 3 | 4 | 5 | 6 | 7 | :::
The image markdown also support mp4 as well
This syntax automatically converted to a link on the web that will open on a users home instance:
will link to (myinstance.com/c/[email protected])will link to (myinstance.com/c/[email protected])syntax used by kbin (for magazines). Will link to (myinstance.com/c/[email protected])will link to user (myinstance.com/c/[email protected])This syntax does NOT convert to a link:
Nested List:
text [^footnote] embedded.
[^footnote]: footnote text with [^another] embedded footnote with continuation
[^another]: footnote text with continuation
Random more comment after the footnotes
Relying with markdown to stay on
#topic