Earlier quoted context omitted.
Which is funny because it’s really an incomplete spec that originated from a blog post. But it won anyway because both machines and humans can use it with relative ease, which is apparently quite a difficult thing to achieve in a markup language
> ... it’s really an incomplete spec ... . But it won anyway It's the new classic example of "worse is better". Other markups may be more well thought out and more complete, but Markdown beats them hands down on usability. Consider the comparison between MD and RST, for example...
Apple Notes Expected to Gain Markdown Support in iOS 26
191–200 of 277 posts
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#192Earlier quoted context omitted.
GitHub renders Markdown if you click on a file in the Web repo view.
Thanks, but when I check something out, I'm working with it on my computer. I don't want to go back to Github every time I want to read something.
The preview is really only needed if there is advanced formatting or HTML in there. A basic markdown doc should be easy to read in plain text.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#193Earlier quoted context omitted.
I love org-mode, but if I were king, it would accept freakin' back-quotes for monospaced text. Instead, it takes ~tilde~ or =equals=, and I will never remember the difference no matter how many times I look it up.
=string= leads to the text being transcribed verbatim. A good hint is to recall that the equals sign kinda implies verbatim.
You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~, and, if you must, +strike-through+.
[0]: https://orgmode.org/worg/org-tutorials/org4beginners.htmlRe: Apple Notes Expected to Gain Markdown Support in iOS 26
#194Earlier quoted context omitted.
Markdown is plain text, so using Markdown is using plain text. What is your alternative to Markdown here?
That's just playing dumb. It's only "plain text" in that it's non-binary. It contains formatting codes that aren't part of the informative content. If everyone's just using a plain-text reader to view these files, then why clutter them up with formatting codes?
This is information people often want in a plain text file, and having a common way to signal those things is beneficial when working on teams or sharing with others.
What’s the alternative? Everyone makes up their own bespoke way of formatting their text file that works for them, then has a key to explain it in their doc?
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#195Earlier quoted context omitted.
Except of course that almost nobody makes a READER for Markdown. WTF? It's mystifying. You find readme documents in Markdown in every open-source repo, but why? What are you supposed to read them with? After much searching I finally ended up with Marked, on the Mac. A paid app. But that's about it for options. And no, I'm not talking about text editors that offer a "preview" pane that you can optionally invoke. I'm t…
For a second there I thought you were referring to a hardware solution. It would be pretty neat if I could drop straight markdown files into my Kindle and have them rendered in an aesthetically pleasing fashion.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#196Earlier quoted context omitted.
They must be doing version numbers based on marketing. From OS X, to macOS 11...15, and now macOS 26.
what do you mean by marketing? it's based on the year the version is pushed now. Which makes alot more sense at the end of the day and helps to know which version came when
It’s a silly game to play. Firefox did something similar. Their versioning moved famously slow, then all the sudden they started releasing major versions every other week until their version numbering was compatible to Chrome’s version.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#197Earlier quoted context omitted.
It feels like they are spread way too thin, and individual teams are not allowed to improve their app/services/parts on their own. If I had to work on Apple Notes I would have several suggestions, not all worthy of work of-course, but letting a lot of apps go stagnant is something else entirely.
> spread too thin It’s a choice though, it’s not like they aren’t the richest company in the world.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#198I made a feature request for this very thing within the latest version cycle. I imagine others have as well. Maybe they listened, maybe they didn’t, but here’s hoping! Edit: I fell for the headline. This is only to export in markdown, not directly write in markdown. So close, yet so far.
I’ve been converting from Apple Notes to Obsidian and it’s been pretty painful. Everything is just slightly off, in inconsistent ways, where I need to clean up every note manually. I’m deep enough into it that adding the feature now won’t do me much good, but might be helpful if I want to use notes for quick capture and then maybe export to Obsidian if I want to save it.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#199I made a feature request for this very thing within the latest version cycle. I imagine others have as well. Maybe they listened, maybe they didn’t, but here’s hoping! Edit: I fell for the headline. This is only to export in markdown, not directly write in markdown. So close, yet so far.
I should probably go back to Notational Velocity, but am spoiled by iCloud. It’s effectively the perfect scratch pad notes app. Markdown for all content, search is also document creation, great key bindings, sorting by all relevant fields, and fast.
It mentions it’s a universal binary, but considering it mentions support for OS X 10.4 - 10.7, I have a feeling it is PPC/Intel universal, not Intel/ARM.
I see the GitHub has some more recent updates, but still 5 years old.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#200> Instead of tapping buttons to bold text or create headers, users could type *bold* or # Header directly into their notes. Which will be more keystrokes, not fewer – it's faster to get to the formatting buttons than it is the punctuation keyboard on iOS, and even on Mac the shortcut commands are often faster too. Notes was a fanastic example of a rich-text environment, but if Markdown input helps the die-hards that…
But formatting already-typed text on iOS is incredibly fiddly (as you have to select a text span first, and iOS fights you every step of the way when you do this — especially if the span starts or stops at something iOS doesn't consider a "whole token.") Meanwhile, inserting punctuation representing formatting into already-typed text, merely requires placing the insertion caret, which is much less fiddly.
I can’t understand people who use an iPad full time. My dad does this and I don’t know how he does drive himself mad with all the taps required to do basic things.