8000 GitHub - saylaco/block-editor: A javascript-only wrapper for the WordPress block-editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saylaco/block-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Editor

This package is a Work In Progress. It aims to seperate the Javascript frontend from Laraberg so it can be maintained seperately, and maybe serve as a starting point for other backend implementations.

Usage

To use the editor simply create a input or textarea element and use it to initalize it like this:

import { initializeEditor } from 'mauricewijnia/block-editor'

const element = document.querySelector('#content')
initializeEditor(element)

About

A javascript-only wrapper for the WordPress block-editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.8%
  • SCSS 8.0%
  • JavaScript 4.1%
  • Shell 3.9%
  • HTML 3.2%
0