Skip to content

luxx-lq/server4parseEditorJs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

introduction

This project was developed to parse HTML tags into blocks of EditorJs in the form of API services

usage

1. install:

npm install

Image text

2. run:

npm start

Image text

3. test:

access the address that you defined:
like this:

http://127.0.0.1:8999/html2blocks

use http method of post

results:
  • Test by postman

Image text

  • Console info

Image text

html segment:

<p>aa</p>
<image src='https://avatars3.githubusercontent.com/u/22659021?s=460&u=6ea49640da101e742d997a8647150374955aa7d4&v=4'></image>
<p>bb</p>
<p>cc</p>

About

I can modify the available versions myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • HTML 24.5%