Why do all these people like taking notes? I recommend a very simple process, which is to delete them and just remember everything.
Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
171–180 of 229 posts
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#172[flagged]
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#173He's right: Markdown was built for web editing in an era where physical keyboards outnumbered virtual ones. It doesn't really make sense for Notes outside of export. There's little benefit to it as an input system on iOS/iPadOS (likely the dominant platforms for Notes) where formatting menus are just as close as `#` and `_` characters. Several Markdown rules wouldn't make sense in the context of Notes. e.g. "end a li…
Do iOS devices still default to translating consecutive spaces into “. “ within a few seconds? Always used to be a bother when authoring md content on an iPad.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#174Markdown is the native formatting of large language models. As such, support for it will be everywhere in the coming years. I suspect LLMs, not users, have been the requesting this feature at Apple.
I made a couple quick shortcuts to go both ways, with the clipboard as both the input and output. I put a widget for this on my desktop and it makes it pretty easy. Not as easy as native support, but not bad.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#175It makes sense that Markdown is a good tool for a specific purpose, and generalized note taking isn't it. As an aside, I have a dream that Apple Notes could be piped into a website as a form of blogging. As it is, I haven't found a way to do it...
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#176Kinda stoked for this. Been working on a notes app and apple notes is my current daily driver. Apple notes stores the notes in a proprietary and opaque format atm. I’ve been scheming ways to break the notes out without luck. Now I can just wait for this feature to come out.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#177Earlier quoted context omitted.
Agreed, but that’s the tension. There’s no free lunch. On the flip, that user wants the complex features of the platform, and exposing them to a markup language takes elegant markdown and turns it into html or ooxml.
[flagged]
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#178Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#179Earlier quoted context omitted.
> Then everyone and their mother started doing static blogs It helps that Jekyll, one such static blog, was also pushed by GitHub back in the day.
Was Jekyll ever that popular though?
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#180When Gruber mentions that he never uses Markdown outside of his blog, and hinting at the fact that it was not intended for text editors (and other apps), there's one important point I want to make. Yes, Markdown has disadvantages, and a few rough edges for uses as the format for editors et al, but there are two very big advantages and/or sideffects of it's widespread use: (1) it's cleartext and therefore very good as…
So lists look exactly how you would expect lists to look like if you were writing it on a piece of paper.
Italic/Bolds are surrounded by /* which convey emphasis even in plaintext.
Headings prefixed by # is a reasonable way to depict headings in plaintext and convey the intention immediately even if you don't know Markdown.