⚠️ Please note that this is a beta version.
An open-source editor for creating Webviz dashboards.
Checkout Main Project · 📦 Download Binaries
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.
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
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.
- Install Node.js (https://nodejs.org/en/ or for Node Version Manager https://github.com/nvm-sh/nvm).
- Install dependencies:
npm install
- Start electron app in developer mode:
npm run electron:dev
- In order to test the production-ready app, run:
npm run electron:build