- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
675 B
675 B
project
| project | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Project:
Overview
Goals
Components
Key Files
Documentation
Related Projects
Tasks
TASK
FROM "<project-folder>/tasks"
WHERE !completed
SORT priority ASC, file.name ASC
Recent Changes
TABLE file.mtime AS Modified, file.link AS File
FROM "<project-folder>/"
WHERE file.mtime >= date(today) - dur(7 days)
SORT file.mtime DESC
LIMIT 10