Files
2026-02-18 18:09:13 +01:00

1.2 KiB

Allgemein

[!info]- Boards

TABLE status
FROM #process/task 
WHERE !contains(file.inlinks, [[Task Board]])
WHERE !contains(file.inlinks, [[Jira Board]])

Kanban Boards

[!todo]- Task Board

TABLE status
FROM #process/task 
WHERE !contains(file.inlinks, [[Task Board]])
WHERE !contains(file.inlinks, [[Jira Board]])

[!todo]- Project Board

TABLE status
FROM #process/project
WHERE !contains(file.inlinks, [[Project Board]])
TABLE status
FROM #process/project
WHERE !type

[!todo]- Goal Board

TABLE status, type
FROM #process/goal  
WHERE !contains(file.inlinks, [[Goal Board]])

[!info]- Kontakte

TABLE file.path
FROM #process/contact
SORT file.name

[!info]- Kontakte zu überarbeiten

TABLE company, location, manager, file.mtime
FROM ""
WHERE contains(file.frontmatter["type"], "contact") AND !contains(file.tags, "#process/contact")
SORT company

[!info]- Termine

not done
path regex matches /^Journal\/.*/

[!info]+ Bücher

TABLE title, author
FROM "Infos/Literatur/Bücher"
WHERE !leseliste