vault backup: 2026-02-10 15:24:39
This commit is contained in:
+15
-17
@@ -2,15 +2,16 @@
|
||||
{}
|
||||
---
|
||||
|
||||
## Boards
|
||||
```dataview
|
||||
TABLE status
|
||||
FROM #process/task
|
||||
WHERE !contains(file.inlinks, [[Task Board]])
|
||||
WHERE !contains(file.inlinks, [[Jira Board]])
|
||||
```
|
||||
### Allgemein
|
||||
>[!info]- Boards
|
||||
>```dataview
|
||||
>TABLE status
|
||||
>FROM #process/task
|
||||
>WHERE !contains(file.inlinks, [[Task Board]])
|
||||
>WHERE !contains(file.inlinks, [[Jira Board]])
|
||||
>```
|
||||
|
||||
Kanban Boards
|
||||
### Kanban Boards
|
||||
> [!todo]- Task Board
|
||||
>```dataview
|
||||
>TABLE status
|
||||
@@ -40,19 +41,16 @@ Kanban Boards
|
||||
|
||||
> [!info]- Kontakte
|
||||
>```dataview
|
||||
>TABLE company, location, manager
|
||||
>FROM "Infos/Kontakte"
|
||||
>WHERE !former_company
|
||||
>SORT company
|
||||
>TABLE file.path
|
||||
>FROM #process/contact
|
||||
>SORT file.name
|
||||
|
||||
> [!info]- Kontakte zu überarbeiten
|
||||
>```dataview
|
||||
>TABLE company, location, manager, template.file.mtime, file.mtime
|
||||
>FROM "Infos/Kontakte"
|
||||
>WHERE template
|
||||
>WHERE date(file.mday) < date(template.file.mday)
|
||||
>TABLE company, location, manager, file.mtime
|
||||
>FROM ""
|
||||
>WHERE contains(file.frontmatter["type"], "contact") AND !contains(file.tags, "#process/contact")
|
||||
>SORT company
|
||||
>LIMIT 400
|
||||
>```
|
||||
|
||||
> [!info]+ Bücher
|
||||
|
||||
Reference in New Issue
Block a user