There are a couple I have in mind. Like many techies, I am a huge fan of RSS for content distribution and XMPP for federated communication.

The really niche one I like is S-expressions as a data format and configuration in place of json, yaml, toml, etc.

I am a big fan of Plaintext formats, although I wish markdown had a few more features like tables.

  • @Feathercrown
    link
    English
    515 days ago

    What about people who prefer to type **bold** rather than type a word, highlight it, and find the Bold option in whichever textbox editor they happen to be using?

    • @[email protected]
      link
      fedilink
      4
      edit-2
      15 days ago

      Which is what i ask for, better (or at all) support for unicode character variations, including soft keyboards.
      Imagine, there was a switch for bold, cursive, etc on your phone keyboard, why would you want to type markup?
      And nobody would take **bold** away, if you want to write that.

      • @Feathercrown
        link
        English
        3
        edit-2
        15 days ago

        Would you have to do that for every letter? I suppose a “bold-on/bold-off” character combination would be better/easier, and then you could combine multiple styles without multiplying the number of glyphs by some ridiculous number.

        Anyways, because markup is already standardized, mostly. Having both unicode and markup would be a nightmare. More complicated markup (bulleted lists, tables) is simpler than it would be in Unicode. And markup is outside of Unicode’s intended purpose, which is to have a collection of every glyph. Styling is separate from glyphs, and has been for a long time, for good reason. Fonts, bold/italics/underline/strikethrough, color, tables and lists, headings, font size, etc. are simply not something Unicode is designed to handle.

        • @[email protected]
          link
          fedilink
          215 days ago

          Would you have to do that for every letter? I suppose a “bold-on/bold-off” character combination would be better/easier,

          Yeah, had the same thought, edited already.

      • @[email protected]
        link
        fedilink
        315 days ago

        I don’t like that approach. Text search won’t find all the different possible Unicode representations.

          • @[email protected]
            link
            fedilink
            114 days ago

            Always? That’s my first reply. Bug of what? A flaired character has a different code than a standard one, so your files would be incompatible with any established tools like find or grep.