From ea09d6246cc49360435e3743011c44c2753f4ffc Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 14 Dec 2020 19:49:27 -0800 Subject: [PATCH] update from sparkleup --- diary/2020-12-14.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diary/2020-12-14.md b/diary/2020-12-14.md index d40c334a..fc14e8e7 100644 --- a/diary/2020-12-14.md +++ b/diary/2020-12-14.md @@ -1,10 +1,12 @@ %title Mandelnote + + I found myself writing pretty often in a variation of what's called the snowflake method, where you start with an idea, then come up with an outline of acts, then come up with an outline of chapters, then come up with an outline of scenes. Then you write the scenes and flatten them into chapters, then flatten the chapters into acts, then flatten the acts into the final product. To that end, I decided to poke at making an editor for just that. It stores each of those elements in cards in a notebook which one can move between set titles, set contents, etc. The format that it uses is just Markdown: cards are a header of any depth followed by the text of the body. - + The goal of Mandelnote is to provide a unique outlining and writing experience based loosely on the snowflake method: acts contain chapters contain scenes, which can then be written and then merged and promoted until one has a completed work. Of course, it's more general than that, it doesn't rely on the idea of acts/chapters/scenes, of course.