anders-kiaer / webviz-config-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Please note that this is a beta version.

Webviz Config Editor


GitPoint

An open-source editor for creating Webviz dashboards.

Webviz Logo Checkout Main Project Β· πŸ“¦ Download Binaries

Table of Contents

Introduction

GitHub Build Status Total alerts Language grade: JavaScript code style: prettier Libraries.io dependency status for latest release

Enhance your work with Webviz config files with file validation, autocompletion, live preview and an integrated build and play environment. All in one simple and lightweight app. Built with React, Electron, Monaco Editor and Redux.

Available for both Linux and Windows.

Features

A few of the features of Webviz Config Editor:

  • Edit and preview Webviz config files
  • Autocompletion and file format validation
  • Select content in live-preview to quickly find its corresponding lines in the editor
  • Build and view your final Webviz dashboard
  • Select your preferred Python interpreter and Webviz theme

Feedback

Feel free to send us feedback in the πŸ’¬ discussions forum or ❗file an issue.

Feature requests are always welcome πŸ˜ŠπŸ‘. If you wish to contribute, please take a look at our πŸ“œ guidelines.

Build Process

  1. Install Node.js (https://nodejs.org/en/ or for Node Version Manager https://github.com/nvm-sh/nvm).
  2. Install dependencies:
    npm install
  3. Start electron app in developer mode:
    npm run electron:dev
  4. In order to test the production-ready app, run:
    npm run electron:build

About

License:MIT License


Languages

Language:TypeScript 92.1%Language:CSS 4.2%Language:JavaScript 2.5%Language:HTML 0.6%Language:Python 0.3%Language:Shell 0.2%