Earlier quoted context omitted.
I take my notes in INI format with a lose schema, as I accumulate data I tend to move towards something more concrete and write tools for it. I think this is the absolute best compromise between some kind of formal personal ERP-like (PRP?) system and something super loose like Markdown or org mode. Of course doing this on an iPhone is an absolute nightmare because everything has to be blessed by Apple and you can't j…
Did you ever test drive the Drafts app? It is remarkably easy to build customized workflows, both editing and document processing, and is built to be glue between different document/message apps.
Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
201–210 of 229 posts
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#202When 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…
Agreed. For me, the popularity of Markdown on (pre-Microsoft) GitHub and GitLab was all I needed, to declare that the company wiki, code-embedded API docs, and anything else appropriate should just use Markdown. Markdown is good enough for most of the documentation that software engineers do (other than diagrams), they already have to know it, and I don't want yet-another-markup-language to be a barrier to capturing…
Works fine with some help https://mermaid.live/ https://github.blog/developer-skills/github/include-diagrams...
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#203I’ve trained our support staff on basic markdown syntax and while we do use it predominantly for spitting out documentation and guides and whatnot, its usefulness far exceeds the original intent. And that’s okay.
Funny. I am in the process of providing basic training on Markdown to our support staff. I think more than 80% of what we now write is in Markdown format. It is easy to read/write for humans. And AI.
The article pretends that Markdown got popular because “it was there”. 15 years ago people were adopting it _because_ it is dead simple, unobtrusive, and visually evocative.
The ones who made it popular, in other words, did so quite intentionally.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#204Earlier quoted context omitted.
Former lawyer here. That most commercial contract work is done in Word is a source of major frustration and wasted time for many lawyers. Others are simply unaware that there are any authoring/editing paradigms that allow one to separate the drudgery of getting document formatting just-so, from the actual value-additive work. Unfortunately there’s no realistic solution to the lock-in, so wrestling with broken paragra…
I never have those issues, but I'm the only one editing my stuff. I use styles religiously when I use Word for professional documents. It takes a little more time and effort but pays out over the long haul.
Paste additions to the middle of a numbered list from legacy documents that break the number sequence and use custom fonts altar create weird problems? Sure.
Allow sociopaths to format text using a series of invisible text boxes? Sure.
Decide to randomly lose the names of editors and contributors? Sure.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#205Kinda 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.
Export notes by folder: https://www.icloud.com/shortcuts/3aed9f1608ce4efeb31a276ad02...
Export all notes: https://www.icloud.com/shortcuts/1b305195692e42c19d258989475...
Notes to html: https://www.icloud.com/shortcuts/1a61fe549b7c41d7b2e3511ee12...
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#206I’d love to see Markdown added to Apple Messages. I’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…
and it sends it as a regular link without the bubble
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#207Earlier 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.
By this logic, since Ritchie died in 2011, you cannot have a "Standard C" because it's not from the author
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#208Markdown on iOS doesn’t even make very much sense in terms of keyboard strokes
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#209Earlier quoted context omitted.
Reddit's Markdown flavor is a bit weird though. It got closer to CommonMark with New Reddit, but the rest of the UI got worse, and people using Old Reddit don't get the formatting the new version supports, so things like code blocks are often broken.
Original Markdown didn’t have fenced code blocks either.
Re: Apple Notes Will Gain Markdown Export at WWDC, and, I Have Thoughts
#210Why is there no way in Notes to insert the current date easily? So often I need to go back to a note, and add some time stamped update at the end. Am I the only one?