Skip to content

Commit 5e4f100

Browse files
committed
Importing font. Copy updates.
1 parent 383ae69 commit 5e4f100

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

README.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,56 @@
1-
# Plugin APIs - Bring your product and features to XD
1+
# Plugin APIs
2+
3+
**Bring new features and capabilities to XD**
24

35
Shape the future of experience design on Adobe XD’s open platform by creating plugins for yourself, your team, or the world. When you’re ready to share a plugin for all Adobe XD users, submit it for review through the I/O Console. After review, you’ll be published in the XD Plugin Manager.
46

7+
<br />
8+
59
<a href="/develop.md"><object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object></a>
610

711
<a href="/plugin-design-guidelines/index.md"><object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object></a>
812

913
<a href="/distribution/index.md"><object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object></a>
1014

11-
<object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object>
15+
<br />
16+
17+
<object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object>
18+
19+
**Quick start: create your first plugin**
1220

13-
### Quick start: create your first plugin
14-
We’ll keep things simple in this Quick Start tutorial. Once you’re done, you’ll have a solid grasp of the steps to take when starting to create your own XD plugin. We’ll also give you some next steps for learning more.
21+
We’ll keep things simple in this Quick Start tutorial. Once you’re done, you’ll have a solid grasp of how to start creating your own XD plugin. We’ll also give you some next steps for learning more.
1522

16-
[Start coding](/tutorials/quick-start/index.md)
23+
**[Start coding](/tutorials/quick-start/index.md)**
24+
25+
<br />
1726

1827
<object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object>
1928

20-
### Design using the xd plugin ui kit
29+
**Design using the XD plugin UI kit**
2130

2231
XD plugins are used by designers around the world who expect great experiences. Download the XD plugin UI kit to start crafting your own XD plugin experience.
2332

24-
[Download]()
33+
**[Download]()**
34+
35+
<br />
2536

2637
<object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object>
2738

28-
### Manage your plugin project
39+
**Manage your plugin project**
2940

3041
Whether you’re getting your unique plugin ID, submitting your finished plugin for review, or updating your XD Plugin Manager listing, the I/O Developer Console is the place to manage your plugin project.
3142

32-
[Visit the I/O console](https://console.adobe.io)
43+
**[Visit the I/O console](https://console.adobe.io)**
3344

34-
## Plugin API roadmap
45+
<br />
46+
47+
**Plugin API roadmap**
3548

3649
We’ve got a lot of stuff planned for the future of Plugin APIs on the Adobe XD platform, and we’ve built out a roadmap.
3750

38-
[View Trello board](https://trello.com/b/WFKmCVaz/xd-extensibility-roadmap)
51+
**[View Trello board](https://trello.com/b/WFKmCVaz/xd-extensibility-roadmap)**
52+
53+
<br />
3954

4055
<a href="/distribution/index.md"><object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object></a>
4156
<a href="/distribution/index.md"><object style="width: 100%" type="image/png" data="/images/[email protected]">placeholder</object></a>

public/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,700");
2+
13
.book {
24
height: calc(100% - 128px);
35
}

0 commit comments

Comments
 (0)