Skip to content

Commit

Permalink
some editing on dm-walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
CGJennings committed Jun 1, 2019
1 parent 275a0a2 commit 6384447
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ function createInterface(diy, editor) {
panel = new Grid("fillx");
let benefitField = textArea("", 5, 0, true);
bindings.add("Benefit", benefitField, [0]);
let benefitLabel = label("&Benefit", benefitField);
let specialField = textArea("", 3, 0, true);
bindings.add("Special", specialField, [0]);
let benefitLabel = label("&Benefit", benefitField);
let specialLabel = label("&Special", specialField);
panel.place(
benefitLabel, "wrap", benefitField, "growx, wrap",
Expand Down
2 changes: 1 addition & 1 deletion docs/dm-first-plugin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# My First Plug-in
# Making your first plug-in

This page will guide you through all the steps needed to create and build a plug-in without having to worry about what the plug-in does. This will give you a handle on the basic workflow needed to develop a plug-in before getting into the details, so that you have a frame of reference when reading other pages in this manual.

Expand Down
4 changes: 2 additions & 2 deletions docs/dm-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

1. **Getting started**
1. [Overview of plug-in authoring](dm-overview.md)
2. [Walkthrough](dm-walkthrough.md)
2. [Taking a tour of a plug-in](dm-walkthrough.md)
3. [Plug-in types](dm-plugin-types.md)
4. [My First Plug-in](dm-first-plugin.md)
4. [Making your first plug-in](dm-first-plugin.md)
5. [The root file](dm-eons-plugin.md)
2. **APIs and examples**
1. [Script library API](dm-script-api.md)
Expand Down
Loading

0 comments on commit 6384447

Please sign in to comment.