pelican-table-wrapper

Pelican plugin for wrapping table into classed div


Keywords
pelican, plugin
License
MIT
Install
pip install pelican-table-wrapper==1.0.0

Documentation

Build Status PyPI Version License

Pelican plugin for wrapping table into classed div .table_wrapper. It allows you to better style tables. E.g. make them scrollable on small displays.

Installation

This plugin can be installed via:

python -m pip install pelican-table-wrapper

Usage

To use this plugin you have to add it to PLUGINS variable in pelicanconf.py:

PLUGINS = ['table_wrapper', ...]

If you don't want add .table_wrapper to your CSS, plugin can generate self-styled elements. Just specify style that you want in pelicanconf.py:

TABLE_WRAPPER = {'style':'overflow: auto;'}

Contributing

Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.

To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.

License

This project is licensed under the MIT license.