chore: Merged in left behind PRs from markdown repo
This commit is contained in:
parent
b34a2ee2ed
commit
97b8a93a85
126 changed files with 2327 additions and 486 deletions
|
@ -33,6 +33,6 @@ const Sorcha = new freesewing.Design(config, plugins)
|
|||
This method is a *super-constructor*. It will return a constructor
|
||||
method that should be called to instantiate your pattern.
|
||||
|
||||
See [creating a new pattern design](/howtos/core/new-design/) for an example.
|
||||
See [creating a new pattern design](/howtos/code/create-new-design) for an example.
|
||||
|
||||
</Tip>
|
||||
|
|
|
@ -8,6 +8,7 @@ object Part.shorthand();
|
|||
|
||||
This method returns a plain object with the following properties:
|
||||
|
||||
- `complete` = `pattern.settings.complete`
|
||||
- `events` : An object holding the raised events (see `raise`)
|
||||
- `final` : `true` is this is a full draft, or `false` if this is a sample.
|
||||
- `macro` : The macro runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue