Ansico CSV-export
=================

Version: 0.0.0.1
Author: Andreas Andersen (Ansico)
URL: https://ansico.dk

What it does
------------
Adds an "Export to CSV" bulk action to the WordPress list tables for posts, pages, and custom post types with a UI.

CSV format
----------
The CSV file starts with the header row:
term,definition

Each selected post is exported as:
- term = post title
- definition = post content

Character encoding
------------------
The CSV is exported as UTF-8 with BOM for better compatibility with Excel and support for Danish characters such as æ, ø, and å.

Installation
------------
1. Upload the ZIP file in WordPress under Plugins > Add New > Upload Plugin.
2. Activate the plugin.
3. Go to Posts, Pages, or a custom post type list.
4. Select items.
5. Choose "Export to CSV" from Bulk actions.
6. Click Apply.
