Live data from Hacker News

Nerdy internals of an Apple text editor

papereditor.app

91–93 of 93 posts

Re: Nerdy internals of an Apple text editor

#91
post #72

Imagine going through all that effort, and then saving the output in Markdown. It's like finishing your astrophysics PhD and then getting a lobotomy. Just to repeat my years-long crusade of yelling at clouds, we need a cross platform, Rich Text HTML Document standard .

Isn't that "just" HTML? What should be added to HTML?

Sorry, a little late with my reply.

It's mostly about removing stuff from HTML - JavaScript, forms, and various CSS features - to make it focus on simple formatting. Then requiring the appropriate CSP security constraints to ensure privacy/security. Finally, standardizing on a way to include binary files (images, etc.) in the format using a JSON blob at the end of the text which can be referenced above.

Self contained, document focused, cross platform, secure and private, while still being standard HTML. Would replace ePub, .docx, Markdown, and provide a standard file format for Google Docs to export to.

Re: Nerdy internals of an Apple text editor

#93

Earlier quoted context omitted.

Last time ( https://news.ycombinator.com/item?id=38866170 ) there was a small spike in sales, but no lasting effect. I would not say that developers are the target niche. The best customers are professional writers who use a ton of writing apps for different occasions.

Professional writer who uses different writing apps for different occasions is me exactly. I’m also the (or at least a) guy who messaged you about inline comments. As soon as all the details of that feature are implemented, I’m buying it.

Done!

Comments are now hidden in the Preview Mode.

I've also added the comment block feature (%%) like in Ulysses:

https://help.ulysses.app/en_US/guides/comments-notes-annotat...

Shortcuts:

- Comment: Command+T

- Comment Block: Shift+Command+T

Adjusting the preferred comment syntax:

- Mac: Go to the Format menu, hold the Option key, then under More Formatting below Comment you can pick either ++ or /**/

- iOS: Go to the Settings app, then under Paper > Markdown pick either ++ or /**/

Post reply on HN