I chose YAML over XML as a format for storing our input and output. It works well, but now I find one of the main drawbacks of YAML: editor / view support.
I need help to make it easier for employees to view potentially large YAML files. Here are some of the programs that they can use:
- browsers (firefox, chrome, IE)
- Vim
- Nedit
- Emacs
- eclipse
- Komodo
- Slickedit
Most of all I like to use browsers to view YAML, because it will cover everyone, but solutions for any of these other editors will also be useful. The less user settings, the better!
Does anyone know about browser plugins or have any other tips for viewing YAML?
Thanks in advance!
source share