Why not export to the best format, LaTeX? I don’t think anyone could argue that Markdown is better than LaTeX as long as you don’t actually have to write it.
Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
51–60 of 229 posts
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#52Earlier quoted context omitted.
As its author, he’s right though. There really shouldn’t be a standard considered Standard Markdown. It muddies the fact that it wasn’t published by its author. Maybe Common Markdown would have been a better name between a few large orgs.
It was briefly renamed Common Markdown as well, and John hated on that as well, so it became CommonMark. And now we're in an odd position where Github and friends all validate their implementations against the CommonMark suites, but refer to the result as "Markdown" to their users, which makes the work they're doing maintaining that stuff especially thankless.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#53Isn't it a bit early to have thoughts about something we don't know the UI/UX of? Could be that "Markdown support" is just "Import/Export as Markdown", or even just export. Or it could be a fully fledged WYSIWYG editor. The rumors seem to indicate just "Export as Markdown", which seems to be exactly what Gruber wants, according to the last 10% of the blogpost. So the rest is ranting against an implementation that doe…
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#54I’m surprised to see a DF article here. I thought he was black listed
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#55It 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...
Of course doing this on an iPhone is an absolute nightmare because everything has to be blessed by Apple and you can't just do one-off ad-hoc automations or usefully compose tooling that touches the filesystem. Everything has to be canned and sharecropped (at best) so them adding Markdown to the only text editor that supports fast, energy efficient background sync is a huge deal.
When I had an iPhone I did try doing some server-side automation with the SGML-like (can't remember if it was actual HTML or not) format notes used. Like most of those sorts of things it was a miserable uphill fight to get value out of the thing. I've been so happy ever since I've completely given up on anything smartphone related.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#56Isn't it a bit early to have thoughts about something we don't know the UI/UX of? Could be that "Markdown support" is just "Import/Export as Markdown", or even just export. Or it could be a fully fledged WYSIWYG editor. The rumors seem to indicate just "Export as Markdown", which seems to be exactly what Gruber wants, according to the last 10% of the blogpost. So the rest is ranting against an implementation that doe…
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#57Isn't it a bit early to have thoughts about something we don't know the UI/UX of? Could be that "Markdown support" is just "Import/Export as Markdown", or even just export. Or it could be a fully fledged WYSIWYG editor. The rumors seem to indicate just "Export as Markdown", which seems to be exactly what Gruber wants, according to the last 10% of the blogpost. So the rest is ranting against an implementation that doe…
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#58I’m constantly sending URLs to people, like https://somesite.com/login. The point of these links is usually that people read them and understand them.
But the automatic behavior is to replace the text with OpenGraph links, big obnoxious bubbles of graphics, which distort or destroy the meaning that I’m trying to convey.
Given the opportunity, I would send most links wrapped in `backticks`.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#59Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#60Earlier quoted context omitted.
It's also great for writing documentation in a plaintext IDE, which I think is what _really_ drove a lot of the adoption.
> which I think is what _really_ drove a lot of the adoption That GitHub used it as a "native" format everywhere from the beginning (as far as I remember), probably helped Markdown become at least as popular (or maybe even more) as GitHub itself. Then everyone and their mother started doing static blogs, and since people already wrote their READMEs and issue comments with Markdown, I guess it was natural to want to w…