mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
12 lines
254 B
Markdown
12 lines
254 B
Markdown
---
|
|
tags:
|
|
title: CRM
|
|
date created: Friday, December 9th 2022, 12:10:56 pm
|
|
date modified: Wednesday, December 14th 2022, 3:33:55 pm
|
|
---
|
|
```dataview
|
|
table phone, email, birthday, lastContacted, relationship
|
|
from "Private/CRM"
|
|
where file.name != "CRM"
|
|
```
|