update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-12-14 19:49:27 -08:00
parent ca6710444c
commit ea09d6246c
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
%title Mandelnote %title Mandelnote
<video src="/assets/mandelnote.webm" autoplay loop></video>
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. 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. 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.
<video src="/assets/mandelnote.webm" autoplay loop></video> <video src="/assets/mandelnote-2.webm" autoplay loop></video>
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. 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.