dogsports/flarum-ext-pipetables

This package is abandoned and no longer maintained. The author suggests using the kevid/flarum-pipetables package instead.

Active markdown tables.

Installs: 430

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 2

Open Issues: 4

Language:CSS

Type:flarum-extension

v2.0 2019-03-16 16:37 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:12:24 UTC


README

MIT License Latest Stable Version Latest Stable Version Issues

A Flarum extension. Active markdown tables.

Features

  • respect markdown syntax
  • unlimited lines and columns
  • use the custom colors of your theme
  • responsive design

Example

Flarum markdown tables

Installation

Use Bazaar or install manually with composer:

composer require kevid/flarum-pipetables

Updating

composer update kevid/flarum-pipetables
php flarum cache:clear

Configuration

Install then go to the admin panel and enable extension. That's all !

Style

In admin, add this custom CSS:

Solid table border

.Post-body table {
    box-shadow: 0px 0px 0px 1px @primary-color;
    }

Without table border

.Post-body table {
    width: 100%;
    margin: auto;
    box-shadow: none;
    }

Markdown Tables Generator

https://www.tablesgenerator.com/markdown_tables