=== Export to Text ===
Contributors: hypedtext
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WSVM264W5YDNS
Tags: csv, tsv, export to text, export, Post, posts, admin, data, share, page, pages, sharing, simple, plugin, plugins, wordpress, txt
Requires at least: 3.5.2
Tested up to: 3.5.2
Stable tag: 2.4

== Description ==

A simple plugin to export WordPress post data into a tab-separated text file format (TSV).

This plugin allows you to copy and paste your data into Excel or download the data in a TXT file.

If your goal is to extract all the main post fields (including custom fields) into text with each row representing 1 post, then check this out.

* Export your data in an Excel-friendly format
* Easily move your posts in text between WordPress installs when used in-conjunction with CSV Importer ( http://wordpress.org/extend/plugins/csv-importer/ )
* Make quick backups of your posts and save them in a text file
* Download your data as a TXT file

We built this plugin so we could have more control over our WordPress data without getting our hands dirty with XML and MySQL.

We support data freedom and believe all systems should make user's data more accessible.

== Installation ==

1. Upload `export-to-text/` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Click on 'Export to Text' in Settings

== Frequently Asked Questions ==

== Screenshots ==

1. Screen grab of Export to Text plugin options

== Changelog ==

= 2.3 =

* Limted really long field values as it was causing problems in Excel
* Adjusted date controls to make more sense
* Removed copy and paste functionality in favour of preview and download
* Added include and exlcude toggles
* Various bug fixes

= 2.2 =

* Minor bug fix on PHP closures

= 2.1 =

* UI redesign
* Modal for text box
* Bug fixes
* More export options and controls

= 2.0 =

* Re-build of plugin
* Major bug fix
* Ajax loading of post data

= 1.3 =

* Added the ability to download the data as a TXT file
* Added more messaging on how to post into Excel
* Added the post date field to exported data
* Fixed get_post_stati() bug
* Fixed problem with HTML rendering in custom fields
* Fixed more tag bug in post content field

= 1.2 =

* Complete upgrade of UI to match the existing WordPress export tool
* This upgrade now allows users to export all sorts of post types and statuses

= 1.1 =

* Bug fixes
* Auto select added to export window
* Attachment field removed
* Filters added for category, tags and custom fields
* Some new fields added to export like author and author email

= 1.0 =

* Initial release

== Upgrade Notice ==

Export to Text needs to be upgraded, lots of new features in 2.3!
