Earlier quoted context omitted.
I applaud the author for keeping everything text file based. In general, I think we should strive for non-proprietary, standard file formats. Isn't docx far too one-sided and controlled in that regard? I wonder if anyone has some info on the "state of affairs" for the "document format race".
None of this matters because the industry relies on docx (and it's a crusty, oldschool industry so good luck changing that). A minimum for a novel writing tool is that one can actually send the novel out in a format where your agent and editor will read it. Otherwise you're not getting that novel published.
NovelWriter 1.0 – A markdown-like editor for writing novels
221–230 of 277 posts
Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#222Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#223Earlier quoted context omitted.
When you too can afford to pay your editors, proofreaders, and publishers to accommodate your unique file formats and the associated changes to their workflow, you too can write in WordStar.
Since you obvious don't know what unix philosophy is, it's a md writer..that's it, you want to convert it..take a converter like pandoc. If you really think every writing program should have it's own converters..well then you end up with less interchangeable stuff. One tool for Writing another one for conversion..is that so complicated?
Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#224Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#225Earlier quoted context omitted.
I'm an author and an software engineer. I can see why Markdown could be slightly better for a writer - but not much better - and honestly it seems like a step down for an editor. Primarily, all a writer does is write plain text. Probably less than 1% of sentences are anything other than plain text. There's not a lot of headings or titles. There's not a lot of italics or bold text. What else is there? What am I missin…
You just sold everyone on markdown. This is the whole point. All the crap MS Word adds to support formatting and visual styles is in the way. With markdown you focus on the actual text. Exactly what an author should want to. What exactly does MS Word add over markdown which matters to an author? I am talking about the writing experience. You could always export to docx.
What does Markdown get me that makes it worth switching to for the first draft only?
Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#226Earlier quoted context omitted.
Just to add here, the question is not “is markdown (or tex or binary strings or...) better”, but “can the person who determines whether I get paid open the file?” The fiction publishing world is cutthroat competitive. Trying to use nonstandard tools / “breaking the mold” adds even more friction to success.
I'm an author and an software engineer. I can see why Markdown could be slightly better for a writer - but not much better - and honestly it seems like a step down for an editor. Primarily, all a writer does is write plain text. Probably less than 1% of sentences are anything other than plain text. There's not a lot of headings or titles. There's not a lot of italics or bold text. What else is there? What am I missin…
I could never get over Markdown; Markdown doesn't show me the user experience of my own code(writing), while word and scrivener will show me instantly.
Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#227Earlier quoted context omitted.
Just to add here, the question is not “is markdown (or tex or binary strings or...) better”, but “can the person who determines whether I get paid open the file?” The fiction publishing world is cutthroat competitive. Trying to use nonstandard tools / “breaking the mold” adds even more friction to success.
I'm an author and an software engineer. I can see why Markdown could be slightly better for a writer - but not much better - and honestly it seems like a step down for an editor. Primarily, all a writer does is write plain text. Probably less than 1% of sentences are anything other than plain text. There's not a lot of headings or titles. There's not a lot of italics or bold text. What else is there? What am I missin…
Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#228Earlier quoted context omitted.
You just sold everyone on markdown. This is the whole point. All the crap MS Word adds to support formatting and visual styles is in the way. With markdown you focus on the actual text. Exactly what an author should want to. What exactly does MS Word add over markdown which matters to an author? I am talking about the writing experience. You could always export to docx.
Why would I want to write my first draft in a different tool than my subsequent drafts? Nobody cares about visual styles, but my editor sends back their thoughts with inline edits and comments in Word. It's so much easier to edit in Word. I'm a huge Markdown fan, but it raises the question: What does Markdown get me that makes it worth switching to for the first draft only?
> what an author should want
That is normative / prescriptive attitude, and seems to gatekeep who gets called "an author."
On the other hand, I think the biggest challenges most writers have is getting words on (digital) paper, regardless of the software.
I am also unconvinced that there are any practical benefits (for me) to using Markdown in particular, instead of whatever is closest to hand and offers the least friction...use what works for you!
Re: NovelWriter 1.0 – A markdown-like editor for writing novels
#229Earlier quoted context omitted.
I'm an author and an software engineer. I can see why Markdown could be slightly better for a writer - but not much better - and honestly it seems like a step down for an editor. Primarily, all a writer does is write plain text. Probably less than 1% of sentences are anything other than plain text. There's not a lot of headings or titles. There's not a lot of italics or bold text. What else is there? What am I missin…
Consider a book like The Lord of the Rings. It has gone through countless revisions and corrections. With markdown and git you could track those changes and corrections over time.