May I ask why you would want to edit that? Useful to know when a note was created.I would love to replace Evernote with Apple Notes, but won’t until I can edit the “Created” date.
May I ask why you would want to edit that? Useful to know when a note was created.I would love to replace Evernote with Apple Notes, but won’t until I can edit the “Created” date.
Notes runs on Mac and iPad. People who care about Markdown will likely be on a Mac.This is weird, because typing Markdown isn't exactly convenient on the standard iOS keyboard. Maybe improve the keyboard/UI instead?
Genuine question. (And not trolling I promise.)
Can someone explain to this muggle what’s so useful about markdown? I live in MS Office,
It’s the way my brain works. I prefer to have all notes sorted in chronological order by date. I don’t view the “Created” date as the “Note Created” date, but rather the “Document Created”. Of course, if I have a simple note of text, I typically leave it as the date I created it. Also, I collect vinyl records that I catalog in EN. When I buy a record released in 1970, I want my note to reflect the release date.May I ask why you would want to edit that? Useful to know when a note was created.
Or maybe both: a keyboard row with Markdown-related keys?This is weird, because typing Markdown isn't exactly convenient on the standard iOS keyboard. Maybe improve the keyboard/UI instead?
Yes, that’s along the lines of what I was thinking of. Though it wouldn’t be Markdown-related strictly speaking, just provide quicker formatting options. How about a customizable toolbar like we had in the 90s?Or maybe both: a keyboard row with Markdown-related keys?
It is because markdown is the primary formatting method for LLM prompting. It is incredibly important for inference. Google Docs added export to markdown--basically any ecosystem not supporting this is locking content away from its users.
Also wondering if Gruber allow Apple to use the name markdown. Which I believe at one point he refused to allow others to use it.
Markdown is mostly useful for people who work with plain text. It’s a way to define basic semantic structure like headers, bullets and so forth in a text document without getting involved in actually styling it. If you’re working mainly in MS Word, it would have little to no benefit for you.Genuine question. (And not trolling I promise.)
Can someone explain to this muggle what’s so useful about markdown? I live in MS Office, so I tend to find markdown annoying rather than useful. In fact, I use ChatGPT to convert markdown to rich text when I come across it.
You can type Markdown on a keyboard. With Office, you have to point and click it with a mouse.
Also, Markdown is stored in a plain text file. and this text can be embedded in a place like code or readme files in GitHub or in Notes apps
Word documents can not be created in a terminal or embedded in non-Word documents. This last part iis thre most important, Word files can not exist outside of Word files
Apple's Notes app is rumored to be getting limited Markdown support in iOS 26 and macOS 26, according to 9to5Mac. The feature would allow users to export text in the markdown format.
![]()
Markdown is a lightweight markup language that some writers prefer to use over rich text. Rather than using HTML for bold, italics, links, and headers, Markdown uses quick character shortcuts like **bold** or #header. It sounds like the feature will only add support for exporting text with markdown formatting and not writing in markdown directly.
If the rumor holds up, it's likely to be unveiled at next week's Worldwide Developers Conference alongside other iOS 26 improvements, including automatic translation and polls in Messages, not to mention a major visual redesign.
Article Link: Apple Notes Expected to Gain Support for Exporting in Markdown in iOS 26
Genuine question. (And not trolling I promise.)
Can someone explain to this muggle what’s so useful about markdown? I live in MS Office, so I tend to find markdown annoying rather than useful. In fact, I use ChatGPT to convert markdown to rich text when I come across it.
I have a dream for the Web [in which computers] become capable of analyzing all the data on the Web – the content, links, and transactions between people and computers. A "Semantic Web", which makes this possible, has yet to emerge, but when it does, the day-to-day mechanisms of trade, bureaucracy and our daily lives will be handled by machines talking to machines. The "intelligent agents" people have touted for ages will finally materialize.[9]
As I was alluding-to in our previous conversation about C. Dweck's 'mindset' polarisation: the dichotomy between Descarte's persuasio (Conviction) and scientia (Knowledge) lends-well to the idea (for ex.: a-document-i-can-not-read.docx) that the interplay between the two is subjectively oppositional (and functionally inverse) in this context. If we layer K. Popper's "Third World" as a meta-analysis atop this (see: some-esoteric-text.docx), we can therefore derive the idea that only our meta-meta Executive can lay-claim to detailed (and complete) understanding of just what it means to be placed into a 'fixed', or a 'growth' mindset.
Using asterisks, lines and # signs to indicate formatting rules has existed in word processors since the 1980's. This was not an invention but a classic something old is new again.The fact Apple turned their nose up at John Gruber by not accepting his invite for The Talk Show and now they’re shipping markdown (which he invented) to 4 billion people.
D&D stuff being Dungeons & Dragons? 🤔I take a lot of notes on the iPad and Mac for work and when I'm working on D&D stuff.
The ideal way to write it on iOS is with an app that supports it properly, like Obsidian, iA Writer, Drafts (and the dearly departed Apollo Reddit client), where you write in plaintext with a few buttons above the keyboard like (B), (I), (#), etc. that will add the formatting for you (e.g. (B) will add ** to either end of the current selection, or if no select, it'll add ****, with the cursor between the two middle stars), while also showing the marked up text properly as bold, italics, etc (they'll look like **bold**, _italics_, etc. in your text).This is weird, because typing Markdown isn't exactly convenient on the standard iOS keyboard. Maybe improve the keyboard/UI instead?
With Rich Text, you can never really be certain what text (and formatting) is actually there, only how it's presented. With Markdown, you can see and control every single character. I much prefer writing in Markdown, given the choice, and then I can render it as Rich Text or HTML or PDF or whatever, as needed, if necessary.Can someone explain to this muggle what’s so useful about markdown?
:-)
and punctuation to fill in for missing markup - like *bold* and _italics_, to convey more than plain text in otherwise plain text conversations. Markdown just took advantage of the emphasis conventions people were already using, and simply added a way to render that into HTML (and then later all sorts of other formats like Rich Text).This is the main reason I don't actively use the Notes app - it's everywhere, and it syncs nicely, and it supports some nice formatting and integrations with other Apple apps, but to a large extent it can only do what Apple decides to take the time to make it do.In fact, having multiple apps that can read and edit markdown files is a bonus because then you can point multiple apps to the same files and edit them easily from a range of apps. I want to see Apple open up Notes so it's not a black box that my stuff gets locked away in. Let me access my notes from other apps.