Earlier quoted context omitted.
I'm sure they could run a hosted blog, it's probably a deliberate decision by their tech team to seem cool and hip by posting on Medium, because that's the in thing right now for developer blogs. (Note: I'm not dissing them, I know a very talented developer who works there and says he has a great team)
> because that's the in thing right now for developer blogs. Which is bizarre. The comments section of tech blogs are a great place to discuss and ask questions, and the support for comments on Medium is abismal, looks like they deliberately made it suck.
Building a Text Editor for a Digital-First Newsroom
51–60 of 176 posts
Re: Building a Text Editor for a Digital-First Newsroom
#52If you have professional writers why not just teach them markdown and git? Instead of spending engineering $$$ building, maintaining and operating a complicated editor?
Re: Building a Text Editor for a Digital-First Newsroom
#53Earlier quoted context omitted.
Journalism is in the toilet, so journalists end up being one-man bands. Local Gannett paper had everyone using CRTs--in 2014!!!
Not true. Presenting is part of writing. It's not separate.
Re: Building a Text Editor for a Digital-First Newsroom
#54If you have professional writers why not just teach them markdown and git? Instead of spending engineering $$$ building, maintaining and operating a complicated editor?
Because professional writers are not professional coders. Markdown covers the basic text markups but does not define how to format all these embedded media a modern newspaper has. Just to give an example: Inspect the syntax of wikipedia, which is the MediaWiki wikitext ( https://www.mediawiki.org/wiki/Wikitext ) language. It is simple and therefore Wikipedia pages are rather simple. I expect the NYtimes to have highe…
>> why not just teach them markdown and git?
I myself am surprised they don't just use markdown. Git is another story. > writers are not professional coders.
But I have heard of writers clinging to old versions of WordPerfect, which were not WYSIWYG. They preferred the keyboard shortcuts to clicking around with the mouse.Furthermore if you're just writing the text of the article, you don't even need markdown, just a textarea. They used to do these on typewriters after all. Newspaper articles traditionally lacked anything but plain text. No bold, italics, or subheadings.
> Markdown covers the basic text markups
> but does not define how to format all these embedded media
> a modern newspaper has
Traditionally the jobs were separate --- and I assume they still are. There are the reporters, who research and write the text of the article. Then there is the layout team who lay it out, decorate it, etc. I can see how markdown would be no good for them. They would want a graphical user interface.Re: Building a Text Editor for a Digital-First Newsroom
#55Earlier quoted context omitted.
Just my experience: I had a rough time with ProseMirror trying to use it before it was released. It didn't use modern JS modules for a long time, the source code was a mess as far as I could tell, and JavaScript variable errors would surface with every version. Maybe the author has overcome these issues, but I'd be inclined to go with a different editor. Also, ProseMirror's architecture is extremely close to DraftJS,…
Yeah thanks for dropping some deeply outdated impressions in here. (Also not even fair—the code was never a mess and at the time it wasn't clear how ES modules would be used so using CommonJS was a completely reasonable choice.)
I also don't think the concept of fairness applies since I'm accounting the details of my personal experience and the conclusions I personally drew from it. Some of those are subjective (code quality) while others are purely objective (I got a lot of errors). What I infer from that may be entirely different from what you do, but that does not make your characterization of things more fair than mine.
Re: Building a Text Editor for a Digital-First Newsroom
#56> this new story editor needs to combine the advanced features of Google Docs with the intuitive design focus of Medium This part made me sad. Imagine how much more powerful our tools could be if we didn't insist on jamming them all into web browsers!
But at least they run everywhere.
I mean the web is awesome but it’s far from perfect from a programming point of view but that of course doesn’t matter for other reasons.
Re: Building a Text Editor for a Digital-First Newsroom
#57It was truly an awakening to the hidden wonders of the world.
Re: Building a Text Editor for a Digital-First Newsroom
#58Earlier quoted context omitted.
> because that's the in thing right now for developer blogs. Which is bizarre. The comments section of tech blogs are a great place to discuss and ask questions, and the support for comments on Medium is abismal, looks like they deliberately made it suck.
I think Hacker News does a better job of this, and so here we are.
Re: Building a Text Editor for a Digital-First Newsroom
#59I'd love to work for this engineering team. Their tech blog and github is full of interesting projects.
the BBC sounds like it has a really good tech team too. wonder what it is about newspapers that leads to this sort of tech culture.