基于浏览器的 yaml 编辑器,最好是 PHP 的?
有人知道用于 YAML 数据结构的可安装在线编辑器工具吗?用户可以使用,最好用PHP编写?
官方 yaml 网站 上运气不佳。
开源就好了;商业是一种选择。
澄清:我需要一个工具,在单独的控件中显示 YAML 树的每个键/值对,以使最终用户不可能意外损坏文件的数据结构。< /p>
更新:鉴于似乎没有什么容易想到的,我也很感兴趣是否有 Windows 或 Java 客户端可以做到这一点。
Does somebody know an installable on-line editor tool for YAML data structures, one that an end-user could use, preferably written in PHP?
No luck on the official yaml site.
Open Source would be nice; commercial is an option.
Clarification: What I need is a tool that shows each key/value pair of a YAML tree in a separate control to make it impossible for an end user to accidentally damage the file's data structure.
Update: Seeing as there seems to be nothing that readily comes to mind, I'm also interested if there is a Windows or Java client that can do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有任何现有工具具有可以开箱即用的此功能集。我看到的唯一选择是使用 Symfony 框架的插件。该插件有一个用于编辑键/值对的 UI
希望这有帮助
There is no existing tool with this feature set you can use out of the box. The only option I see is to use a Plugin of the Symfony-Framework. This plugin has a UI for editing key/value pairs
Hope this helps
看看AmyEditor,它为外部网站提供了嵌入式编辑器:
http://www.amyeditor.com/api/embed/test_eamy.html
Have a look at AmyEditor which provides an embedded editor for external websites:
http://www.amyeditor.com/api/embed/test_eamy.html