Good reading! I did learn a lot regarding tools I didn't knew and I will definitely check Reedsy and Scrivener, I did use leanpub which was really good, doing almost everything for me. The hardest part is about marketing for me, and I am happy that I first wrote the book for me and see the completion as an achievement, I talked with a lot of people who thought it was kind of easy to get rich just writing books, I don…
Writing a Technical Book
11–15 of 15 posts
Re: Writing a Technical Book
#12Good reading! I did learn a lot regarding tools I didn't knew and I will definitely check Reedsy and Scrivener, I did use leanpub which was really good, doing almost everything for me. The hardest part is about marketing for me, and I am happy that I first wrote the book for me and see the completion as an achievement, I talked with a lot of people who thought it was kind of easy to get rich just writing books, I don…
Re: Writing a Technical Book
#13> Self-publishing ... PRO: You have full control over all the process really. This is one of the best things I like about self publishing. I am not restricted by guidelines set by a publisher regarding chapter structure, images, exercises, etc. I can give away free copies, put up free web versions, share source code, etc. And recently I've tried sharing content chapter wise as I write the books. > Traditional publish…
>Traditional publishing ... PRO: You have professional editors looking over your draft. Honestly, this is probably overstated. My experience is that, yes, you have professional editors but it's mostly about pushing the book into a certain house style. I'm admittedly an experienced writer but there weren't really a lot substantive changes/restructuring in my case. To be clear, the edits were helpful and things were ce…
Re: Writing a Technical Book
#14Re: Writing a Technical Book
#15Thanks for a fantastic post. I've actually wrote a single tech book in my life, and found Pandoc to be really indispensable. For example, while writing a book about Vim* I simply used markdown and Pandoc would allow me to translate it to all the different e book formats. Pandoc supports syntax highlighting out of the box. Unfortunately, there wasn't one for VimL, so I had to implement it myself, but Pandcon would all…