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.
Does unicode have bold/italics/underline/headings/tables/โฆetc.? Isnโt that outside of its intended goal? If not, how is markup unnecessary?
Does unicode have bold/italics/underline/headings/tables/
Yes, and even ๐๐๐๐ป๐ป ๐๐๐๐ ๐ ฃ๐ ท๐ ๐. And table lines & edges & co. are even already in ASCII.
Isnโt that outside of its intended goal?
๐คท<- this emoji has at least 6 color variants and 3 genders.
If not, how is markup unnecessary?
Because the editor could place a ๐ฏ๐ผ๐น๐ฑ instead of a **bold**, which is a best-case-scenario with markdown support btw. And i just had to escspe the stars, which is a problem that native unicode doesnโt pose.
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?
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.