John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

tags: #🗺️ Links: Index, Interests


{ Books MOC

Also see: Book Applications

Book Lists

Library

Plan To Read

1
2
3
table started, finished, rating, practiced
FROM #literature/books/planning
SORT planned desc

Currently Reading

1
2
3
table started, finished, rating, practiced
FROM #literature/books/reading
SORT started desc

On-Hold

Finished

1
2
3
table started, finished, rating, practiced
FROM #literature/books/finished
SORT file.ctime desc

Implemented

1
2
3
table started as Started, finished as Finished, rating as Rating
FROM #literature/books/implemented 
SORT file.ctime desc

Others

1
2
3
4
5
```dataview
table started as Started, finished as Finished, rating as Rating
FROM #literature/books/
SORT file.ctime desc
```

Interactive Graph