Skip to content

robstewart57/textlint-plugin-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-plugin-org

Work In Progress org-mode plugin for textlint.

Install

Install with npm:

cd textlint-plugin-org
npm install

Usage

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"
    ]
}

Running tests

Install devDependencies and Run npm test (which will fail this plugin in implemented):

npm i -d && npm test

Contributing

Pull requests for completing the org-mode parser are welcome.

For bugs and feature requests, please create an issue.

  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. Submit a pull request :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published