mt2md fetches MovableType entries with categories from database and exports them by markdown file.
mt2md uses only these tables.
- mt_entry
- mt_catrgoy
- mt_placement
If you need more table data, send your pull request.
bundle
bundle exec ruby mt2md.rb
mt2md is released under the MIT License.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request