Plugin for mkdocs that allows to build markdown tables on metadata
mkdocs-dataview-plugin is a plugin that makes it easier to build markdown tables on data based on other files metadata during the build step. Typical usecase are: registries, summary pages, section for replated pages based on similar tag.
---
title: How to do a heapsort
group_tag: group-sorting-algorithms
tags:
- group-sorting-algorithms
---
Related algorithms:
```dataview
file.link
WHERE this.file.metadata.group_tag in tags and this.file.title != title
```
There are two usage options:
- as mkdocs plugin
- as a separate tool for gerenating .md files from templates
Just add dataview to plugin list in mkdocs.yml, no other configuration is required.
plugins:
- dataview
In case you can't use plugin option, write markdowns files with dataview