This commit is contained in:
2024-03-17 23:27:15 +01:00
commit 0a3680ec62
102 changed files with 244989 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
company:
location:
title:
email:
website:
aliases:
---
tags:: [[People MOC]]
# <% tp.file.title %>
<% await tp.file.move("/7.Participantes/" + tp.file.title) %>
## Notes
-
## Meetings
```dataview
TABLE file.cday as Created, summary AS "Summary"
FROM "2.Notas_Reunión" where contains(file.outlinks, [[<% tp.file.title %>]])
SORT file.cday DESC
```