Last updated Unknown
Status:
Links:
Youtube MOC
Video Ideas
Video Ideas Brainstorming
Youtube Kanban
Ideas
Coding
School
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "school") and !started
sort created desc
|
Productivity
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "productivity") and !started
sort created desc
|
Trying
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "trying") and !started
sort created desc
|
Obsidian
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "obsidian") and !started
sort created desc
|
Thoughts
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "thoughts") and !started
sort created desc
|
Lifestyle
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "lifestyle") and !started
sort created desc
|
Misc
1
2
3
4
|
table created, category
from #videoidea
where contains(lower(category), "misc") and !started
sort created desc
|
Unsorted
1
2
3
4
5
|
table created, category
from #videoidea
where category = null
where file.name != "Video Idea Template" and !started
sort file.ctime desc
|
Finished
References: