Skip to content

Instantly share code, notes, and snippets.

@manunamz
Last active July 24, 2024 23:55
Show Gist options
  • Save manunamz/67cd6aa1c0bd84e5d1bea1c5d98af66a to your computer and use it in GitHub Desktop.
Save manunamz/67cd6aa1c0bd84e5d1bea1c5d98af66a to your computer and use it in GitHub Desktop.

Wheels and radial diagrams can be thought of as top-down views of a tree.

~ manunamz

original feelings wheel

viewable on markmapjs

---
title: markmap
markmap:
  colorFreezeLevel: 2
  color: [
    '#ef7931',
    '#70508f',
    '#5569a4',
    '#54b4da',
    '#3ba247',
    '#9fc639',
    '#e5bf00',
  ]
---

- The Feelings Wheel
  - Happy
    - Playful
      - Aroused
      - Cheeky
    - Content
      - Free
      - Joyful
    - Interested
      - Curious
      - Inquisitive
    - Proud
      - Successful
      - Confident
    - Accepted
      - Respected
      - Valued
    - Powerful
      - Courageous
      - Creative
    - Peaceful
      - Loving
      - Thankful
    - Trusting
      - Sensitive
      - Intimate
    - Optimistic
      - Hopeful
      - Inspired
  - Sad
    - Lonely
      - Isolated
      - Abandoned
    - Vulnerable
      - Victimized
      - Fragile
    - Despair
      - Grief
      - Powerless
    - Guilty
      - Remorseful
      - Ashamed
    - Depressed
      - Inferior
      - Empty
    - Hurt
      - Embarrassed
      - Disappointed_Sad
  - Disgusted
    - Disapproving
      - Judgmental
      - Embarrassed_Disgusted
    - Disappointed_Disgusted
      - Appalled
      - Revolted
    - Awful
      - Nauseated
      - Detestable
    - Repelled
      - Horrified
      - Hesitant
  - Angry
    - Let Down
      - Betrayed
      - Disrespected_Angry
    - Humiliated
      - Ridiculed
      - Disrespected
    - Bitter
      - Indignant
      - Violated
    - Mad
      - Furious
      - Jealous
    - Aggressive
      - Provoked
      - Hostile
    - Frustrated
      - Infuriated
      - Annoyed
    - Distant
      - Withdrawn
      - Numb
    - Critical
      - Skeptical
      - Dismissive
  - Fearful
    - Scared
      - Helpless
      - Frightened
    - Anxious
      - Overwhelmed
      - Worried
    - Insecure
      - Inadequate
      - Inferior
    - Weak
      - Worthless
      - Insignificant
    - Rejected
      - Excluded
      - Persecuted
    - Threatened
      - Nervous
      - Exposed
  - Bad
    - Bored
      - Indifferent
      - Apathetic
    - Busy
      - Pressured
      - Rushed
    - Stressed
      - Overwhelmed_Bad
      - Out of Control
    - Tired
      - Sleepy
      - Unfocused
  - Surprised
    - Startled
      - Shocked
      - Dismayed
    - Confused
      - Disillusioned
      - Perplexed
    - Amazed
      - Astonished
      - Awe
    - Excited
      - Eager
      - Energetic

viewable on mermaid.live

%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#ffffff', 'edgeLabelBackground':'#ffffff', 'tertiaryColor': '#333333', 'nodeTextColor':'#ffffff', 'nodeBorderRadius':'8px'}, 'flowchart': {'curve': 'basis', 'nodeSpacing': 50, 'rankSpacing': 450}}}%%
graph TD
  FW[The Feelings Wheel] --> A[Happy]
  FW --> A2[Sad]
  FW --> A3[Disgusted]
  FW --> A4[Angry]
  FW --> A5[Fearful]
  FW --> A6[Bad]
  FW --> A7[Surprised]

  A[Happy] --> B[Playful]
  A --> C[Content]
  A --> D[Interested]
  A --> E[Proud]
  A --> F[Accepted]
  A --> G[Powerful]
  A --> H[Peaceful]
  A --> I[Trusting]
  A --> J[Optimistic]

  B --> K[Aroused]
  B --> L[Cheeky]
  C --> M[Free]
  C --> N[Joyful]
  D --> O[Curious]
  D --> P[Inquisitive]
  E --> Q[Successful]
  E --> R[Confident]
  F --> S[Respected]
  F --> T[Valued]
  G --> U[Courageous]
  G --> V[Creative]
  H --> W[Loving]
  H --> X[Thankful]
  I --> Y[Sensitive]
  I --> Z[Intimate]
  J --> AA[Hopeful]
  J --> AB[Inspired]

  A2[Sad] --> B2[Lonely]
  A2 --> C2[Vulnerable]
  A2 --> D2[Despair]
  A2 --> E2[Guilty]
  A2 --> F2[Depressed]
  A2 --> G2[Hurt]

  B2 --> K2[Isolated]
  B2 --> L2[Abandoned]
  C2 --> M2[Victimized]
  C2 --> N2[Fragile]
  D2 --> O2[Grief]
  D2 --> P2[Powerless]
  E2 --> Q2[Remorseful]
  E2 --> R2[Ashamed]
  F2 --> S2[Inferior]
  F2 --> T2[Empty]
  G2 --> U2[Embarrassed]
  G2 --> V2[Disappointed]

  A3[Disgusted] --> B3[Disapproving]
  A3 --> C3[Disappointed]
  A3 --> D3[Awful]
  A3 --> E3[Repelled]

  B3 --> K3[Judgmental]
  B3 --> L3[Embarrassed]
  C3 --> M3[Appalled]
  C3 --> N3[Revolted]
  D3 --> O3[Nauseated]
  D3 --> P3[Detestable]
  E3 --> Q3[Horrified]
  E3 --> R3[Hesitant]

  A4[Angry] --> B4[Let Down]
  A4 --> C4[Humiliated]
  A4 --> D4[Bitter]
  A4 --> E4[Mad]
  A4 --> F4[Aggressive]
  A4 --> G4[Frustrated]
  A4 --> H4[Distant]
  A4 --> I4[Critical]

  B4 --> K4[Betrayed]
  B4 --> L4[Disrespected]
  C4 --> M4[Ridiculed]
  C4 --> N4[Disrespected]
  D4 --> O4[Indignant]
  D4 --> P4[Violated]
  E4 --> Q4[Furious]
  E4 --> R4[Jealous]
  F4 --> S4[Provoked]
  F4 --> T4[Hostile]
  G4 --> U4[Infuriated]
  G4 --> V4[Annoyed]
  H4 --> W4[Withdrawn]
  H4 --> X4[Numb]
  I4 --> Y4[Skeptical]
  I4 --> Z4[Dismissive]

  A5[Fearful] --> B5[Scared]
  A5 --> C5[Anxious]
  A5 --> D5[Insecure]
  A5 --> E5[Weak]
  A5 --> F5[Rejected]
  A5 --> G5[Threatened]

  B5 --> K5[Helpless]
  B5 --> L5[Frightened]
  C5 --> M5[Overwhelmed]
  C5 --> N5[Worried]
  D5 --> O5[Inadequate]
  D5 --> P5[Inferior]
  E5 --> Q5[Worthless]
  E5 --> R5[Insignificant]
  F5 --> S5[Excluded]
  F5 --> T5[Persecuted]
  G5 --> U5[Nervous]
  G5 --> V5[Exposed]

  A6[Bad] --> B6[Bored]
  A6 --> C6[Busy]
  A6 --> D6[Stressed]
  A6 --> E6[Tired]

  B6 --> K6[Indifferent]
  B6 --> L6[Apathetic]
  C6 --> M6[Pressured]
  C6 --> N6[Rushed]
  D6 --> O6[Overwhelmed]
  D6 --> P6[Out of Control]
  E6 --> Q6[Sleepy]
  E6 --> R6[Unfocused]

  A7[Surprised] --> B7[Startled]
  A7 --> C7[Confused]
  A7 --> D7[Amazed]
  A7 --> E7[Excited]

  B7 --> K7[Shocked]
  B7 --> L7[Dismayed]
  C7 --> M7[Disillusioned]
  C7 --> N7[Perplexed]
  D7 --> O7[Astonished]
  D7 --> P7[Awe]
  E7 --> Q7[Eager]
  E7 --> R7[Energetic]
  
  classDef default fill:#fff,stroke:#333,stroke-width:2px, color:#000, stroke-linecap:round, font-weight:bold;
  classDef happy fill:#70508f,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;
  classDef sad fill:#5569a4,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;
  classDef disgusted fill:#54b4da,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;
  classDef angry fill:#3ba247,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;
  classDef fearful fill:#9fc639,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;
  classDef bad fill:#e5bf00,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;
  classDef surprised fill:#ef7931,stroke:#333,stroke-width:2px, color:#fff, stroke-linecap:round, font-weight:bold;

  class FW default;
  class A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB happy;
  class A2,B2,C2,D2,E2,F2,G2,K2,L2,M2,N2,O2,P2,Q2,R2,S2,T2,U2,V2 sad;
  class A3,B3,C3,D3,E3,K3,L3,M3,N3,O3,P3,Q3,R3 disgusted;
  class A4,B4,C4,D4,E4,F4,G4,H4,I4,K4,L4,M4,N4,O4,P4,Q4,R4,S4,T4,U4,V4,W4,X4,Y4,Z4 angry;
  class A5,B5,C5,D5,E5,F5,G5,K5,L5,M5,N5,O5,P5,Q5,R5,S5,T5,U5,V5 fearful;
  class A6,B6,C6,D6,E6,K6,L6,M6,N6,O6,P6,Q6,R6 bad;
  class A7,B7,C7,D7,E7,K7,L7,M7,N7,O7,P7,Q7,R7 surprised;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment