Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Umm... boss? Sir Rimu? Is there a reason why the PF logo now reminds me of the flag of Iraq?

PieFed Meta
10 7 20

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • No Crossposting?

    PieFed Meta
    2
    0 Votes
    2 Posts
    8 Views
    No, it exists... in fact you can see comments from cross-posted communities in the same post too. As for how... I don't know :smile:
  • 0 Votes
    1 Posts
    9 Views
    When the GUI editor is enabled there won't be a 'Insert image' button below the post, you can use the image icon. This one: [image: 49uAa4Gz6U3TZe4.png] Also, you can paste an image from your clipboard into the body field and it'll be automatically uploaded and the markdown for the image inserted into the field.
  • @ mention suggestions in PieFed

    PieFed Meta piefed
    1
    0 Votes
    1 Posts
    14 Views
    Also works with !communityname@whatever.tld for communities.
  • 0 Votes
    6 Posts
    24 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.