https://github.com/niklan/tomarkdown
Drupal 7 module for migration HTML content to Markdown.
https://github.com/niklan/tomarkdown
Last synced: 7 months ago
JSON representation
Drupal 7 module for migration HTML content to Markdown.
- Host: GitHub
- URL: https://github.com/niklan/tomarkdown
- Owner: Niklan
- License: gpl-2.0
- Archived: true
- Created: 2015-10-13T06:12:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T06:21:24.000Z (over 10 years ago)
- Last Synced: 2024-12-30T01:45:37.272Z (over 1 year ago)
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tomarkdown
Drupal 7 module for migration HTML content to Markdown.
# Installation.
0. **Create BACKUP** for your database. And try this module on dev site. Do not use it on production.
1. Navigate to module folder and use command `composer install`.
2. Then you can safely enable module.
3. Navigate to config form `admin/config/content/formats/tomarkdown`. And set up your settings.

4. Click _Migrate_ and wait :)
I write it for my own [blog](http://niklan.net/). I migrate all body values of my blog entry from HTML to MD. So there is now support for this module, use it on your own risk, if you have any questions, welcome to the issues.