Yaml Editor based on electron-vue.
Currently only usefull for editing yml based language files used within SilverStripe projects.
- Edit language yml files with js-yaml
- Each value can be edited within it's own textarea, optional "side-by-side" for multiple languages
- Ensures valid yml syntax on write
- Sort files by their keys
- Search files by namespaces, keys and values
# install dependencies
yarn install
# serve with hot reload at localhost:9080
yarn run develectron-builder is used for building.
# build (only current environment)
yarn run build
# build for all environments -l(inux) -w(indows) -m(ac) if supported
node .electron-vue/build.js && electron-builder -mwl