Pinned

Welcome to the Novel-It Blog

Novel-It is the product of my search for an open-source solution for writing and planning novels. When I couldn’t find one that fit my needs, I decided to create it myself. It’s designed to be simple, flexible, and easy to use. I hope it helps other writers in their creative process.

Read more →

Documentation Changes

Documentation Review

When I first started working on Novel-It I mapped out the features I want the application to have, and a very sketchy requirements document.

I’ve got to the point now where I have, what I consider, a minimum viable product available in GitHub. It’s no where near all the features I put into the specification. And some of the features that have been implemented deviate somewhat from their feature descriptions.

Read more →

Novel-It Version 0.1.6

20 March 2026  ·  #patches

Novel-It v0.1.6 fixes an issue that carries the obscure title “Vendor all external frontend dependencies”. What on earth does that mean?

When an application, such as Novel-It, is developed it sometimes (often) relies on external code libraries that are pulled foim the Internet everytime the application is run. For example, Novel-It uses external libraries to provide the ability to drag and drop the chapter and scene cards and external libraries are used to provide the fonts used.

Read more →

Novel-It Version 0.1.5

19 March 2026  ·  #patches #installation guide

I’ve rolled two important fixes into this patch release:

Bullets and Number Lists Not Displaying Correctly

If you created a bulleted (unordered) or numbered (ordered) list in the scene editor then the bullets or numbers did not display when you clicked the Preview button. You still got an indented list, but without the bullets or numbers. This is now resolved.

Incorrect gunicorn Command in the Installation Guide

gunicorn is the command you run to start the application server. In the installation guide the command wad given as:

Read more →

What's Next - 2026-03-18

18 March 2026  ·  #roadmap

Slated for the next release is a fix for Issue #29. When you type an unordered list (bullet points) or a numbered list into the editor and click the preview button, the bullets and numbers aren’t displayed.

Go figure.

Anyway, that’s next up.

Read more →

Novel-It Versions 0.1.0 to 0.1.4

18 March 2026  ·  #patches

Novel-It Early Updates

Novel-It was originally “released” to GitHub as v0.1.0 - a working application but not yet ready for a formal release. As with the way of things, as soon as I’d uploaded it, I started to find a few bugs and there have been a number of patch releases since then. This post summarises those patches. Going forwards there will be individual posts for each Novel-It update.

Read more →