update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-12-14 19:49:31 -08:00
parent 99c9e2b6f2
commit aa52e59cc4
1 changed files with 4 additions and 2 deletions

View File

@ -12,9 +12,11 @@
<h1>Zk | Mandelnote</h1>
</header>
<article class="content">
<p>I found myself writing pretty often in a variation of what&rsquo;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.</p>
<video src="/assets/mandelnote.webm" autoplay loop></video>
<p>I found myself writing pretty often in a variation of what&rsquo;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.</p>
<p>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.</p>
<video src="/assets/mandelnote.webm" autoplay loop></video>
<video src="/assets/mandelnote-2.webm" autoplay loop></video>
<p>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&rsquo;s more general than that, it doesn&rsquo;t rely on the idea of acts/chapters/scenes, of course.</p>
<p>Since the native file format is just markdown with a YAML block, it&rsquo;s suitable for using in Jekyll, Hugo, and the like.</p>