# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=HTML Table Exporter
qgisMinimumVersion=3.0
description=Exports a table as an HTML table with photos which can later be converted into a Word document.  Perfect for organising site visit photos.
version=0.2.0
author=Lutra Consulting
email=info@lutraconsulting.co.uk

about=The plugin exports a vector table to an HTML table. Each feature will be a row and referenced photos will be rendered within the HTML table. The table can then be opened in MS Word and exported as word document. Useful for quickly preparing your site visit reports with photos taken using Input and Mergin.

tracker=https://github.com/lutraconsulting/qgis-html-table-exporter/issues
repository=https://github.com/lutraconsulting/qgis-html-table-exporter
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.2.0 New features
 - Added help
 <p>0.1.1 Minor fixes
 - Updated homepage
 - Removed experimental
 <p>0.1 Initial release

# Tags are comma separated with spaces allowed
tags=export, html, input, mergin, photos

homepage=https://www.lutraconsulting.co.uk/blog/2021/02/10/batch-exporting-site-visit-photos-to-word/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

