Tag: markdown

  • Getting Started with Writing a Technical ebook

    The early release of my ebook Juggling JSON with jq comes out tomorrow! However this post is more about the process of writing the book itself. Getting started on an technical ebook, (such as Juggling JSON with jq), requires a bit of upfront setup. On the ebook side, I decided to go the route of…

  • Adding a Code Editor to Rookeries

    One of the main selling points for Rookeries, is its ability to let the writer write content using Markdown, and getting a live preview of the result. Since the user will be writing in code, it would be a better experience to use a text editor meant for code. Rather than try to undertake a…