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
25
markdown/dev/reference/macros/vd/de.md
Normal file
25
markdown/dev/reference/macros/vd/de.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: vd
|
||||
---
|
||||
|
||||
Adds a *vertical dimension* to your pattern.
|
||||
|
||||
| Property | Default | Type | Description |
|
||||
| --------------- | ----------------- | ----------------------------- | -------------------------------------------------------------------- |
|
||||
| `from` | | [Point](/reference/api/point) | The startpoint of the dimension |
|
||||
| `to` | | [Point](/reference/api/point) | The endpoint of the dimension |
|
||||
| `x` | | Number | The X-value at which to draw the dimension |
|
||||
| `text` | Vertical distance | Number | The text to go on the dimension if not the from-to vertical distance |
|
||||
| `noStartMarker` | `false` | Boolean | Whether to not draw a start marker |
|
||||
| `noEndMarker` | `false` | Boolean | Whether to not draw an end marker |
|
||||
|
||||
<Note>
|
||||
|
||||
The `vd` macro is provided by the [dimension plugin](/reference/plugins/dimension).
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
|
||||
|
||||
|
41
markdown/dev/reference/macros/vd/en.md
Normal file
41
markdown/dev/reference/macros/vd/en.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
title: vd
|
||||
---
|
||||
|
||||
The `vd` macro adds a *vertical dimension* to your pattern.
|
||||
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||
|
||||
<Example
|
||||
part="point_dy"
|
||||
caption="An example of a vertical dimension"
|
||||
/>
|
||||
|
||||
```js
|
||||
macro('vd', {
|
||||
from: points.from,
|
||||
to: points.to,
|
||||
x: 25
|
||||
})
|
||||
```
|
||||
|
||||
| Property | Default | Type | Description |
|
||||
|----------------:|---------|---------------------|-------------|
|
||||
| `from` | | [Point](/reference/api/point) | The startpoint of the dimension |
|
||||
| `to` | | [Point](/reference/api/point) | The endpoint of the dimension |
|
||||
| `x` | | Number | The X-value at which to draw the dimension |
|
||||
| `text` | Vertical distance | Number | The text to go on the dimension if not the from-to vertical distance |
|
||||
| `id` | auto-assigned | String | A custom ID under wich paths and points will be created |
|
||||
| `noStartMarker` | `false` | Boolean | Whether to not draw a start marker |
|
||||
| `noEndMarker` | `false` | Boolean | Whether to not draw an end marker |
|
||||
|
||||
<Note>
|
||||
|
||||
Setting a custom ID will:
|
||||
|
||||
- Allow removal of the dimension with [the `rmd` macro](/reference/macros/rmd)
|
||||
- Prevent removal of the dimension with [the `rmad` macro](/reference/macros/rmad/)
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
|
25
markdown/dev/reference/macros/vd/es.md
Normal file
25
markdown/dev/reference/macros/vd/es.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: vd
|
||||
---
|
||||
|
||||
Adds a *vertical dimension* to your pattern.
|
||||
|
||||
| Property | Default | Type | Description |
|
||||
| --------------- | ----------------- | ----------------------------- | -------------------------------------------------------------------- |
|
||||
| `from` | | [Point](/reference/api/point) | The startpoint of the dimension |
|
||||
| `to` | | [Point](/reference/api/point) | The endpoint of the dimension |
|
||||
| `x` | | Number | The X-value at which to draw the dimension |
|
||||
| `text` | Vertical distance | Number | The text to go on the dimension if not the from-to vertical distance |
|
||||
| `noStartMarker` | `false` | Boolean | Whether to not draw a start marker |
|
||||
| `noEndMarker` | `false` | Boolean | Whether to not draw an end marker |
|
||||
|
||||
<Note>
|
||||
|
||||
The `vd` macro is provided by the [dimension plugin](/reference/plugins/dimension).
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
|
||||
|
||||
|
25
markdown/dev/reference/macros/vd/fr.md
Normal file
25
markdown/dev/reference/macros/vd/fr.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: vd
|
||||
---
|
||||
|
||||
Adds a *vertical dimension* to your pattern.
|
||||
|
||||
| Propriété | Défaut | Type | Description |
|
||||
| --------------- | ------------------ | ----------------------------- | ----------------------------------------------------------------------------------- |
|
||||
| `from` | | [Point](/reference/api/point) | Le point de départ de la dimension |
|
||||
| `to` | | [Point](/reference/api/point) | Le point final de la dimension |
|
||||
| `x` | | Nombre | La valeur en X à laquelle dessiner la dimension |
|
||||
| `text` | Distance verticale | Nombre | Le texte correspondant à la dimension si ce n'est pas la distance verticale from-to |
|
||||
| `noStartMarker` | `false` | Booléen | Ne pas dessiner un marqueur de début |
|
||||
| `noEndMarker` | `false` | Booléen | Ne pas dessiner un marqueur de fin |
|
||||
|
||||
<Note>
|
||||
|
||||
The `vd` macro is provided by the [dimension plugin](/reference/plugins/dimension).
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
|
||||
|
||||
|
25
markdown/dev/reference/macros/vd/nl.md
Normal file
25
markdown/dev/reference/macros/vd/nl.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: vd
|
||||
---
|
||||
|
||||
Adds a *vertical dimension* to your pattern.
|
||||
|
||||
| Property | Default | Type | Description |
|
||||
| --------------- | ----------------- | ----------------------------- | -------------------------------------------------------------------- |
|
||||
| `from` | | [Point](/reference/api/point) | The startpoint of the dimension |
|
||||
| `to` | | [Point](/reference/api/point) | The endpoint of the dimension |
|
||||
| `x` | | Number | The X-value at which to draw the dimension |
|
||||
| `text` | Vertical distance | Number | The text to go on the dimension if not the from-to vertical distance |
|
||||
| `noStartMarker` | `false` | Boolean | Whether to not draw a start marker |
|
||||
| `noEndMarker` | `false` | Boolean | Whether to not draw an end marker |
|
||||
|
||||
<Note>
|
||||
|
||||
The `vd` macro is provided by the [dimension plugin](/reference/plugins/dimension).
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue