## Notes
I discovered…
- [[My writing voice]]
I learned…
- [[Creators Codex]]
- [[Name it to frame it]]
- [[Freewriting]]
- [[Exhaust your inner critic]]
- [[Writing obstacles]]
- [[Overcoming perfectionism]]
- This sentence has 5 words shows how several short sentences isn't always the answer
### Style
Want to add unique insights as a result of personal stories, science, and
That unique approach can be from ecological lens approach?
### Ideas
- Can prepare writing for the power of a digital garden
- Discipline is over-rated (Deep life stack)
- I used to work 16 hours a day. Ali Abdaal is my bible.
- I still watch shows on 2x speed. some ideas still linger.
### Learning Experience
- Choose a place
- I really like this non-linear learning path based on where people need most help in
- Where do I need the most help in?
- Sharing in video and written form
- Techniques for mini tools I can have during the writing process
- Worldview for understanding their philosophy for writing, making it more empowering
- This is valuable because by the end you will have a personalized writing system, just like in LYT
- The power of personality tests - I am really interested in MBTI to understand patterns and be more aware
- PKM planet
### Plans
- Choose your own customization process for creating outputs in [[IDV]]
## Logs
### 2024-05-30
- Didn't do one for super session 3 since didn't take much notes
#### Forcing functions
- Fit the form, provides different contexts at which you will have to modify the essence
#### Alignment
- Creative alignment sounds similar to golden circle
- Identity -> Why
- Process -> What
- Outcome -> How
- Seems like one step further, the result of applying each question
- My alignment
- Identity
- Not finding it to be as serious as I did prior, not sure why?
- Process
- Personal systems are good, creative systems could have more accountability to help with outcome
- Outcome
- Not creating as much creative stuff as I would like as a full-time creator
- Process oriented and including our reflections after our writing process ooo
- Alignment is about fulfillment not it being frictionless
#### QnA
- Sabine asks about a WOW add-on to Ideaverse Pro
- Keeping track of writing
- Problems for development
- Not all methods need to be used, how can we only provide the organization aspect? Could we create a customized link?
- Want to be confident in the solution
- Music in obsidian is kinda cool damn, Soundspaces plugin
- In case of a focus emergency lol, synthwave lazerhawk redline album is goated
### 2024-05-18
- Spent time just going through messages and curriculum
- I really like the clarity in the writing process, you usually have people focus on writing in a growth mindset, but this focus on problems and actionable solutions in a linked note taking environment is powerful
- Super fun
- I enjoy WOW because the cirriculum helps with [[Dialogue]] amongst other like-minded people, which allows for personal insights.
## All Inputs
```dataview
table Status, Created
from [[]] and #inputCollection
where contains(Collection, [[]])
Sort Created desc
```
## By Status
### No Status
```dataview
table Created, Links, source
FROM [[]] and #input AND !"Hidden"
where !Status AND contains(Collection, [[]])
SORT Created desc
```
### Not Started 🟥
```dataview
table Created, Links, source
FROM [[]] and #input AND !"Hidden"
where contains(Collection, [[]]) AND contains(Status, "🟥")
SORT Created desc
```
### Consuming Media 🟧
```dataview
table Created, Links, source
FROM [[]] and #input AND !"Hidden"
where contains(Collection, [[]]) AND contains(Status, "🟧")
SORT Created desc
```
### Implementation 🟨
```dataview
table Created, Links, source
FROM [[]] and #input AND !"Hidden"
where contains(Collection, [[]]) AND contains(Status, "🟨")
SORT Created desc
```
### Finished 🟩
```dataview
table finished, rating, source
FROM [[]] and #input AND !"Hidden"
where contains(Collection, [[]]) AND contains(Status, "🟩")
SORT Created desc
```
### Archived ⬛️
```dataview
table finished, rating, source
FROM [[]] and #input AND !"Hidden"
where contains(Collection, [[]]) AND contains(Status, "⬛️")
SORT Created desc
```