Digital Garden Update History Code Block
Example table:
Note Name | Last Updated | Links |
---|---|---|
How To Convert Your Website Into A Farcaster Mini-App (Obsidian Digital Garden Example) | 4:41 PM - May 14, 2025 | 0 |
Google AI Studio | 1:39 PM - May 14, 2025 | 6 |
Intentional Creativity Forms Threads Of The Fabric Of Reality | 10:33 AM - May 14, 2025 | 1 |
Creative Output = Intention + Experimentation | 10:32 AM - May 14, 2025 | 1 |
Synoptical Reading | 12:36 PM - May 12, 2025 | 0 |
The Creator & The Experiencer Can Resonate The Same Amplitude, But Different Directions | 10:30 AM - May 12, 2025 | 1 |
Expression Is A Collaboration With Existence & Selfs-Experience | 10:28 AM - May 12, 2025 | 1 |
Sustainable Creation System | 12:58 PM - May 01, 2025 | 4 |
2 - The Path Of Self-Actualization | 9:59 PM - April 30, 2025 | 2 |
7 - Building A Sustainable Creation System | 9:59 PM - April 30, 2025 | 1 |
Code so you can use this yourself (need to add the three ticks for Dataview Plugin syntax):
dataview
TABLE WITHOUT ID
file.link AS "Note Name", file.mtime AS "Last Updated", length(file.inlinks) AS "Links"
FROM ""
WHERE dg-publish = true
SORT file.mtime DESC
LIMIT 10