1.0.4 • Published 1 year ago

zmeditorjslib-markdown v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Table of Contents

About The Project

I intend to use the editor which should be exported/imported from Markdown.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • yarn

Installation

  1. Clone the repo
git clone https://github.com/stejul/editorjs-markdown-parser
  1. Install packages
yarn

Usage

  • Load up the bundled file (dist/bundle.js) in you document.
  • Add the Importer/Exporter to the EditorJS tools.
const editor = new EditorJS({
    autofocuse: true,
    tools: {
        markdownParser: MDParser,

        markdownImporter: MDImporter,
    },
};

The Plugin can now be used in the Editor-Toolbar

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago