Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@frontkom/g-editor

Package Overview
Dependencies
Maintainers
10
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontkom/g-editor

A minimalist version of Gutenberg's editor. Ideal for testing custom blocks.

latest
Source
npmnpm
Version
1.6.0
Version published
Weekly downloads
284
1320%
Maintainers
10
Weekly downloads
 
Created
Source

g-editor

A minimalist version of Gutenberg's editor. Ideal for checking your custom blocks.

npm install @frontkom/g-editor
npm start

You can include your custom block by passing its path in BLOCK_DIR env var.

BLOCK_DIR=\absolute\path\to\your-custom-block npm start

The editor expects that your custom block has an index.js and a style.css in its build folder.

your-custom-block
  ├── ...
  ├── build
  │  ├── index.js
  │  └── style.css
  └── ...

g-editor and Gutenberg-js

Since version 1.0, g-editor no longer depends on Gutenberg-js. It now includes the source Gutenberg packages directly.

Current Gutenberg version

v8.5.1

Better updates

To update Gutenberg packages, run

npm run g-update

It will pull to your local machine from the WordPress repo the Gutenberg packages assets ready to use. After copy those assets to public/vendor/gutenberg, the script will generate g-scripts.txt and g-styles.txt files with all the depencies the editor needs to run.

Assets

The sample videos are a courtesy of Pixabay:

FAQs

Package last updated on 14 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts