问题标签 [adobe-xd]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - XD 插件中的 npm 包或 Node.js API
我正在尝试为 Adobe XD 构建一个插件。我想在我的代码中使用一些 npm 包和一些 Node.js API。这可能吗?
plugins - Document events for Adobe XD plugins
I've built a Photoshop extension before. That API lets me listen for document events, so my extension can perform work in response to what the user is doing in the document.
I'm seeing some mention of HTML events (like event handling for buttons). With this, my plugin can handle events within the context of the plugin's modal UI.
But what I'm wondering is if there is a way for my plugin to react to user-initiated events in the document. Say, for example, if the user changes a font in a text object, I'd like my plugin to be notified of the change. Is this possible?
adobe-xd - 我正在全局更改打开的 XD 文档,但收到以下错误
我正在尝试构建一个插件来更改整个 XD 文档中的节点。但是,当我这样做时,我收到以下错误:
当前不支持对整个文档进行全局更改吗?有没有办法确定这个“编辑上下文”中的当前内容?
javascript - 在 XD 插件中与远程服务器通信
我正在尝试构建一个 XD 插件并想从远程服务器检索图像。这可能吗?如果是这样,我可以使用哪些 API?
plugins - 我的 Adobe XD 插件未对文档进行任何更改
我正在为 Adobe XD 编写一个插件,由于某种原因它已停止对文档进行更改。
我应该怎么办?
javascript - 在 XD 插件中存储额外数据
我的 XD 插件需要存储额外的数据,例如用户偏好和历史记录。XD 开发人员 API 是否允许我这样做?我可以使用哪些 API?
plugins - 我可以使用 require 将更多文件导入我的 Adobe XD 插件吗?
我正在构建一个 XD 插件,我可以require
添加文件吗?我可以要求插件目录之外的文件吗?
XD 是否支持 Node.js 样式的分辨率?
我可以在 a 中使用查找package.json
吗?
plugins - 我的 Adobe XD 插件未显示在插件菜单中
我已经开始为 Adobe XD 构建一个新插件,但由于某种原因,我无法在插件菜单中看到它,即使在多次重新加载后也是如此。
我很确定我正确地构建了文件夹并且我在正确的develop
文件夹中构建......
javascript - 在构建 XD 插件时使用 `eval`
是否可以使用eval
或类似的函数来执行 XD 插件文件中的代码?