meta collection

This commit is contained in:
JMARyA 2024-04-20 17:26:11 +02:00
parent 1d3f63901b
commit bc2d30431d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Before committing a new note make sure the following apply:
- Note has frontmatter according to schema and content - Note has frontmatter according to schema and content
- Check for any notes referencing your note and add a link there - Check for any notes referencing your note and add a link there
- Add links to other relevant notes if you reference their content - Add links to other relevant notes if you reference their content
- Find any relevant meta collections where your note could be linked
# Changing Schema # Changing Schema
If you propose a schema change you are responsible for updating notes affected by it. All notes should pass the schema validation. If you propose a schema change you are responsible for updating notes affected by it. All notes should pass the schema validation.

View file

@ -0,0 +1,3 @@
#!/bin/bash
mdq -c file.title:Title -c file.path:Path -f '{"obj": { "$regex": "^meta/collection"}}' .