more notes

This commit is contained in:
Dizzy 2024-06-08 03:40:31 -04:00
parent 003a57ceb8
commit 4d32210fa5
43 changed files with 7481 additions and 13 deletions

View File

@ -1,3 +1,6 @@
{
"cssTheme": "Prism"
"cssTheme": "Prism",
"enabledCssSnippets": [
"cool"
]
}

View File

@ -1,5 +1,6 @@
[
"obsidian-regex-replace",
"obsidian-git",
"obsidian-style-settings"
"obsidian-style-settings",
"obsidian-icon-folder"
]

BIN
.obsidian/icons/lucide-icons.zip vendored Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><path d="M7.5 8 10 9"></path><path d="m14 9 2.5-1"></path><path d="M9 10h0"></path><path d="M15 10h0"></path></svg>

After

Width:  |  Height:  |  Size: 383 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" x2="9.01" y1="9" y2="9"></line><line x1="15" x2="15.01" y1="9" y2="9"></line></svg>

After

Width:  |  Height:  |  Size: 364 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"></path></svg>

After

Width:  |  Height:  |  Size: 345 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5.8 11.3 2 22l10.7-3.79"></path><path d="M4 3h.01"></path><path d="M22 8h.01"></path><path d="M15 2h.01"></path><path d="M22 20h.01"></path><path d="m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12v0c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10"></path><path d="m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11v0c-.11.7-.72 1.22-1.43 1.22H17"></path><path d="m11 2 .33.82c.34.86-.2 1.82-1.11 1.98v0C9.52 4.9 9 5.52 9 6.23V7"></path><path d="M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z"></path></svg>

After

Width:  |  Height:  |  Size: 741 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="12" r="1"></circle><circle cx="15" cy="12" r="1"></circle><path d="M8 20v2h8v-2"></path><path d="m12.5 17-.5-1-.5 1h1z"></path><path d="M16 20a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20"></path></svg>

After

Width:  |  Height:  |  Size: 414 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" x2="9.01" y1="9" y2="9"></line><line x1="15" x2="15.01" y1="9" y2="9"></line></svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@ -0,0 +1,29 @@
{
"settings": {
"migrated": 5,
"iconPacksPath": ".obsidian/icons",
"fontSize": 16,
"emojiStyle": "native",
"iconColor": null,
"recentlyUsedIcons": [],
"recentlyUsedIconsSize": 5,
"rules": [],
"extraMargin": {
"top": 0,
"right": 4,
"bottom": 0,
"left": 0
},
"iconInTabsEnabled": false,
"iconInTitleEnabled": false,
"iconInTitlePosition": "above",
"iconInFrontmatterEnabled": false,
"iconInFrontmatterFieldName": "icon",
"iconColorInFrontmatterFieldName": "iconColor",
"iconsBackgroundCheckEnabled": false,
"iconsInNotesEnabled": true,
"iconsInLinksEnabled": true,
"iconIdentifier": ":",
"debugMode": false
}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-icon-folder",
"name": "Iconize",
"version": "2.12.1",
"minAppVersion": "0.9.12",
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
"author": "Florian Woelki",
"authorUrl": "https://florianwoelki.com/",
"isDesktopOnly": false
}

View File

