WP Manifestindependent plugin directory
manifest / editor / csv-table-block

CSV Table Block for Gutenberg archived

A Gutenberg block that displays raw CSV data as a table automatically.

by Derrick Tennant · github.com/emrikol/csv-table-block · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/emrikol/csv-table-block/archive/refs/heads/master.zip

Declares an update source (https://github.com/emrikol/CSV-Table-Block), so updates arrive through the plugin's own updater.

Readme

=== CSV Table Block === Contributors: emrikol Donate link: http://wordpressfoundation.org/donate/ Tags: gutenberg,csv,table,data License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

A Gutenberg block that displays raw CSV data as a table automatically.

CSV Icon CCBY Gleb Khorunzhiy [Header Icon]https://thenounproject.com/search/?q=header&i=18051) CCBY Mike Rowe

== Description ==

A simple Gutenberg block to display raw CSV data as an HTML table. Supports toggle-able headers in CSV files, defaults to off.

== Installation ==

Install like any other plugin, directly from your plugins page or manually by copying the files to the plugins/ folder.

== Changelog ==

= 0.1.0 =

First release.

Read the full README on GitHub →