Files
vault/Articles/Articles MOC.md
Zaine 129ce1442b
Some checks failed
Build Quartz Notes / build (push) Failing after 20s
13
2026-07-13 09:16:09 +01:00

1.3 KiB
Executable File

These are articles, weather from dev-articles on slack, or ones that I find online. They can be in a PDF form, or an online link.

If I find an interesting article, this will get saved to the daily note. At the end of the day/week, when these dailies are cleaned up, the article may get added to this list if it's something I want to look into. If it's something for the future, it will go into z resources.

Software Articles:

Science

Misc

All files that are not done:

TABLE
FROM "Articles"
WHERE done != true AND file.name!="Articles MOC"
SORT file.name ASC   
TABLE

    file.link AS Article,

    done AS Done

FROM "Articles"

WHERE file.name != "Articles MOC"

SORT file.name ASC