RedditMigration Reddit Migration Solution for opening a magazine on a Lemmy/Kbin from a different instance (no extensions/addons needed)
Jump
  • FoolishSamurai FoolishSamurai 1 year ago 100%

    Thanks! Didn't know you could do that with bookmarks

    3
  • warframe Warframe Since when can kuva liches steal TAUFORGED ARCHON SHARDS?
    Jump
  • FoolishSamurai FoolishSamurai 1 year ago 100%

    Yoink!

    5
  • RedditMigration Reddit Migration BBC talking about continuing protest
    Jump
  • FoolishSamurai FoolishSamurai 1 year ago 100%

    I think you can only see it in lemmy for some reason? https://www.bbc.co.uk/news/technology-65949412 is the link

    4
  • warframe Warframe Help regarding Archon hunts
    Jump
  • FoolishSamurai FoolishSamurai 1 year ago 100%

    You might want to look into some armor strip if you want to do damage to the grineer more quickly. Unairu operator, Saryn, Mag, Necros, Hildryn, Ember, Vauban, Xaku are some that can do it without augments. If you have access to helminth you can put something like Necros terrify on anybody and you're good to go.

    For survivability, you can use certain frames or look into shield gating(augur mods and/or brief respite). What can also help quite a bit is jumping and rolling around - makes it so fewer bullets hit you.

    5
  • kbinMeta /kbin meta Differences in lemmy and kbin markdown and some non apparent markdown
    Jump
  • FoolishSamurai FoolishSamurai 1 year ago 100%

    After posting this, it seems like using newline (\ or two spaces) is a bit off. When placed after tables and codeblocks it displays the backslash. And the two spaces method doesn't actually do anything. A workaround is that you can put   and it will insert a space and newline.

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKB
    /kbin meta FoolishSamurai 1 year ago 100%
    Differences in lemmy and kbin markdown and some non apparent markdown

    ### Markdown that does not appear in the reply box: ### **Strikethrough**: > > > `some ~~strikethrough~~ text` > > some ~~strikethrough~~ text **Horizontal Rule**: > > > `***` > > --- **Table** with alignment: > > > `||X|Y|Z|` > `|--------|:---|:----:|---:|` > `|1|X1|Y1|Z1|` > `|2|X2|Y2|Z2|` > > | | X | Y | Z | |---|:--|:-:|--:| | 1 |X1 |Y1 |Z1 | | 2 |X2 |Y2 |Z2 | **Codeblock**: > > > ``` > `**codeblock**` > `enclose in 3 backticks` > ``` > > ``` **codeblock** enclose in 3 backticks ``` > > > ``` > **codeblock** > indent with 4 spaces > > ``` > > ``` **codeblock** indent with 4 spaces ``` **Heading 1**: > > > `# heading 1` > > heading 1 ========== **Heading 2**: > > > `## heading 2` > > heading 2 ---------- (Heading 3 you get when you press the H button in the reply box) ### Markdown that kbin does not yet support but lemmy does: ### **Spoilers**: > > > `::: spoiler hidden or nsfw` > `spoilers here` > `:::` > > ::: spoiler hidden or nsfw spoilers here ::: **Superscript**: > > > `some ^superscript^ text` > > some ^superscript^ text None amongst kbin, lemmy and reddit support subscript as far as I can tell. [What this page looks like in kbin](https://kbin.social/m/kbinMeta/t/51725/Differences-in-lemmy-and-kbin-markdown-and-some-non-apparent) [What this page looks like in lemmy](https://lemmy.ca/post/743625) More info: [https://commonmark.org/help/](https://commonmark.org/help/) [https://spec.commonmark.org/dingus/](https://spec.commonmark.org/dingus/) [https://join-lemmy.org/docs/en/users/02-media.html](https://join-lemmy.org/docs/en/users/02-media.html) [https://calckey.social/mfm-cheat-sheet](https://calckey.social/mfm-cheat-sheet)

    25
    9
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Testing FoolishSamurai 1 year ago 100%
    test

    ``inline code` with backticks` `inline code` with backticks ``` #codeblock with 3 backticks or 4 indent spaces ``` ``` #codeblock with 3 backticks or 4 indent spaces ``` `*italics* _italics_` *italics* *italics* `**bold** __bold__` **bold** **bold** `# heading 1` heading 1 ========== `## heading 2` heading 2 ---------- `### heading 3` ### heading 3 ### ``` horizontal rule --- ``` horizontal rule ---------- ``` horizontal rule *** ``` horizontal rule --- `[link](url)` [link](url) `![img](url)` [img](url) `>blockquote` > > > blockquote > > ``` * ul 1 * ul 2 * ul 3 ``` * ul 1 * ul 2 * ul 3 ``` - ul 1 - ul 2 - ul 3 ``` * ul 1 * ul 2 * ul 3 ``` 1. ol 1 2. ol 2 3. ol 3 ``` 1. ol 1 2. ol 2 3. ol 3 ``` 1) ol 1 2) ol 2 3) ol 3 ``` 1. ol 1 2. ol 2 3. ol 3 ``` ::: spoiler hidden or nsfw spoilers here ::: ``` ::: spoiler hidden or nsfw spoilers here ::: `spoiler hidden or nsfw >!spoilers here!<` spoiler hidden or nsfw \>!spoilers here!\< `some <sub>subscript</sub> text` some \<sub\>subscript\</sub\> text `some %subscript% text` some %subscript% text `some &subscript& text` some &subscript& text `some $subscript$ text` some $subscript$ text `some ^superscript^ text` some ^superscript^ text `some <sup>superscript</sup> text` some \<sup\>superscript\</sup\> text `some ~strikethrough~ text` some \~strikethrough\~ text `some ~~strikethrough~~ text` some ~~strikethrough~~ text `some <del>strikethrough</del> text` some \<del\>strikethrough\</del\> text ``` newline \ with backslash ``` newline with backslash ``` newline with 2 spaces ``` newline with 2 spaces |Cell 1|Cell 2| |------|------| | A | B | | C | D |

    1
    0