https://github.com/katsuma/mt2md
Fetch MovableType entries with categories from database and export them by markdown file
https://github.com/katsuma/mt2md
markdown movabletype ruby
Last synced: 2 months ago
JSON representation
Fetch MovableType entries with categories from database and export them by markdown file
- Host: GitHub
- URL: https://github.com/katsuma/mt2md
- Owner: katsuma
- License: mit
- Created: 2017-05-13T10:17:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T16:34:54.000Z (about 9 years ago)
- Last Synced: 2025-09-11T02:53:10.246Z (9 months ago)
- Topics: markdown, movabletype, ruby
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mt2md
`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.
## Install
```
bundle
```
## Run
```
bundle exec ruby mt2md.rb
```
## License
`mt2md` is released under the MIT License.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request