问题标签 [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.

0 投票
2 回答
503 浏览

javascript - XD 插件中的 npm 包或 Node.js API

我正在尝试为 Adob​​e XD 构建一个插件。我想在我的代码中使用一些 npm 包和一些 Node.js API。这可能吗?

0 投票
1 回答
82 浏览

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?

0 投票
1 回答
150 浏览

adobe-xd - 我正在全局更改打开的 XD 文档,但收到以下错误

我正在尝试构建一个插件来更改整个 XD 文档中的节点。但是,当我这样做时,我收到以下错误:

当前不支持对整个文档进行全局更改吗?有没有办法确定这个“编辑上下文”中的当前内容?

0 投票
1 回答
176 浏览

javascript - 在 XD 插件中与远程服务器通信

我正在尝试构建一个 XD 插件并想从远程服务器检索图像。这可能吗?如果是这样,我可以使用哪些 API?

0 投票
1 回答
89 浏览

plugins - 我的 Adob​​e XD 插件未对文档进行任何更改

我正在为 Adob​​e XD 编写一个插件,由于某种原因它已停止对文档进行更改。

我应该怎么办?

0 投票
1 回答
142 浏览

javascript - 在 XD 插件中存储额外数据

我的 XD 插件需要存储额外的数据,例如用户偏好和历史记录。XD 开发人员 API 是否允许我这样做?我可以使用哪些 API?

0 投票
1 回答
166 浏览

plugins - 我可以使用 require 将更多文件导入我的 Adob​​e XD 插件吗?

我正在构建一个 XD 插件,我可以require添加文件吗?我可以要求插件目录之外的文件吗?

XD 是否支持 Node.js 样式的分辨率?

我可以在 a 中使用查找package.json吗?

0 投票
1 回答
1708 浏览

plugins - 我的 Adob​​e XD 插件未显示在插件菜单中

我已经开始为 Adob​​e XD 构建一个新插件,但由于某种原因,我无法在插件菜单中看到它,即使在多次重新加载后也是如此。

我很确定我正确地构建了文件夹并且我在正确的develop文件夹中构建......

0 投票
1 回答
59 浏览

javascript - 在构建 XD 插件时使用 `eval`

是否可以使用eval或类似的函数来执行 XD 插件文件中的代码?

0 投票
1 回答
83 浏览

plugins - 如何获取节点的响应式调整大小属性 - Adob​​e XD - 插件

试图为我正在制作的 Adob​​e XD 插件获取 XD 节点的响应式调整大小属性。看图片

有没有办法访问它们?还是 Adob​​e XD 插件 API 尚不支持它们?

我无法在参考资料、此处或 github 上找到有关它们的任何信息。