You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta/creative-writing.md
+30-15Lines changed: 30 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# Creative Writing
2
2
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.
4
4
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).
9
6
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
12
15
13
16
1. Promise
14
17
- Stories make one or more (tone) promises.
@@ -20,19 +23,19 @@ A story consists of tied together by conflict,
20
23
2. Progress
21
24
- Hardest.
22
25
- 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).
24
26
- Can be done by indentifying the type of plot.
25
27
- Do mini-plots (nested code).
26
28
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.
30
31
31
-
## Short Stories
32
+
## Formats
32
33
33
-
Reader Experience: delievering a specific emotional "punch" (can be correlated to watching short videos, reels).
34
+
### Short Stories
34
35
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).
36
39
37
40
#### MICE Quotient (Organisational theory)
38
41
@@ -50,7 +53,7 @@ Reader Experience: delievering a specific emotional "punch" (can be correlated t
50
53
51
54
Most stories are made by multiple variations of above (mice) threads. Can be modelled using HTML DOM.
52
55
53
-
###Flash Fiction
56
+
#### A structured process for writing flash fiction
54
57
55
58
1.**Opening** (first 3 sentences)
56
59
- Make promises.
@@ -77,6 +80,18 @@ Most stories are made by multiple variations of above (mice) threads. Can be mod
77
80
5.**Wrap up** (next 3 sentences)
78
81
- Close out mice threads.
79
82
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
+
80
95
## Resources
81
96
82
97
-[2020 Creative Writing Lectures at BYU - Brandon Sanderson](https://youtube.com/playlist?list=PLSH_xM-KC3Zv-79sVZTTj-YA6IAqh8qeQ&si=ASGDEKEuQVMKkrHE)
0 commit comments