We switched to a manual approval system for registration on this forum, as this makes it easier to keep bots out of the forum. We'll approve everybody who doesn't look like a bot!
Writing a book with Markdown
I like markdown for its simplicity and portability. When writing prose, there is really no need to have more features than markdown already offers. Zettlr seems to be a nice, simplistic editor that lets be focus on the most important thing: the text.
But I wonder, how others would organise their work. When writing multiple chapters, would you rather split this up into multiple files? If so, how do you build relations between those files?
A simple approach is to name your files 01 - Chapter.md
. But this does not scale to well, when you want to split your chapters into separate files and want to reorganise your work. You would have to edit a lot of filenames.
How do you tackle this?
Comments
Maybe what could be of use for you might be some "abuse" of the Zettelkasten functionality: https://docs.zettlr.com/en/academic/zkn-method/
At least for interlinking and naming files independent of their content should work, I guess? But I'm not sure as I haven't written a book until now
You are, in essence, referring to internal linking? Like in, having a root document and link to the (sub)chapters?
I think so, yes!