gmail-lang-cm-editor

0.1.4 • Public • Published

Code mirror editor for gmail query language

This includes a simple code mirror editor for a Gmail query language.

This editor provides a first version of:

  • Syntax highlighting
  • Keyword autocomplete
  • Syntax error linting

Getting started

Install the npm package

npm i gmail-lang-cm-editor

yarn add gmail-lang-cm-editor

Import the gmail language editor from your code and use it.

import { Editor } from 'gmail-lang-cm-editor'

Try it for yourself

Clone the project

git clone https://github.com/FedeLochbaum/gmail-lang-cm-editor.git

Run the component stories

yarn stories

Dependencies (14)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gmail-lang-cm-editor

    Weekly Downloads

    4

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    14.5 kB

    Total Files

    13

    Last publish

    Collaborators

    • fedelochbaum