Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,30 +1,27 @@
|
|||
***
|
||||
|
||||
---
|
||||
title: Pattern design tutorial
|
||||
order: 50
|
||||
icons:
|
||||
|
||||
* javascript
|
||||
* pattern
|
||||
for: developers
|
||||
about: |
|
||||
You'll learn how to create a FreeSewing pattern.
|
||||
We will take you start to finish, from setting up the development environment
|
||||
up to a completed pattern.
|
||||
goals:
|
||||
* Setting up the development environment
|
||||
* Creating a pattern part
|
||||
* Using the user's measurements
|
||||
* Using pattern options
|
||||
* Using the shorthand method
|
||||
* Creating points
|
||||
* Creating paths
|
||||
* Using macros and snippets
|
||||
* Testing your pattern
|
||||
* Adding seam allowance
|
||||
* Adding dimentions for a paperless pattern
|
||||
|
||||
***
|
||||
icons:
|
||||
- javascript
|
||||
- pattern
|
||||
for: developers
|
||||
about: |
|
||||
You'll learn how to create a FreeSewing pattern.
|
||||
We will take you start to finish, from setting up the development environment
|
||||
up to a completed pattern.
|
||||
goals:
|
||||
- Setting up the development environment
|
||||
- Creating a pattern part
|
||||
- Using the user's measurements
|
||||
- Using pattern options
|
||||
- Using the shorthand method
|
||||
- Creating points
|
||||
- Creating paths
|
||||
- Using macros and snippets
|
||||
- Testing your pattern
|
||||
- Adding seam allowance
|
||||
- Adding dimentions for a paperless pattern
|
||||
---
|
||||
|
||||
Welcome to the FreeSewing tutorial, where you'll learn how to create a made-to-measure
|
||||
sewing pattern, start to finish.
|
||||
|
@ -36,14 +33,14 @@ At the end of this tutorial, you will have created this pattern:
|
|||
|
||||
<Example pattern="tutorial" part="bib" caption="Your end result" />
|
||||
|
||||
Before we can get started, let's make sure you have the required software
|
||||
Before we can get started, let's make sure you have the required software
|
||||
installed on your computer:
|
||||
|
||||
## Prerequisites
|
||||
|
||||
FreeSewing is a JavaScript library that runs on [Node.js](https://nodejs.org/).
|
||||
|
||||
If you don't have Node.js on your system, follow the link above and
|
||||
If you don't have Node.js on your system, follow the link above and
|
||||
install it on your system.
|
||||
|
||||
When you're done, you can test whether it works by running:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue