Mkdocs Table Reader Plugin

screenshot of Mkdocs Table Reader Plugin
mkdocs

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page

Overview:

The mkdocs-table-reader-plugin is a MkDocs plugin that allows users to insert various table formats directly into a page using a markdown tag. This plugin simplifies the process of embedding tables into MkDocs pages, enhancing the overall user experience.

Features:

  • Simplified Table Insertion: Easily insert tables into MkDocs pages using a markdown tag.
  • Support for Various Table Formats: Supports .csv, .fwf, .json, .xls, .xlsx, .yaml, .feather, .tsv, and raw markdown formats.
  • Dynamic Table Insertion: Use jinja2 syntax to dynamically insert tables.
mkdocs
MkDocs

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.