💾 Archived View for shiny.bneil.me › posts › 2024-09-14-postsgoing-through-areas › index.gmi captured on 2024-09-29 at 00:17:03. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
One thing I like to have in my workbench is a nice list of articles ive been updating I do that via this script in dataview:
LIST WHERE file.day >= date(2024-09-01) and file.day < date(2024-09-30) AND length(file.name) > 10 SORT date asc
Still looking if this is a thing I can make dynamic. But for now, that works
---
updated: 14 September 2024.