diff --git a/Guide.md b/Guide.md index d81f4f7..a139c57 100644 --- a/Guide.md +++ b/Guide.md @@ -3,6 +3,7 @@ Before committing a new note make sure the following apply: - Note has frontmatter according to schema and content - Check for any notes referencing your note and add a link there - Add links to other relevant notes if you reference their content +- Find any relevant meta collections where your note could be linked # Changing Schema If you propose a schema change you are responsible for updating notes affected by it. All notes should pass the schema validation. diff --git a/scripts/show_meta_collections.sh b/scripts/show_meta_collections.sh new file mode 100755 index 0000000..fb00547 --- /dev/null +++ b/scripts/show_meta_collections.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +mdq -c file.title:Title -c file.path:Path -f '{"obj": { "$regex": "^meta/collection"}}' .