From aeffbda408a4272183ccb30e8bb5d60ddafd9dd9 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 24 Apr 2021 14:10:25 -0400 Subject: [PATCH 1/3] refinement Signed-off-by: Christine Dodrill --- src/chapter-1/scene-1.md | 2 ++ src/chapter-1/scene-3.md | 5 +++++ src/wordcount.lua | 10 ---------- 3 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 src/chapter-1/scene-3.md diff --git a/src/chapter-1/scene-1.md b/src/chapter-1/scene-1.md index 5d91b9b..309446e 100644 --- a/src/chapter-1/scene-1.md +++ b/src/chapter-1/scene-1.md @@ -1,3 +1,5 @@ +\pagebreak + Alicia scanned across the clearing. Her cat eyes darted across the field, her ears focused forward and ready for victory. The battlefield was a wide open grassy field without any good spots to take cover. Her team was losing. Badly. diff --git a/src/chapter-1/scene-3.md b/src/chapter-1/scene-3.md new file mode 100644 index 0000000..5cb8288 --- /dev/null +++ b/src/chapter-1/scene-3.md @@ -0,0 +1,5 @@ +\pagebreak + +TODO(Mai): Meal hall, Red team talking about the event. Puri noticed the glowing +hand and mentions it inquisitively. Contrive a reason away from it using glare +or something. diff --git a/src/wordcount.lua b/src/wordcount.lua index 517e4ac..19d9f8e 100644 --- a/src/wordcount.lua +++ b/src/wordcount.lua @@ -9,16 +9,6 @@ wordcount = { if el.text:match("%P") then words = words + 1 end - end, - - Code = function(el) - _,n = el.text:gsub("%S+","") - words = words + n - end, - - CodeBlock = function(el) - _,n = el.text:gsub("%S+","") - words = words + n end } From 6ba6c4691d74acdda44bc755943f25c1a9bc5d22 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 25 Apr 2021 09:27:58 -0400 Subject: [PATCH 2/3] update copyright info Signed-off-by: Christine Dodrill --- src/00_overhead/overhead.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/00_overhead/overhead.md b/src/00_overhead/overhead.md index 031055a..8c64b1d 100644 --- a/src/00_overhead/overhead.md +++ b/src/00_overhead/overhead.md @@ -5,12 +5,15 @@

This book is dedicated to all of those that need a ray of hope in these trying times.

+All rights reserved. + This book is a Within Studios publication. Find out more at https://withinstudios.itch.io This book is a work of fiction, Names, characters, business, events and incidents are the products of the author’s imagination. Any resemblance to actual persons, living or dead, or actual events is purely coincidental. + However, the topics that the author alludes to are entirely real and serious problems that require deep thought and consideration. From 672ad6585f366a1d92c5543ef382450801ad7146 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 25 Apr 2021 09:28:57 -0400 Subject: [PATCH 3/3] license Signed-off-by: Christine Dodrill --- LICENSE | 1 + src/00_overhead/overhead.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7583818 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +Copyright Christine Dodrill 2021, All rights reserved. \ No newline at end of file diff --git a/src/00_overhead/overhead.md b/src/00_overhead/overhead.md index 8c64b1d..82b8a5e 100644 --- a/src/00_overhead/overhead.md +++ b/src/00_overhead/overhead.md @@ -5,7 +5,7 @@

This book is dedicated to all of those that need a ray of hope in these trying times.

-All rights reserved. +Copyright 2021 Christine Dodrill. All rights reserved. This book is a Within Studios publication. Find out more at https://withinstudios.itch.io