617 B
617 B
| type | domain |
|---|---|
| moc | learning |
📚 MOC — Learning
Your reading list, learning queue, and knowledge inputs.
Currently Reading
table author, status
from "50 - Resources/Books"
where status = "reading"
Finished This Year
table author, rating, finished
from "50 - Resources/Books"
where status = "finished"
sort finished desc
To Read
table author
from "50 - Resources/Books"
where status = "to-read"
Recent Articles
list from "50 - Resources/Articles"
sort file.mtime desc
limit 10