--- type: dashboard --- # 🏠 Home > *The purpose of this vault is to think better and build better.* --- ## ⚑ Active Projects ```dataview table status, target, priority from "30 - Projects" where status = "active" sort priority desc ``` --- ## πŸ—ΊοΈ Navigate | Domain | MOC | |--------|-----| | πŸ€– AI | [[MOC - AI]] | | πŸš€ Startup | [[MOC - Startup]] | | πŸ’° Investing | [[MOC - Investing]] | | 🌱 Renewables | [[MOC - Renewables]] | | πŸ’» Software | [[MOC - Software]] | | πŸ“š Learning | [[MOC - Learning]] | --- ## 🌱 Recent Knowledge ```dataview table created, maturity from "60 - Knowledge" sort created desc limit 7 ``` ## πŸ“… Recent Daily Notes ```dataview list from "20 - Journal/Daily" sort file.name desc limit 5 ``` ## πŸ“₯ Inbox ```dataview list from "00 - Inbox" sort file.mtime desc limit 5 ```