0174623bf8
Update cutlist howto, to remove references to old cutlist-plugin
2024-07-09 10:24:38 +03:00
Genia Boeing
78571d2c92
Replace .setRender() with .hide()
2024-04-12 20:06:01 +01:00
Joost De Cock
cf94741552
Merge pull request #6428 from matzie5/matzie5-patch-1
...
Patch on the trace instructions
2024-03-23 14:58:08 +01:00
matzie5
144e57cc29
Patch on the trace instructions
...
- Pre-render function updated in accordance with plugin instruction
- Anchor point definition added
- Missing closing parenthesis added
- Plugin bundle reference removed for easier code copy / paste
2024-03-23 12:41:38 +01:00
Benjamin Fan
83ae88c5d5
fix(markdown): Remove unused list attribute from ReadMore tags
2024-01-29 08:43:38 -08:00
Benjamin Fan
4d404dd3cc
fix(markdown) Fix typos
2024-01-21 11:16:40 -08:00
Zee
780ca90ee3
Update en.md
2023-04-27 19:15:17 +02:00
Zee
b1d6f513a9
Merge branch 'develop' of https://github.com/SeaZeeZee/freesewing into documentation-fix
...
conflicts with freesewing
2023-04-25 15:33:57 +00:00
Enoch Riese
adbc817863
add plugin-cutlist to plugin-annotations
2023-04-20 10:22:47 -04:00
Zee
8268b09fe3
fixes typos in cutlist documentation
2023-04-12 14:47:59 +00:00
Raphael Sizemore
02d953d3b8
removed default export syntax in docs
...
edited imports so that they no longer rely on a default export to work, changed design/fit-sleeve so it doesn't set a default export
2023-03-26 02:45:45 +00:00
Enoch Riese
484d16f463
update docs
2023-03-12 11:35:19 -05:00
Enoch Riese
3962c61162
add documentation for cutlist
2023-03-09 15:14:58 -06:00
joostdecock
54ba661c94
feat(markdown): Added docs on how to trace a pattern
2023-01-09 22:52:40 +01:00
Benjamin F
7b8b6997d0
fix(docs): Insert space between numbers and SI units
2022-12-26 07:00:16 -08:00
Benjamin F
24f7776840
fix(docs): Howtos documentation corrections and updates
2022-12-22 17:24:59 -08:00
Joost De Cock
6030252518
chore(markdown): Cleanup of some pages
2022-10-14 16:03:47 +02:00
Joost De Cock
7cc37ea150
chore(markdown): Updated links for v3
2022-10-12 19:09:04 +02:00
Bart
76ee82a7b6
Backslashes for line breaks are visible online
...
Making all md conform with https://freesewing.dev/guides/markdown/line-breaks
2022-08-27 21:49:14 +02:00
nikhil
0becd057b2
fix: Broken/misleading links to designs' source code
...
Some of these links were actually broken, since they expect to find designs under the `packages/` directory in the current `develop` branch. Other links were technically okay, since they link to old commits, but updating those links may still help to reduce confusion.
Also fix a reference to `packages/unice` in a `netlify.toml` file. (Untested, but I don't think this is an actual Netlify configuration.)
2022-08-21 12:31:23 -04:00
jackseye
9f111e1a9b
Fixed links in dev markdown
2022-04-30 14:07:54 -04:00
Joost De Cock
249f2600e5
chore: More linting
...
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00
Joost De Cock
e6f1189017
chore: Remark linter run
2022-02-20 14:35:50 +01:00
Joost De Cock
265ad404da
chore(markdown): Linting of dev docs
2022-02-19 08:04:25 +01:00
joostdecock
cba1ab19c8
Revert "chore: Linting for markdown and js"
...
This reverts commit 1c92e0f655
.
2021-10-17 18:26:00 +02:00
joostdecock
1c92e0f655
chore: Linting for markdown and js
2021-10-17 17:34:55 +02:00
Joost De Cock
b34a2ee2ed
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
2021-08-25 16:09:31 +02:00