@ -0,0 +1,118 @@
.iconize-inline-title-wrapper {
width: var(--line-width);
margin-inline: var(--content-margin);
}
.iconize-title-icon {
max-width: var(--max-width);
margin-right: var(--size-4-2);
}
.iconize-icon-in-link {
margin-right: var(--size-2-2);
display: inline-flex;
}
.iconize-icon {
border: 1px solid transparent;
margin: 0px 4px 0px 0px;
display: flex;
align-self: center;
margin: auto 0;
}
.nav-folder-title,
.nav-file-title {
align-items: center;
}
.iconize-setting input[type='color'] {
margin: 0 6px;
}
.iconize-modal.prompt-results {
margin: 0;
overflow-y: auto;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.prompt .iconize-subheadline {
margin-top: 12px;
font-size: 12px;
color: gray;
grid-column-start: 1;
grid-column-end: 6;
}
@media (max-width: 640px) {
.iconize-modal.prompt-results {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.prompt .iconize-subheadline {
grid-column-end: 4;
}
}
.iconize-modal.prompt-results .suggestion-item {
cursor: pointer;
white-space: pre-wrap;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column-reverse;
text-align: center;
font-size: 13px;
color: var(--text-muted);
padding: 16px 8px;
line-break: auto;
word-break: break-word;
line-height: 1.3;
}
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
justify-content: center;
}
.iconize-icon-preview {
font-size: 22px;
}
.iconize-icon-preview img {
width: 16px;
height: 16px;
}
.iconize-icon-preview svg {
width: 24px;
height: 24px;
color: currentColor;
margin-bottom: 4px;
}
.iconize-dragover {
position: relative;
}
.iconize-dragover-el {
position: absolute;
width: 100%;
height: 100%;
color: var(--text-normal);
background-color: var(--background-secondary-alt);
display: flex;
align-items: center;
justify-content: center;
}
/* Custom rule modal. */
.iconize-custom-modal .modal-content {
display: flex;
align-items: center;
justify-content: center;
}
.iconize-custom-modal .modal-content input {
width: 100%;
margin-right: 0.5rem;
}

31
.obsidian/snippets/cool.css vendored Normal file
View File

@ -0,0 +1,31 @@
table thead{
background-color: #fad3fe;
}
table{
border-radius:5em;
}
table th:first-of-type{
border-top-left-radius:6px;
}
:root table {
border-collapse: separate;
border-spacing: 0;
}
th:first-of-type {
border-top-left-radius: 8px;
}
th:last-of-type {
border-top-right-radius: 8px;
}
tr:last-of-type td:first-of-type {
border-bottom-left-radius: 8px;
}
tr:last-of-type td:last-of-type {
border-bottom-right-radius: 8px;
}
:root :is(td, th) {
border-width: 0 var(--table-border-width) var(--table-border-width) 0;
}

View File

@ -4,22 +4,239 @@
"type": "split",
"children": [
{
"id": "eb91621727c2669c",
"id": "6a0347ac9a505c79",
"type": "tabs",
"children": [
{
"id": "47a7a2570e99e3b2",
"id": "23cda8af9cfdf03b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Beta Readers.md",
"file": "Translate Emotions into Written Body Language.md",
"mode": "source",
"source": false
}
}
},
{
"id": "c47721a346aabb5a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Should You Use an Epithet.md",
"mode": "source",
"source": false
}
}
},
{
"id": "df7da3fa008c3db6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Describing Beer Taste.md",
"mode": "source",
"source": false
}
}
},
{
"id": "481d819edacd7321",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "AO3 Tagging Guide.md",
"mode": "source",
"source": false
}
}
},
{
"id": "bad71f921969e201",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Active vs. Passive Voice.md",
"mode": "source",
"source": false
}
}
},
{
"id": "6f7b98166081964e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Story Structure Comparison.md",
"mode": "source",
"source": false
}
}
},
{
"id": "cb6c646a03dfaabd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "How to Use a Semicolon.md",
"mode": "source",
"source": false
}
}
},
{
"id": "d171ac630095659b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Best Practices for Workshopping.md",
"mode": "source",
"source": false
}
}
},
{
"id": "bc3c6310497a9c64",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Literary Devices.md",
"mode": "source",
"source": false
}
}
},
{
"id": "171b544cef438892",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Writing Characters with Glasses.md",
"mode": "source",
"source": false
}
}
},
{
"id": "c2b7a1a9cbd31d97",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "How to Describe Fear in Writing.md",
"mode": "source",
"source": false
}
}
},
{
"id": "2e0565640f7559d8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Genres of Writing.md",
"mode": "source",
"source": false
}
}
},
{
"id": "660316b96bcff72d",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Manuscript Critiques.md",
"mode": "source",
"source": false
}
}
},
{
"id": "f5fb4fcf2f746b32",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Cues to Emotion.md",
"mode": "source",
"source": false
}
}
},
{
"id": "5394a4f24d25f443",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Fanfic Summaries.md",
"mode": "source",
"source": false
}
}
},
{
"id": "a5bf4dbdc033eca3",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Dialogue Tags.md",
"mode": "source",
"source": false
}
}
},
{
"id": "b8b797707b848949",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Story Length Estimation.md",
"mode": "source",
"source": false
}
}
},
{
"id": "34b98642a1eac70c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Mystery Stuff.md",
"mode": "source",
"source": false
}
}
},
{
"id": "af4504dea73b2750",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Semicolons vs. Dashes vs. Colons vs. Fighting Polygon Team.md",
"mode": "source",
"source": false
}
}
}
]
],
"currentTab": 18
}
],
"direction": "vertical"
@ -85,7 +302,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Beta Readers.md",
"file": "Semicolons vs. Dashes vs. Colons vs. Fighting Polygon Team.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -102,7 +319,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Beta Readers.md",
"file": "Semicolons vs. Dashes vs. Colons vs. Fighting Polygon Team.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -125,7 +342,7 @@
"state": {
"type": "outline",
"state": {
"file": "Beta Readers.md"
"file": "Semicolons vs. Dashes vs. Colons vs. Fighting Polygon Team.md"
}
}
}
@ -146,9 +363,36 @@
"command-palette:Open command palette": false
}
},
"active": "47a7a2570e99e3b2",
"active": "af4504dea73b2750",
"lastOpenFiles": [
"README.md",
"Beta Readers.md"
"Mystery Stuff.md",
"Semicolons vs. Dashes vs. Colons vs. Fighting Polygon Team.md",
"Story Length Estimation.md",
"Dialogue Tags.md",
"Fanfic Summaries.md",
"Cues to Emotion.md",
"Manuscript Critiques.md",
"Pasted image 20240608032711.png",
"Pasted image 20240608032709.png",
"Genres of Writing.md",
"How to Describe Fear in Writing.md",
"Writing Characters with Glasses.md",
"Literary Devices.md",
"Best Practices for Workshopping.md",
"How to Use a Semicolon.md",
"Story Structure Comparison.md",
"Pasted image 20240608032336.png",
"Active vs. Passive Voice.md",
"AO3 Tagging Guide.md",
"Pasted image 20240608032210.png",
"Describing Beer Taste.md",
"Should You Use an Epithet.md",
"Pasted image 20240608031142.png",
"Translate Emotions into Written Body Language.md",
"Pasted image 20240608030943.png",
"Pasted image 20240608030935.png",
"Beta Readers.md",
"Emotion and Feelings.md",
"README.md"
]
}

