> [!TIP] Subscribe
> https://newsletter.johnmavrick.com
To see how [[My newsletter workflow]]
## Notes
Move from convertkit back to substack?
- Pros
- Cheaper fees
- Better responses and support
- Cons
- Need to find out how to deliver email courses and manage automations for courses
### Tweet footer
If you liked this post, you can sign up to my Weekly Wonderings newsletter for having new shiny stars sent straight into your inbox
join here
### Structure
- Maybe add stay connected part as well, and a signature saying like [[Linking Your Thinking]] does
- Tip jar
- https://newsletter.linkingyourthinking.com/products/lyt-gratitude?sh_kit=4b1d441f63b79a675cf93644270c8198d8c946cc49f428013c366044e0211dcd
- Can be tied to something
## Productivity
### Tasks
- [ ] Add email pop-up in published notes after long delay
### Goals
```dataview
table list("🎯 " + Description, "💡 " + Why) as "Details"
FROM #goal AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Projects
```dataview
table Deadline
FROM #project AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Habits
```dataview
table Status, Frequency, HabitGroup, Goal
FROM #habitNote AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created asc
```
## Knowledge
- [[Digital Self-Actualization Newsletter Template]]
### Critique
- playful and inquisitive vibe that aligns well with the theme of exploration and self-actualization in the digital age
- journey of discovery and curiosity, which is fitting given your focus on synthesizing digital tools, life management systems, and humanistic philosophies
- suggests a regular invitation to readers to wonder and explore new ideas and concepts with you.
- might slightly underplay the depth and transformative aspect of your brand identity—word "wondering" can imply a passive state of curiosity rather than active engagement or transformation
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```