novelist
novelist copied to clipboard
A cool text editor for authors
Hi, Could you tell me if this app is still alive? I'm so excited to try the end result of this great project, but your last commit seems to be...
It might be possible to use [kakoune] as a terminal-mode text frontend via the [distraction free][distraction] plugin. This would mean that the `novelist` backend needs to be able to connect...
Let's track progress on one of the core features of `novelist`: the project explorer
The following functions are available via the Header bar 1. Create new objects (files, chapters, ...) (menu) 2. Delete current object 3. Change formatting settings (menu) 4. Change alignment settings...
This is a tracking issue about two aspects of the file format - Text encoding format (right now `json`, soon to be `xml`) - Folder structure for a `novel` and...
This is a tracking issue for the last few steps required to get an MVP off the ground - [ ] Connect `RootWindow` `Model` with file I/O backend - [...
`novelist` will end up being very complex and as such we should worry about testing _early_. What is there to test? - File I/O logic - Various text logic elements...
**expected behaviour:** The page will break (as in line-break not breaking the ux kind of a break) at some point. **actual behaviour:** Since there's no linebreak nor page size implemented...