Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Level51/yaml-editor

Repository files navigation

Yaml Editor

Yaml Editor based on electron-vue.
Currently only usefull for editing yml based language files used within SilverStripe projects.

Features

  • 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

Development

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

Build

electron-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

About

Editor for YAML language files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors