vault backup: 2024-04-23 22:38:34

This commit is contained in:
2024-04-23 22:38:34 +02:00
parent cfa978b4f5
commit 2fa1bc928b
60 changed files with 14798 additions and 25499 deletions

View File

@@ -5,18 +5,29 @@ title:
email:
website:
aliases:
Category:
- Notable
tags:
- MOC
- People_MOC
---
tags:: [[People MOC]]
# <% tp.file.title %>
<% await tp.file.move("/7.Participantes/" + tp.file.title) %>
**Categoría:**
`INPUT[inlineSelect(option(Work), option(Personal), option(Creative), option(Fictional), option(Notable)):Category]`
## Notes
-
## Meetings
```dataview
TABLE file.cday as Created, summary AS "Summary"
TABLE file.cday as Created, summary AS "Summary", category AS "Category"
FROM "2.Notas_Reunión" where contains(file.outlinks, [[<% tp.file.title %>]])
SORT file.cday DESC
```
```