Editorjs Markdown Parser Save Abandoned

A simple Markdown Importer/Exporter for EditorJS

Project README

EditorJS Markdown Importer/Exporter

A plugin which allows the user to export the EditorJS data to Markdown and import it from Markdown.

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

Open Source Agenda is not affiliated with "Editorjs Markdown Parser" Project. README Source: stejul/editorjs-markdown-parser
Stars
26
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating