# Icon Footnote

WordPress Gutember block plugin that enables to complete your texts with beautiful 
footnotes based on [Material Design icons](https://materialdesignicons.com).

Please check [WP plugin directory page](https://wordpress.org/plugins/icon-footnote/) 
or [WP plugin description file](readme.txt) from more details.

Developed by [OpenDev.Consulting](https://opendev.consulting).

## Installation

Install as any other WordPress plugin. Just:

1. Upload the plugin files to the `/wp-content/plugins/icon-footnote` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the `Plugins` screen in WordPress

## Develop

### Starting new environment

First install [WP cli](https://wp-cli.org/) and [Node](https://nodejs.org/) on your machine. Then:

```
npm install
```

### Building

First run you environemtn with `wp-env start`

For running once to create a “production” build run `npm run build` 

For creating a “development” build `npm run start` 

### More docs

* WordPress [plugin documentation readme.txt](readme.txt) from more details.
* Official [block develeopment documentation](https://developer.wordpress.org/block-editor/reference-guides/filters/block-filters/).


![Icon footnote plugin logo](./src/assets/logo-footnote-icon-256.png)