Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pehrs/yql-editor

Simple experiment exploring custom language support for Monaco Editor with Electron/React.
https://github.com/pehrs/yql-editor

electron monaco-editor react react-native vespa vespa-engine

Last synced: 5 days ago
JSON representation

Simple experiment exploring custom language support for Monaco Editor with Electron/React.

Awesome Lists containing this project

README

        

# yql-editor

This is an experiment to explore custom language support
for the [Monaco-Editor](https://microsoft.github.io/monaco-editor/) with [React](https://react.dev/)/[Electron](https://www.electronjs.org/).

The tool is a just a simple, incomplete, editor for Vespa AI [YQL request](https://docs.vespa.ai/en/reference/query-api-reference.html) files.

![YQL Editor Snapshot](yql-editor.png)

## Build & Run

```shell
npm run make
./out/yql-editor-linux-x64/yql-editor
```

## Development

```shell
npm run start
```