feat: Flat import of markdown repo
This is a flat (without history) import of (some of) the content from our markdown module. We've imported this without history because the repo contains our blog posts and showcases posts content prior to porting them to strapi. Since this contains many images, it would balloon the size of this repo to import the full history. Instead, please refer to the history of the (archived) markdown repo at: https://github.com/freesewing/markdown
This commit is contained in:
parent
1671a896b5
commit
b34a2ee2ed
6132 changed files with 244167 additions and 0 deletions
121
markdown/org/docs/faq/measurement-estimates/de.md
Normal file
121
markdown/org/docs/faq/measurement-estimates/de.md
Normal file
|
@ -0,0 +1,121 @@
|
|||
---
|
||||
title: Was sind diese Symbole neben meinen Maßen?
|
||||
---
|
||||
|
||||
import Gauge from '../../../../../src/components/measurements/gauge.js'
|
||||
|
||||
Dir sind vielleicht diese Art von Symbolen neben deinen Maßen aufgefallen:
|
||||
<Gauge val={0} theme='light' />
|
||||
|
||||
Diese Symbole zeigen einen Wert an, der zeigt, wie sehr die Maße von den Proportionen abweichen, mit denen wir unsere Designs testen:
|
||||
|
||||
<table spaces-before="0">
|
||||
<tr>
|
||||
<th>
|
||||
Symbol
|
||||
</th>
|
||||
|
||||
<th>
|
||||
Beschreibung
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">signifikant niedriger</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">ein gutes Stück niedriger</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">ein bisschen niedriger</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">sehr nah</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">sehr nah</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">ein bisschen höher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">ein gutes Stück höher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
Der Wert ist <strong x-id="1">signifikant höher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Diese Indikatoren dienen einem doppelten Zweck:
|
||||
|
||||
- Es soll dir dabei helfen, Messfehler in deinen Maßen zu finden (du weißt sicher selber am besten, wo deine Ausreißer sind)
|
||||
- Es soll dir dabei helfen, im Voraus abzuschätzen, wo unsere Software vielleicht Probleme haben könnte, ein gutes Ergebnis zu liefern
|
||||
|
||||
<Note>
|
||||
|
||||
##### Es gibt keine guten oder schlechten Maße
|
||||
|
||||
Es ist harte Arbeit, für eine Vielzahl an Formen Schnittmuster zu designen.
|
||||
|
||||
Im Gegensatz zu anderen Schnittmusterfirmen beschränken wir uns nicht auf einen bestimmten Größenbereich.
|
||||
Alle Menschen und alle Körper sind hier willkommen.
|
||||
|
||||
Falls unser Code für dich nicht gut funktionieren sollte, [lass es uns bitte wissen](https://discord.freesewing.org/), und wir versuchen es zu verbessern.
|
||||
|
||||
</Note>
|
40
markdown/org/docs/faq/measurement-estimates/en.md
Normal file
40
markdown/org/docs/faq/measurement-estimates/en.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: What are those symbols next to my measurements?
|
||||
---
|
||||
|
||||
import Gauge from '../../../../../src/components/measurements/gauge.js'
|
||||
|
||||
You might have noticed these kind of icons next to your measurements:
|
||||
<Gauge val={0} theme='light' />
|
||||
|
||||
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
|
||||
|
||||
| Icon | Description |
|
||||
| ---- | ----------- |
|
||||
| <Gauge val={-6} theme='light' /> | The value is **significantly lower** |
|
||||
| <Gauge val={-4} theme='light' /> | The value is **a good bit lower** |
|
||||
| <Gauge val={-2} theme='light' /> | The value is **a bit lower** |
|
||||
| <Gauge val={-1} theme='light' /> | The value is **very close** |
|
||||
| <Gauge val={1} theme='light' /> | The value is **very close** |
|
||||
| <Gauge val={2} theme='light' /> | The value is **a bit higher** |
|
||||
| <Gauge val={4} theme='light' /> | The value is **a good bit higher** |
|
||||
| <Gauge val={6} theme='light' /> | The value is **significantly higher** |
|
||||
|
||||
|
||||
These indicators serve a dual purpose:
|
||||
|
||||
- Help you spot mistakes in your measurements (you know best where your outliers are)
|
||||
- Help you anticipate where our software might struggle to come up with good results
|
||||
|
||||
<Note>
|
||||
|
||||
##### There are no good or bad measurements
|
||||
|
||||
Designing patterns for a variety of shapes is hard work.
|
||||
|
||||
Unlike other pattern companies, we don't limit ourselves to a particular size range.
|
||||
All people and all bodies are welcome here.
|
||||
|
||||
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
|
||||
|
||||
</Note>
|
121
markdown/org/docs/faq/measurement-estimates/es.md
Normal file
121
markdown/org/docs/faq/measurement-estimates/es.md
Normal file
|
@ -0,0 +1,121 @@
|
|||
---
|
||||
title: What are those symbols next to my measurements?
|
||||
---
|
||||
|
||||
import Gauge from '../../../../../src/components/measurements/gauge.js'
|
||||
|
||||
You might have noticed these kind of icons next to your measurements:
|
||||
<Gauge val={0} theme='light' />
|
||||
|
||||
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
|
||||
|
||||
<table spaces-before="0">
|
||||
<tr>
|
||||
<th>
|
||||
Icon
|
||||
</th>
|
||||
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
These indicators serve a dual purpose:
|
||||
|
||||
- Help you spot mistakes in your measurements (you know best where your outliers are)
|
||||
- Help you anticipate where our software might struggle to come up with good results
|
||||
|
||||
<Note>
|
||||
|
||||
##### There are no good or bad measurements
|
||||
|
||||
Designing patterns for a variety of shapes is hard work.
|
||||
|
||||
Unlike other pattern companies, we don't limit ourselves to a particular size range.
|
||||
All people and all bodies are welcome here.
|
||||
|
||||
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
|
||||
|
||||
</Note>
|
121
markdown/org/docs/faq/measurement-estimates/fr.md
Normal file
121
markdown/org/docs/faq/measurement-estimates/fr.md
Normal file
|
@ -0,0 +1,121 @@
|
|||
---
|
||||
title: What are those symbols next to my measurements?
|
||||
---
|
||||
|
||||
import Gauge from '../../../../../src/components/measurements/gauge.js'
|
||||
|
||||
You might have noticed these kind of icons next to your measurements:
|
||||
<Gauge val={0} theme='light' />
|
||||
|
||||
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
|
||||
|
||||
<table spaces-before="0">
|
||||
<tr>
|
||||
<th>
|
||||
Icon
|
||||
</th>
|
||||
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
These indicators serve a dual purpose:
|
||||
|
||||
- Help you spot mistakes in your measurements (you know best where your outliers are)
|
||||
- Help you anticipate where our software might struggle to come up with good results
|
||||
|
||||
<Note>
|
||||
|
||||
##### There are no good or bad measurements
|
||||
|
||||
Designing patterns for a variety of shapes is hard work.
|
||||
|
||||
Unlike other pattern companies, we don't limit ourselves to a particular size range.
|
||||
All people and all bodies are welcome here.
|
||||
|
||||
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
|
||||
|
||||
</Note>
|
121
markdown/org/docs/faq/measurement-estimates/nl.md
Normal file
121
markdown/org/docs/faq/measurement-estimates/nl.md
Normal file
|
@ -0,0 +1,121 @@
|
|||
---
|
||||
title: What are those symbols next to my measurements?
|
||||
---
|
||||
|
||||
import Gauge from '../../../../../src/components/measurements/gauge.js'
|
||||
|
||||
You might have noticed these kind of icons next to your measurements:
|
||||
<Gauge val={0} theme='light' />
|
||||
|
||||
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
|
||||
|
||||
<table spaces-before="0">
|
||||
<tr>
|
||||
<th>
|
||||
Icon
|
||||
</th>
|
||||
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit lower</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={-1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={1} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">very close</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={2} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={4} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">a good bit higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<Gauge val={6} theme='light' />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
The value is <strong x-id="1">significantly higher</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
These indicators serve a dual purpose:
|
||||
|
||||
- Help you spot mistakes in your measurements (you know best where your outliers are)
|
||||
- Help you anticipate where our software might struggle to come up with good results
|
||||
|
||||
<Note>
|
||||
|
||||
##### There are no good or bad measurements
|
||||
|
||||
Designing patterns for a variety of shapes is hard work.
|
||||
|
||||
Unlike other pattern companies, we don't limit ourselves to a particular size range.
|
||||
All people and all bodies are welcome here.
|
||||
|
||||
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
|
||||
|
||||
</Note>
|
Loading…
Add table
Add a link
Reference in a new issue