2
AO3 Tagging Guide.md Normal file
View File

@ -0,0 +1,2 @@
*Source: [I kind of suck at tagging, so I made this infographic to help make it easier. @mostlyinthemorning on Tumblr](https://www.tumblr.com/mostlyinthemorning/664760484135895040/i-kind-of-suck-at-tagging-so-i-made-this)*
![[Pasted image 20240608032210.png]]

View File

@ -0,0 +1 @@
*Source: [Active vs. Passive Voice: What's the Difference? | Grammarly](https://www.grammarly.com/blog/active-vs-passive-voice/)*

View File

@ -0,0 +1 @@
*Source: [How to Critique: Best Practices for Workshopping | The World Remains Mysterious](https://www.kittywumpus.net/blog/2014/01/31/how-to-critique-best-practices-for-workshopping/)*

View File

@ -1,4 +1,5 @@
# Questions I Ask My Beta Readers
*Source: [Questions I Ask My Beta Readers @burntoutdaydreamer on Tumblr](https://www.tumblr.com/burntoutdaydreamer/736178941698752512/questions-i-ask-my-beta-readers)*
## Questions I Ask My Beta Readers
"Did you like it?" just doesn't cut it when you're trying to get useful feedback, so here's some questions that get your reader really thinking about your work:

319
Cues to Emotion.md Normal file
View File

@ -0,0 +1,319 @@
*Source: [Cues to Emotion](http://www.joannawaugh.com/cues-to-emotion.html)*
## Embarrassed
- Clear throat
- Swallow
- Gulp
- Wet lips with tongue
- Male: bobbling or jumping Adams apple
- Flushed skin
- Hot/tingling skin
- Lack of eye contact
- BreathinessHappy/Humor/Pleasure
- Smile
- Animated eyes/expression
- Tears in eyes/crying/sobbing
- Tightening of the throat/inability to speak
- Quivering chin
- Dilated pupils
- Eaise/lift eyebrows to widen eyes
- Facial flush
- Laugh (can be silent)
- Hugging upper abdomen/lower chest sigh
## Humble/Deferential/Non-aggressive/Submissive
- Bowed head
- Head tilted to one side
- Lowered chin
- Down-turned eyes
- No direct eye contact
- Tight-lipped
- Silent
- Slumped/hunched shoulders
- Shrug shoulders
- Turn body inward to make smaller
- Open palms
- Arms next to side
- Pout
- Low voice
## Friendly/Love/Infatuated
- Close proximity to object of affection (address or aim at, lean toward, intrude into personal space)
- Block intrusion by third person by laying arm across back of chair, crossing feet, standing in such a way as to block view of the rest of the room
- Man - leaning back with pelvis thrust forward, legs apart, hands hook in pockets with fingers pointing down to genitals = I'm available; I'm sexually dangerous
- Women cross arms around men they dont like and use open arm position around men they do like. Crossed arms for a woman can also signal that she's closed in and wants to be let out.
- Head tilted to one side
- Head/hair toss
- Shoulder shrug
- Stand up straighter, more alert
- Pull in stomach
- Skin blush or pale
- Change in body smell
- Draw attention to lips (i.e. wet with tongue, pout)
- Touch own body
- Stroke or push hair away from face
- Adjust clothing
- Hand on hip to expose wrist and/or palm
- Increased heart rate
- Hug/snuggle/nuzzle
- Nose rub
- Playful bite
- Tongue touches lip
- Kiss
- Bat eyelids
- Flirting glance
- Narrowed eyes
- Deliberate eye contact/holding gaze
- Eyes roam over other person's face, linger on throat, breasts/chest, body in deliberate signal of interest
- Dilated pupils
- Caress with fingertips or lips
- Tickle
- Hold hands
- Stroke other person's palm with thumb
- Lingering touch
- Extend or reach out with arms/hands
- Man - place open hand at the small of woman's back while walking = you're mine/I'm in command
- Female: sway hips when walking\male: saunter
- Thigh contact
- Facial flush
- Gaze down coyly
- Sigh
- Smile
- Breathiness
- Husky voice
- Throaty voice
- Giggle
- Flattering comments
## Lying/Deceptive
- Gazing down/lack of eye contact
- Sweaty palms/head/neck/armpits
- Raising upward on/lifting toes
- Scratching/rubbing/pinching/holding parts of body
- Dilated pupils
- Rapid eye blink
- Pretending excitement to convince
- Lips pressed together
- Darting tongue
- Clear throat
- False smile
- Reticence/withdrawal from contact
- Shoulder shrug
- Touching forehead/jaw with hand
- Facial flushing, especially around eyes
- Deliberate control of body energy = fewer movements, stiffness of demeanor
- Wheedling tone of voice
## Sad/Depressed/Grief/Pain
- Tears standing in eyes/crying/sobbing
- Narrowed eyes
- Closed eyes
- Tightening of the throat
- Inability to speak
- Repeated swallowing
- Quivering chin
- Pout
- Compressed/down-turned mouth or lips
- Chew lip
- Flared nostrils
- Wrinkled nose/ brow
- Forward bowing of body, turning in on oneself
- Arms folded across lower chest/upper abdomen
- Lethargy
- Clenched fist
- Stiffness of body
- Hand over heart
- Slumped posture/drooping shoulders
- Gazing downward
- Sigh
- Wavering voice
- Toneless voice
## Surprise
- Brows arched upward
- Open mouth
- Parted lips
- Grimace
- Wide eyes
- Fixated stare
- Rapid eye blink
- Startle reflex
- Sudden intake of breath
- Drawing back of body
- Head jerked/thrown back
- Exclamation
*Note about crying:* women cry 5X more than men and their tears are more copious. Crying spell lasts only 1-2 minutes. Tears seem to relieve stress so, after a crying jag, there is relief.
*Note about Eye Movement:* Glance to the right = looking into the future and searching for words. Glance to the left = searching the past to make sure words are correct.
## Defensive/Aggressive/Angry/Enraged
- Tense jaw/mouth
- Compressed mouth/lips
- Biting bottom lip
- Sneer
- Guttural throat sounds
- Loud speech/yell/scream
- Jutted chin
- Clenched jaw
- Frown
- Wrinkled nose
- Flared nostrils
- Widened eyes
- Protruding eyeballs
- Dilated pupils
- Hands on hips/away from body
- Body displayed broadside
- Squared shoulders
- Shrug shoulders
- Body held erect/stand tall
- Head jerks
- Tick in cheek/eye/corner of mouth
- Head brought forward
- Clenched fists
- Drumming/tapping fingers
- Palms down, beating gesture/flailing hands/arms
- Red face/neck/ears
- Hitting something with fists
- Stiff walking
## Anxious/Impatient/Nervous/Tense/Fearful
- Clear throat
- Swallow
- Gulp
- Jaw drop/open mouth
- Dry mouth
- Wet lips with tongue/touch lips with finger
- Catch in throat
- Raspy voice unable to speak
- Male bobbing/jumping Adams apple
- Perspire (palms/face/neck/armpits) = cold sweat
- Pale skin
- Lean/angle away from whats making person anxious
- Make oneself smaller to reduce exposure to danger
- Tense lips, neck, shoulder muscles
- Arms folded across lower chest/upper abdomen
- Neutral facial expression = do not approach
- No eye contact
- Rapid eye blink
- Protruding eyeballs
- Wide eyes
- Tick in cheek/eye/corner of mouth
- Dilated pupils
- Flared nostrils
- Frown
- Crying
- Increased breathing rate/rapid heartbeat
- Tremble, especially lips
- Chattering of teeth
- Hair bristling
- Clenched fists
- Drumming/tapping fingers
- Palms down, beating gesture/flailing hands/arms
- Scratching/rubbing/pinching/holding parts of body
## Arrogant/Disdainful
- Rearing back
- Mocking bow of head or upper torso
- Lift chin
- Look down nose
- Jut chin
- Lift one eyebrow
- Tilt head back
- Narrowed eyes
- Compressed lips/mouth
- Lip raised/curled in sneer
- Hands on hips
- Look down ones nose
- Flared nostrils
- Loud voice
- Yawn
## Confident/Brave
- Square shoulders
- Full body display
- Stand erect/tall
- Hands on hips
- Swagger when walking
## Confused/Puzzled/Uncertain
- Frown
- Slack jaw
- Pout
- Pursed lips
- Wet lips with tongue/touch lips with finger
- Tongue clenched between lips
- Suck thumb
- Mouth turned downward
- Clenched jaw
- Clear throat
- Lowered eyelids
- Elbow raised with hand behind head
- Scratch head
- Tug on ear
- Tap cheek with finger
- Rub back of neck with one hand
- Wrinkled nose
- Scratching/rubbing/pinching/holding parts of body
- Hug waist with arms
- Shrug shoulders
- Raspy/thready voice
## Curious
- Head cocked to one side
- Wrinkled nose/brow
- Pursed lips
- Raised brow
- Wide eyes
- Finger touch to cheek/jaw
## Defeated
- Slumped/hunched shoulders
- Vacant expression
- Toneless voice
## Disagree/Disgusted/Abhorrent/Revulsion
- Distance from object
- Turn or face away/shift body away
- Turning ones back
- Lean back
- Fold arms across upper chest/lower abdomen
- Cut off hand gesture
- Sneer
- Roll eyes
- Narrowed eyes
- No eye contact
- Frown
- Wrinkled nose
- Flared nostrils
- Backward head jerks
- Head shake
- Protrusion of tongue
- Guttural throat sounds
- Pursed lips
- Thin lips
- Tongue pressed between lips
- Clenched jaw
## Disbelief/Skeptical/Suspicious
- Arch eyebrow
- Narrowed eyes
- Compressed lips/Down-turned mouth
- Head shake
- Clenched jaw
- Shoulder shrug

1
Describing Beer Taste.md Normal file
View File

@ -0,0 +1 @@
*Source: [How To Describe Beer Taste — Love Beer Learning](https://lovebeerlearning.co.uk/lovebeerlearningblog/how-to-describe-beer-taste)*

1
Dialogue Tags.md Normal file
View File

@ -0,0 +1 @@
*Source: [Dialogue Tags: 12 Categories and 102 Examples for Writers](https://storygrid.com/dialogue-tags/)*

31
Emotion and Feelings.md Normal file
View File

@ -0,0 +1,31 @@
*Source: [Emotion-Feeling-Wheel-1-1.jpg (JPEG Image, 2318 × 2372 pixels)](https://www.davidhodder.com/*wp-content/uploads/2018/10/Emotion-Feeling-Wheel-1-1.jpg)*
## :LiAngry: Anger
| Rage | Exasperated | Irritable | Envy | Disgust |
| ------- | ----------- | ---------- | --------- | -------- |
| Hostile | Frustrated | Aggravated | Resentful | Contempt |
| Hate | Agitated | Annoyed | Jealous | Revolted |
## :LiFrown: Sadness
| Suffering | Sadness | Disappointed | Shameful | Neglected | Despair |
| --------- | --------- | ------------ | --------- | --------- | --------- |
| Agony | Depressed | Dismayed | Regretful | Isolated | Grief |
| Hurt | Sorrow | Displeased | Guilty | Lonely | Powerless |
## :LiPartyPopper: Surprise
| Stunned | Confused | Amazed | Overcome | Moved |
| -------- | ------------- | ---------- | ---------- | ---------- |
| Shocked | Disillusioned | Astonished | Speechless | Stimulated |
| Dismayed | Perplexed | Awe-struck | Astounded | Touched |
## :LiSmile: Joy
| Content | Happy | Cheerful | Proud | Optimistic | Enthusiastic | Elation | Enthralled |
| --------- | --------- | -------- | ----------- | ---------- | ------------ | ---------- | ---------- |
| Pleased | Amused | Jovial | Triumphant | Hopeful | Zeal | Jubilation | Rapture |
| Satisfied | Delighted | Blissful | Illustrious | Eager | Excited | Euphoric | Enchanted |
## :LiHeart: Love
| Peaceful | Tenderness | Desire | Longing | Affectionate |
| --------- | ------------- | ----------- | ----------- | ------------ |
| Satisfied | Compassionate | Infatuation | Attracted | Fondness |
| Relieved | Caring | Passion | Sentimental | Romantic |
## :LiSkull: Fear
| Horror | Nervous | Insecure | Terror | Scared |
| --------- | ------- | ---------- | ---------- | ---------- |
| Dread | Anxious | Inadequate | Hysterical | Helpless |
| Mortified | Worried | Inferior | Panic | Frightened |

1
Fanfic Summaries.md Normal file
View File

@ -0,0 +1 @@
*Source: [How to Write Fanfic Summaries @wolfstarlibrarian on Tumblr](https://www.tumblr.com/wolfstarlibrarian/629281741962723328/how-to-write-fanfic-summaries)*

1
Genres of Writing.md Normal file
View File

@ -0,0 +1 @@
*Source: [Genres of Writing: Definition, Examples, and 12 Types](https://storygrid.com/genres-of-writing/)*

View File

@ -0,0 +1 @@
*Source: [How to Describe Fear in Writing - Brilliantio](https://brilliantio.com/how-to-describe-fear-in-writing/)*

View File

@ -0,0 +1 @@
*Source: [How to use a semicolon - The Oatmeal](https://theoatmeal.com/comics/semicolon)*

1
Literary Devices.md Normal file
View File

@ -0,0 +1 @@
*Source: [Literary Devices - Literary Terms, Techniques, and Elements](https://literarydevices.com/)*

1
Manuscript Critiques.md Normal file
View File

@ -0,0 +1 @@
![[Pasted image 20240608032711.png]]

1
Mystery Stuff.md Normal file
View File

@ -0,0 +1 @@
*Source: [i love your takeaway from the JJ Abrams Mystery Box was "it's because what's in the mystery box is developed/good/exists. you... @jacky-rubou on Tumblr](https://www.tumblr.com/jacky-rubou/737548333898399744/i-love-your-takeaway-from-the-jj-abrams-mystery)*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 KiB

View File

@ -0,0 +1 @@
*Source: [When to Use Semicolons, Colons, and Dashes | Grammarly Blog](https://www.grammarly.com/blog/semicolon-vs-colon-vs-dash/)*

View File

@ -0,0 +1,2 @@
*Source: [So I was thinking about epithets yesterday and how when they're used well they really add to the work and when they're used... @scarlettohairdye on Tumblr](https://www.tumblr.com/scarlettohairdye/696944010763403264/so-i-was-thinking-about-epithets-yesterday-and-how)*
![[Pasted image 20240608031142.png]]

View File

@ -0,0 +1 @@
*Source: [Infographic to estimate how long a story will be. | Patreon](https://www.patreon.com/posts/12561943)*

View File

@ -0,0 +1,2 @@
*Source: [Story Structure Comparison | Author Michael Roth](https://www.rothwrites.com/story-structure-comparison)*
![[Pasted image 20240608032336.png]]

View File

@ -0,0 +1,48 @@
*Source: [Cheat Sheets For Writing Body Language - Writers Write](https://www.writerswrite.co.za/cheat-sheets-for-writing-body-language/)*
| Emotions | Possible Body Language |
| -------------------- | ---------------------- |
| Anticipation | |
| Awe | |
| Amusement | |
| Anger or Aggression | |
| Annoyance | |
| Anxiety | |
| Attentiveness | |
| Boredom | |
| Confidence | |
| Confusion | |
| Contempt | |
| Cynical | |
| Deception | |
| Defensive | |
| Desire | |
| Disbelief | |
| Disgust | |
| Displeasure | |
| Distress | |
| Embarassment | |
| Fatigue | |
| Grief | |
| Happiness | |
| Honesty | |
| Impatience | |
| Jealousy | |
| Overwhelmed | |
| Passion or Eagerness | |
| Playfulness | |
| Pleasure | |
| Possessiveness | |
| Pride or Dominance | |
| Reluctance | |
| Sadness | |
| Secretiveness | |
| Shame | |
| Shock | |
| Shyness | |
| Smugness | |
| Suspicion | |
| Thoughtfulness | |
| Triumph | |
![[Pasted image 20240608030935.png]]
![[Pasted image 20240608030943.png]]

View File

@ -0,0 +1 @@
*Source: [How to write a character with glasses @creativepromptsforwriting on Tumblr](https://www.tumblr.com/creativepromptsforwriting/643734910397448192/how-to-write-a-character-with-glasses)*