基于浏览器的 yaml 编辑器,最好是 PHP 的?

发布于 2024-09-12 18:40:35 字数 447 浏览 3 评论 0原文

有人知道用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

此岸叶落 2024-09-19 18:40:35

没有任何现有工具具有可以开箱即用的此功能集。我看到的唯一选择是使用 Symfony 框架的插件。该插件有一个用于编辑键/值对的 UI

  1. 创建一个新的 Symfony-Project(例如 YamlEditor)
  2. 安装 Symfony-Plugin daYamlEditorPlugin
  3. 配置此插件(请参阅插件的自述文件)以使用您的 YAML 文件。

希望这有帮助

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

  1. Create a new Symfony-Project (For example YamlEditor)
  2. Install the Symfony-Plugin daYamlEditorPlugin
  3. Configure this plugin (see readme of the plugin) to use your YAML files.

Hope this helps

巷子口的你 2024-09-19 18:40:35

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文