Purpose
For SEO, so it's more obvious what plugin these comments pertain to when encountering them out of context (e.g. newcomers to a shared vault). π
This may also help to more easily identify what the query syntax is (and find its docs).
Example
Current syntax:
<!-- QueryToSerialize: <...query...> -->
<!-- SerializedQuery: <...query...> -->
...
<!-- SerializedQuery END -->
Proposed syntax:
<!-- dataview-serializer-query: <...query...> -->
<!-- dataview-serializer-result: <...query...> -->
...
<!-- dataview-serializer-result-end -->
Caveats
- The old
QueryToSerialize syntax should probably just be deprecated (indefinitely), not removed. No need to break backcompat for this.