Work In Progress org-mode plugin for textlint.
Install with npm:
cd textlint-plugin-org
npm install
Once implemented, this plugin will be enabled with --plugin org.
Once implemented, it will be possible to manually add this org-mode plugin with the following:
{
"plugins": [
"org"
]
}
Install devDependencies and Run npm test (which will fail this
plugin in implemented):
npm i -d && npm test
Pull requests for completing the org-mode parser are welcome.
For bugs and feature requests, please create an issue.
- 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 - Submit a pull request :D