Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

A simple Markdown Importer/Exporter for EditorJS

License

NotificationsYou must be signed in to change notification settings

stejul/editorjs-markdown-parser

Repository files navigation

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.
consteditor=newEditorJS({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 aregreatly 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. SeeLICENSE for more information.

Acknowledgements

About

A simple Markdown Importer/Exporter for EditorJS

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp