Last updated Unknown
Status: #🔎
Tags: Ideas
Links: My Inputs
= Thoughts
- Consider using thoughts as inputs that can create/add onto already existing notes
Questions
1
2
3
4
|
table Created
from #ðŸ’/questions
where file.name[0] = "="
sort Created desc
|
Feelings
1
2
3
4
|
table Created
from #ðŸ’/feelings
where file.name[0] = "="
sort Created desc
|
Reflections
1
2
3
4
|
table Created
from #ðŸ’/reflections
where file.name[0] = "="
sort Created desc
|
Ideas
1
2
3
4
|
table Created
from #ðŸ’/ideas
where file.name[0] = "="
sort Created desc
|
Plans
1
2
3
4
|
table Created
from #ðŸ’/plans
where file.name[0] = "="
sort Created desc
|
All Unsorted
1
2
3
4
|
list
where file.name[0] = "="
where file.name != "= Thoughts"
sort Created desc
|
Backlinks
1
2
|
list from (
where file.name[0] != "("
|
Created:: 2021-07-15 17:07