Skip to content

Commit bf2b68b

Browse files
committed
structure the til
1 parent ccf66f7 commit bf2b68b

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

meta/creative-writing.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Creative Writing
22

3-
**Story**
3+
Collected notes on practicing creative writiing, its an art form we have been using to tell stories for centuries now, it makes sense to learn some versions of the existing theory, the following TIL post is an attempt at that.
44

5-
A story consists of tied together by conflict,
6-
1. Plot/Idea
7-
2. Characters
8-
3. Setting
5+
> I might relate creative writing to computer programming throughout the text (in a lot of way its similar).
96
10-
- Short stories can be based on one idea, however a book will usually be a collection of ideas.
11-
- Setting is the least important.
7+
## Basics
8+
9+
A story consists of following items glued together by conflict,
10+
1. Plot/Idea (motion)
11+
2. Characters (motivation)
12+
3. Setting (environment)
13+
14+
### Plot
1215

1316
1. Promise
1417
- Stories make one or more (tone) promises.
@@ -20,19 +23,19 @@ A story consists of tied together by conflict,
2023
2. Progress
2124
- Hardest.
2225
- There's a time clock that a reader feels when reading a story (page numbers, chapters, visual maps) that makes the story compelling.
23-
- Page turner indicates that "progress" in happening (gives the illusion of progress to the reader).
2426
- Can be done by indentifying the type of plot.
2527
- Do mini-plots (nested code).
2628
3. Payoff
27-
- Make good on all of it.
28-
- Should flow naturally, should give readers everything they were promised.
29-
- Try to give people more than they expected.
29+
- Make good on all the build-up of plot and characters.
30+
- Should flow naturally, should give readers everything they were promised and more.
3031

31-
## Short Stories
32+
## Formats
3233

33-
Reader Experience: delievering a specific emotional "punch" (can be correlated to watching short videos, reels).
34+
### Short Stories
3435

35-
### Techniques
36+
- Short stories can be based on one idea/plot and a minimum of 1-2 characters.
37+
- Setting is the not that important.
38+
- Reader Experience: delievering a specific emotional "punch" (can be correlated to watching short videos, reels).
3639

3740
#### MICE Quotient (Organisational theory)
3841

@@ -50,7 +53,7 @@ Reader Experience: delievering a specific emotional "punch" (can be correlated t
5053

5154
Most stories are made by multiple variations of above (mice) threads. Can be modelled using HTML DOM.
5255

53-
### Flash Fiction
56+
#### A structured process for writing flash fiction
5457

5558
1. **Opening** (first 3 sentences)
5659
- Make promises.
@@ -77,6 +80,18 @@ Most stories are made by multiple variations of above (mice) threads. Can be mod
7780
5. **Wrap up** (next 3 sentences)
7881
- Close out mice threads.
7982

83+
### Books
84+
85+
- Multiple ideas mashed together.
86+
87+
## Interesting insights from public media
88+
89+
1. A lot of marvel movies are of different genre with a common theme of _superhero_.
90+
1. Ant man - small crew heist.
91+
2. Thor - epic fantasy.
92+
3. Captain America (Winter Soldier) - spy thriller.
93+
2. Genre is main
94+
8095
## Resources
8196

8297
- [2020 Creative Writing Lectures at BYU - Brandon Sanderson](https://youtube.com/playlist?list=PLSH_xM-KC3Zv-79sVZTTj-YA6IAqh8qeQ&si=ASGDEKEuQVMKkrHE)

0 commit comments

Comments
 (0)