A Gutenberg block plugin for importing and displaying CSV data as a table.
The CSV Table Block Plugin allows you to easily import CSV files and display the data as a table in the WordPress Gutenberg editor. This can be useful for presenting tabular data in a visually appealing way without the need for manual formatting.
- Import CSV files and generate an HTML table.
- Supports any number of columns and rows.
- Automatically converts URLs in the CSV data to clickable links.
- Link URLs open in a new tab for better user experience.
- Customizable table styling with the
is-style-stripes
class.
- Install and activate the plugin.
- In the Gutenberg editor, add a new block and search for "CSV Table Block".
- Click the "Import CSV" button to select a CSV file.
- The CSV data will be converted into an HTML table and displayed in the editor.
The block tag for this plugin is:
[csv-table-block]
Use this tag in the Gutenberg editor or in your WordPress theme files to display the CSV Table Block.
- Download the plugin zip file.
- Go to the WordPress admin dashboard and navigate to "Plugins" -> "Add New".
- Click the "Upload Plugin" button and choose the downloaded zip file.
- Activate the plugin.
For any issues or feature requests, please open an issue on the GitHub repository.
Contributions are welcome! If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License.