1
0
Fork 0

chore: Merged in left behind PRs from markdown repo

This commit is contained in:
Joost De Cock 2021-08-25 16:16:51 +02:00
parent b34a2ee2ed
commit 97b8a93a85
126 changed files with 2327 additions and 486 deletions

View file

@ -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>

View file

@ -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