From bd44ca1cd2472c5355362166880f93de590deded Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 7 Apr 2025 07:43:28 +0200 Subject: [PATCH] [org] fix: Add links to design options and instructions Also closes #206 --- config/changelog.yaml | 15 ++++ .../react/components/Collection/index.mjs | 10 +++ packages/react/components/Design/index.mjs | 30 ------- sites/org/docs/docs/designs/aaron/readme.mdx | 9 +++ sites/org/docs/docs/designs/albert/readme.mdx | 9 +++ sites/org/docs/docs/designs/bee/readme.mdx | 9 +++ sites/org/docs/docs/designs/bella/readme.mdx | 9 +++ .../org/docs/docs/designs/benjamin/readme.mdx | 9 +++ sites/org/docs/docs/designs/bent/readme.mdx | 9 +++ sites/org/docs/docs/designs/bibi/readme.mdx | 9 +++ sites/org/docs/docs/designs/bob/readme.mdx | 9 +++ .../org/docs/docs/designs/breanna/readme.mdx | 9 +++ sites/org/docs/docs/designs/brian/readme.mdx | 9 +++ sites/org/docs/docs/designs/bruce/readme.mdx | 9 +++ .../org/docs/docs/designs/carlita/readme.mdx | 9 +++ .../org/docs/docs/designs/carlton/readme.mdx | 9 +++ .../org/docs/docs/designs/cathrin/readme.mdx | 9 +++ .../org/docs/docs/designs/charlie/readme.mdx | 9 +++ .../docs/docs/designs/cornelius/readme.mdx | 9 +++ sites/org/docs/docs/designs/diana/readme.mdx | 9 +++ .../org/docs/docs/designs/florence/readme.mdx | 9 +++ .../org/docs/docs/designs/florent/readme.mdx | 9 +++ sites/org/docs/docs/designs/gozer/readme.mdx | 9 +++ sites/org/docs/docs/designs/hi/readme.mdx | 9 +++ sites/org/docs/docs/designs/holmes/readme.mdx | 9 +++ .../docs/docs/designs/hortensia/readme.mdx | 9 +++ sites/org/docs/docs/designs/huey/readme.mdx | 9 +++ sites/org/docs/docs/designs/hugo/readme.mdx | 9 +++ sites/org/docs/docs/designs/jaeger/readme.mdx | 9 +++ sites/org/docs/docs/designs/jane/readme.mdx | 9 +++ sites/org/docs/docs/designs/lily/readme.mdx | 9 +++ sites/org/docs/docs/designs/lucy/readme.mdx | 9 +++ sites/org/docs/docs/designs/lumina/readme.mdx | 9 +++ sites/org/docs/docs/designs/lumira/readme.mdx | 9 +++ .../org/docs/docs/designs/lunetius/readme.mdx | 78 +++++++++++++++++++ sites/org/docs/docs/designs/noble/readme.mdx | 9 +++ .../docs/docs/designs/octoplushy/readme.mdx | 9 +++ sites/org/docs/docs/designs/onyx/readme.mdx | 9 +++ sites/org/docs/docs/designs/opal/readme.mdx | 9 +++ sites/org/docs/docs/designs/otis/readme.mdx | 9 +++ sites/org/docs/docs/designs/paco/readme.mdx | 9 +++ .../org/docs/docs/designs/penelope/readme.mdx | 9 +++ sites/org/docs/docs/designs/sandy/readme.mdx | 9 +++ sites/org/docs/docs/designs/shelly/readme.mdx | 9 +++ sites/org/docs/docs/designs/shin/readme.mdx | 9 +++ sites/org/docs/docs/designs/simon/readme.mdx | 9 +++ sites/org/docs/docs/designs/simone/readme.mdx | 9 +++ sites/org/docs/docs/designs/skully/readme.mdx | 9 +++ sites/org/docs/docs/designs/sven/readme.mdx | 9 +++ sites/org/docs/docs/designs/tamiko/readme.mdx | 11 ++- sites/org/docs/docs/designs/teagan/readme.mdx | 9 +++ .../org/docs/docs/designs/tiberius/readme.mdx | 9 +++ sites/org/docs/docs/designs/titan/readme.mdx | 9 +++ .../org/docs/docs/designs/trayvon/readme.mdx | 9 +++ .../org/docs/docs/designs/tristan/readme.mdx | 9 +++ sites/org/docs/docs/designs/uma/readme.mdx | 9 +++ sites/org/docs/docs/designs/umbra/readme.mdx | 9 +++ sites/org/docs/docs/designs/wahid/readme.mdx | 9 +++ .../org/docs/docs/designs/walburga/readme.mdx | 9 +++ .../org/docs/docs/designs/waralee/readme.mdx | 9 +++ sites/org/docs/docs/designs/yuri/readme.mdx | 9 +++ 61 files changed, 617 insertions(+), 31 deletions(-) diff --git a/config/changelog.yaml b/config/changelog.yaml index 9ef3e914430..e600dc4f7ca 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -13,9 +13,24 @@ Unreleased: bee: - Neck ties no longer shown to be cut on fold - Band tie locks in duo colours when `options.crossBackTies` is true (fixes incorrect notch placements) + dev: + - Ensure `path._curve` is included in docs + plugin-annotations: + - Fixed incorrect anchor point of the logo due to share pathstring (#202) + react: + - Fixed issues with the pattern export feature in the Editor (#218) + - Added Jane to the Linedrawing component (#211) org: - Update pattern button leads to 404 - New measurement set leads to 404 when users have no sets yet + - Removed the link to the Simon sew along which is no longer online + - Added various showcase authors + - Fixed broken link to new measurements set for users who no sets (yet) + - Added the curated sets pages to the site + - Fixed various links + - Fixed the _update pattern_ links + - Fixed the newsletter unsubscribe handling + Changed: bee: diff --git a/packages/react/components/Collection/index.mjs b/packages/react/components/Collection/index.mjs index 84e2e4c7b4a..45df4c3a0c4 100644 --- a/packages/react/components/Collection/index.mjs +++ b/packages/react/components/Collection/index.mjs @@ -538,6 +538,16 @@ export const DesignInfo = ({ Link = false, design = false, noDocsLink = false }) href={`https://www.instagram.com/explore/search/keyword/?q=%23FreeSewing${capitalize(design)}`} /> + +
Documentation
+
+ Designer Notes, + What You Need, + Fabric Options, + Cutting Instructions, + Design Options, + Sewing Instructions +
{buttons}
diff --git a/packages/react/components/Design/index.mjs b/packages/react/components/Design/index.mjs index 3127d8e3193..cfc7b93d892 100644 --- a/packages/react/components/Design/index.mjs +++ b/packages/react/components/Design/index.mjs @@ -1,44 +1,14 @@ // Dependencies import { collection } from '@freesewing/collection' - -//import { urls } from '@freesewing/config' -//import { measurements as measurementTranslations } from '@freesewing/i18n' -//import { measurements as designMeasurements } from '@freesewing/collection' import { capitalize } from '@freesewing/utils' -// Context -//import { LoadingStatusContext } from '@freesewing/react/context/LoadingStatus' -//import { ModalContext } from '@freesewing/react/context/Modal' - // Hooks import React, { useState } from 'react' -//import { useAccount } from '@freesewing/react/hooks/useAccount' -//import { useBackend } from '@freesewing/react/hooks/useBackend' // Components import { Link as WebLink, AnchorLink } from '@freesewing/react/components/Link' import { ShowcaseIcon } from '@freesewing/react/components/Icon' -/* -// Dependencies -import { capitalize } from 'shared/utils.mjs' -import { linkClasses } from 'shared/components/link.mjs' -import { designImages } from 'shared/components/designs/examples.mjs' -import { designs } from 'shared/config/designs.mjs' -// Context -import { ModalContext } from 'shared/context/modal-context.mjs' -// Hooks -import { useTranslation } from 'next-i18next' -import { useContext } from 'react' -// Components -import { ModalWrapper } from 'shared/components/wrappers/modal.mjs' -import Link from 'next/link' -import { Difficulty } from 'shared/components/designs/difficulty.mjs' -import { lineDrawings } from 'shared/components/designs/linedrawings/index.mjs' -import { DocsIcon, NewPatternIcon } from 'shared/components/icons.mjs' -import { DesignInfo } from 'shared/components/designs/info.mjs' -*/ - const linkBuilders = { new: (design) => `/-/?d=${design.toLowerCase()}`, docs: (design) => `/docs/designs/${design.toLowerCase()}`, diff --git a/sites/org/docs/docs/designs/aaron/readme.mdx b/sites/org/docs/docs/designs/aaron/readme.mdx index 398d60a0146..951c5aa867d 100644 --- a/sites/org/docs/docs/designs/aaron/readme.mdx +++ b/sites/org/docs/docs/designs/aaron/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Aaron A-Shirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/aaron/_notes.mdx' @@ -63,3 +64,11 @@ fit. - There is no seam allowance on the neck opening - There is extra hem allowance at the hem ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/aaron/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/aaron/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/albert/readme.mdx b/sites/org/docs/docs/designs/albert/readme.mdx index 124086c384e..2c1527cce2f 100644 --- a/sites/org/docs/docs/designs/albert/readme.mdx +++ b/sites/org/docs/docs/designs/albert/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Albert Apron import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/albert/_notes.mdx' @@ -37,3 +38,11 @@ When in doubt, go for raw denim (pure cotton, if it stretches it's no good). - Cut **1 front** on the fold - Cut **1 pocket** on the fold - Cut **2 straps** + +## Design Options {#options} + +See the [Design Options](/docs/designs/albert/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/albert/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/bee/readme.mdx b/sites/org/docs/docs/designs/bee/readme.mdx index 9eac06325da..0b7e09dbe87 100644 --- a/sites/org/docs/docs/designs/bee/readme.mdx +++ b/sites/org/docs/docs/designs/bee/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Bee Bikini Top import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/bee/_notes.mdx' @@ -67,3 +68,11 @@ However if you are using the Cross Back Tie variation the band is designed to ** When following the instructions use your contrasting pieces as the lining peices. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/bee/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/bee/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/bella/readme.mdx b/sites/org/docs/docs/designs/bella/readme.mdx index 44a52765cb4..bfa13236ca0 100644 --- a/sites/org/docs/docs/designs/bella/readme.mdx +++ b/sites/org/docs/docs/designs/bella/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Bella Body Block import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/bella/_notes.mdx' :::tip Bella is a block, not a pattern @@ -69,3 +70,11 @@ These cutting instructions are just for the default Bella block. Adjust your cut If you do not have someone to help pin you into Bella then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/bella/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/bella/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/benjamin/readme.mdx b/sites/org/docs/docs/designs/benjamin/readme.mdx index 4b8be674120..7cdd2d64ead 100644 --- a/sites/org/docs/docs/designs/benjamin/readme.mdx +++ b/sites/org/docs/docs/designs/benjamin/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Benjamin Bow Tie import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/benjamin/_notes.mdx' @@ -92,3 +93,11 @@ needs to be cut out. Below are two typical layouts. - Cut **1 Short Bow** part - Cut **2 Medium Bow** parts - Cut **1 Long Bow** part + +## Design Options {#options} + +See the [Design Options](/docs/designs/benjamin/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/benjamin/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/bent/readme.mdx b/sites/org/docs/docs/designs/bent/readme.mdx index 7262985f439..d6d24a695c2 100644 --- a/sites/org/docs/docs/designs/bent/readme.mdx +++ b/sites/org/docs/docs/designs/bent/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Bent Body Block import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/bent/_notes.mdx' :::tip Bent is a block, not a pattern @@ -64,3 +65,11 @@ These cutting instructions are just for the default Bent block. Adjust your cutt :::warning As Bent is a block it does not have any closures. If you are making a test Bent you will want to Cut 2 Front parts with seam allowances so you can pin yourself into it. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/bent/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/bent/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/bibi/readme.mdx b/sites/org/docs/docs/designs/bibi/readme.mdx index cec99b14a8f..8816138af90 100644 --- a/sites/org/docs/docs/designs/bibi/readme.mdx +++ b/sites/org/docs/docs/designs/bibi/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: 'Bibi Body Block' import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/bibi/_notes.mdx' @@ -90,3 +91,11 @@ smaller pieces of fabric or if you want to add buttons or zippers to your design. In this case, make sure to add sufficient seam allowance on the center fold. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/bibi/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/bibi/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/bob/readme.mdx b/sites/org/docs/docs/designs/bob/readme.mdx index da3c391c065..25ab80f88a9 100644 --- a/sites/org/docs/docs/designs/bob/readme.mdx +++ b/sites/org/docs/docs/designs/bob/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Bob the Bib import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/bob/_notes.mdx' @@ -39,3 +40,11 @@ something like terrycloth (aka towel fabric) or a similar bamboo-based fabric. :::warning There is no seam allowance on the bib, it will be finished with bias tape ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/bob/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/bob/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/breanna/readme.mdx b/sites/org/docs/docs/designs/breanna/readme.mdx index 760341c9552..eb6e25df0cf 100644 --- a/sites/org/docs/docs/designs/breanna/readme.mdx +++ b/sites/org/docs/docs/designs/breanna/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Breanna Body Block import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/breanna/_notes.mdx' :::tip Breanna is a block, not a pattern @@ -60,3 +61,11 @@ If you do not have someone to help pin you into Breanna then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/breanna/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/breanna/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/brian/readme.mdx b/sites/org/docs/docs/designs/brian/readme.mdx index af98627a2a5..35336ff52bb 100644 --- a/sites/org/docs/docs/designs/brian/readme.mdx +++ b/sites/org/docs/docs/designs/brian/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Brian Body Block import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/brian/_notes.mdx' :::tip Brian is a block, not a pattern @@ -74,6 +75,14 @@ easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front. ::: +## Design Options {#options} + +See the [Design Options](/docs/designs/brian/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/brian/instructions/) subpage. + ## Understanding the sleevecap In version 2 of FreeSewing, the sleevecap of Brian was redesigned to be more diff --git a/sites/org/docs/docs/designs/bruce/readme.mdx b/sites/org/docs/docs/designs/bruce/readme.mdx index ed1184f0c77..034eeaebbfa 100644 --- a/sites/org/docs/docs/designs/bruce/readme.mdx +++ b/sites/org/docs/docs/designs/bruce/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Bruce Boxer Briefs import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/bruce/_notes.mdx' @@ -51,3 +52,11 @@ Bruce consists of a back, and two sides, insets and fronts. - **front**: Cut this **twice** ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/bruce/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/bruce/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/carlita/readme.mdx b/sites/org/docs/docs/designs/carlita/readme.mdx index 12f6d2dc183..3fa699eeb49 100644 --- a/sites/org/docs/docs/designs/carlita/readme.mdx +++ b/sites/org/docs/docs/designs/carlita/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Carlita Coat import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/carlita/_notes.mdx' @@ -155,3 +156,11 @@ our instructions are instead written with the nett canvas method. Benjamin F. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/carlita/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/carlita/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/carlton/readme.mdx b/sites/org/docs/docs/designs/carlton/readme.mdx index f4079c46170..0fbfd102f59 100644 --- a/sites/org/docs/docs/designs/carlton/readme.mdx +++ b/sites/org/docs/docs/designs/carlton/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Carlton Coat import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/carlton/_notes.mdx' @@ -184,3 +185,11 @@ our instructions are instead written with the nett canvas method. Benjamin F. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/carlton/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/carlton/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/cathrin/readme.mdx b/sites/org/docs/docs/designs/cathrin/readme.mdx index 02f7e89182a..a793bdc6b11 100644 --- a/sites/org/docs/docs/designs/cathrin/readme.mdx +++ b/sites/org/docs/docs/designs/cathrin/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Cathrin Corset import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/cathrin/_notes.mdx' @@ -77,3 +78,11 @@ For example, for the 11-panel version of Cathrin: - Panel 4 - Cut 2 core and 2 outer - Panel 5 - Cut 2 core and 2 outer - Panel 6 - Cut 2 core and 2 outer + +## Design Options {#options} + +See the [Design Options](/docs/designs/cathrin/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/cathrin/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/charlie/readme.mdx b/sites/org/docs/docs/designs/charlie/readme.mdx index 4558d851a13..1decbaf9305 100644 --- a/sites/org/docs/docs/designs/charlie/readme.mdx +++ b/sites/org/docs/docs/designs/charlie/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Charlie Chinos import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/charlie/_notes.mdx' @@ -79,3 +80,11 @@ messy when made in linen. What I'm saying is, maybe not for your first pair. You can cut part 4 from a different color for a little contrasting detail at the back pockets ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/charlie/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/charlie/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/cornelius/readme.mdx b/sites/org/docs/docs/designs/cornelius/readme.mdx index a13b72d399d..c0b0ef2d390 100644 --- a/sites/org/docs/docs/designs/cornelius/readme.mdx +++ b/sites/org/docs/docs/designs/cornelius/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Cornelius cycling breeches import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/cornelius/_notes.mdx' @@ -116,3 +117,11 @@ the leg bands with a light interfacing. If your main fabric is quite lightweight and flimsy you may need to interface the leg bands with a light interfacing. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/cornelius/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/cornelius/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/diana/readme.mdx b/sites/org/docs/docs/designs/diana/readme.mdx index b2a8d50a65e..8fa9a960501 100644 --- a/sites/org/docs/docs/designs/diana/readme.mdx +++ b/sites/org/docs/docs/designs/diana/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Diana Draped Top import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/diana/_notes.mdx' @@ -46,3 +47,11 @@ This top works best in one of these two scenarios: - Cut **1 back** on the fold - Cut **1 front** on the fold - Cut **2 sleeves** with _good sides together_ + +## Design Options {#options} + +See the [Design Options](/docs/designs/diana/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/diana/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/florence/readme.mdx b/sites/org/docs/docs/designs/florence/readme.mdx index ab0ce65301a..931f5f7a13d 100644 --- a/sites/org/docs/docs/designs/florence/readme.mdx +++ b/sites/org/docs/docs/designs/florence/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Florence Face Mask import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/florence/_notes.mdx' @@ -56,3 +57,11 @@ we'll need four in total: If you're using the same fabric in and out (which is fine) then simply cut **4 mask** parts. + +## Design Options {#options} + +See the [Design Options](/docs/designs/florence/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/florence/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/florent/readme.mdx b/sites/org/docs/docs/designs/florent/readme.mdx index a8cb1a27e0a..772163545a7 100644 --- a/sites/org/docs/docs/designs/florent/readme.mdx +++ b/sites/org/docs/docs/designs/florent/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Florent Flat Cap import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/florent/_notes.mdx' @@ -69,3 +70,11 @@ the horizontal stretch of the top part, and you'd only have a seam at the right side where it tapers downwards. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/florent/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/florent/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/gozer/readme.mdx b/sites/org/docs/docs/designs/gozer/readme.mdx index dc6ab9956cd..c56c892511f 100644 --- a/sites/org/docs/docs/designs/gozer/readme.mdx +++ b/sites/org/docs/docs/designs/gozer/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Gozer the ghost import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/gozer/_notes.mdx' @@ -34,3 +35,11 @@ Traditionally, white sheets are used. - **Color 1; Traditionally white** - Cut **1 Body** + +## Design Options {#options} + +See the [Design Options](/docs/designs/gozer/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/gozer/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/hi/readme.mdx b/sites/org/docs/docs/designs/hi/readme.mdx index 30c1043b8f3..aeba742c405 100644 --- a/sites/org/docs/docs/designs/hi/readme.mdx +++ b/sites/org/docs/docs/designs/hi/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Hi the shark import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/hi/_notes.mdx' @@ -83,3 +84,11 @@ stuffing options are washable. - **Color 4 (Teeth; Traditionally white)** - Cut **1 Upper Teeth** - Cut **1 Lower Teeth** + +## Design Options {#options} + +See the [Design Options](/docs/designs/hi/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/hi/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/holmes/readme.mdx b/sites/org/docs/docs/designs/holmes/readme.mdx index 1638df7f740..55a1be376d6 100644 --- a/sites/org/docs/docs/designs/holmes/readme.mdx +++ b/sites/org/docs/docs/designs/holmes/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Holmes Deerstalker Hat import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/holmes/_notes.mdx' @@ -145,3 +146,11 @@ If the peak is too high you may want to re-draft the pattern with the crown length reduced. Once re-drafted make another mock-up to check whether you are satisfied with the changes or not. Repeat again if you are not satisfied. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/holmes/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/holmes/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/hortensia/readme.mdx b/sites/org/docs/docs/designs/hortensia/readme.mdx index 663ceaa3074..9c78b404961 100644 --- a/sites/org/docs/docs/designs/hortensia/readme.mdx +++ b/sites/org/docs/docs/designs/hortensia/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Hortensia handbag import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/hortensia/_notes.mdx' @@ -93,3 +94,11 @@ in the final product and only you will know/see. - Cut **2 FrontBackPanel** parts - Cut **1 BottomPanel** - Cut **2 ZipperPanel** parts + +## Design Options {#options} + +See the [Design Options](/docs/designs/hortensia/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/hortensia/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/huey/readme.mdx b/sites/org/docs/docs/designs/huey/readme.mdx index 853d548b2ee..bed8276d41d 100644 --- a/sites/org/docs/docs/designs/huey/readme.mdx +++ b/sites/org/docs/docs/designs/huey/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Huey Hoodie import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/huey/_notes.mdx' @@ -61,3 +62,11 @@ Or if you have given up on class, you could go for fleece. - Cut **2 cuff** parts - Cut **1 waistband** + +## Design Options {#options} + +See the [Design Options](/docs/designs/huey/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/huey/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/hugo/readme.mdx b/sites/org/docs/docs/designs/hugo/readme.mdx index 763b9e1fa41..5279678913b 100644 --- a/sites/org/docs/docs/designs/hugo/readme.mdx +++ b/sites/org/docs/docs/designs/hugo/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Hugo Hoodie import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/hugo/_notes.mdx' @@ -69,3 +70,11 @@ Or if you have given up on class, you could go for fleece. Because Hugo's raglan sleeve also covers a portion of the back and front, the sleeve is the dominant feature of your draft. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/hugo/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/hugo/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/jaeger/readme.mdx b/sites/org/docs/docs/designs/jaeger/readme.mdx index fa4bd4d106d..25ba402f987 100644 --- a/sites/org/docs/docs/designs/jaeger/readme.mdx +++ b/sites/org/docs/docs/designs/jaeger/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Jaeger Jacket import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/jaeger/_notes.mdx' @@ -146,3 +147,11 @@ our instructions are instead written with the nett canvas method. Benjamin F. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/jaeger/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/jaeger/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/jane/readme.mdx b/sites/org/docs/docs/designs/jane/readme.mdx index dbad7e1adfb..0d34e539791 100644 --- a/sites/org/docs/docs/designs/jane/readme.mdx +++ b/sites/org/docs/docs/designs/jane/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: "Jane 1790's Shift" import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/jane/_notes.mdx' @@ -124,3 +125,11 @@ the edge now. To cut the gore you now cut the line you just drew through all four layers. Now cut the neckline, the sleeves and the sleeve gussets. + +## Design Options {#options} + +See the [Design Options](/docs/designs/jane/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/jane/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/lily/readme.mdx b/sites/org/docs/docs/designs/lily/readme.mdx index 940c3f07c68..f990f2636da 100644 --- a/sites/org/docs/docs/designs/lily/readme.mdx +++ b/sites/org/docs/docs/designs/lily/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Lily Leggings import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/lily/_notes.mdx' @@ -41,3 +42,11 @@ in mind these may have less stretch than the default settings for Lily. - Cut **2 front** parts - Cut **2 back** parts - Cut **1 waistband** part + +## Design Options {#options} + +See the [Design Options](/docs/designs/lily/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/lily/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/lucy/readme.mdx b/sites/org/docs/docs/designs/lucy/readme.mdx index fe8570ebd77..1dbc3eee078 100644 --- a/sites/org/docs/docs/designs/lucy/readme.mdx +++ b/sites/org/docs/docs/designs/lucy/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Lucy Tie-On Pocket import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/lucy/_notes.mdx' @@ -69,3 +70,11 @@ modern is entirely up to you! - Cut **2 pocket** parts - Cut pocket slit into **1 pocket** part + +## Design Options {#options} + +See the [Design Options](/docs/designs/lucy/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/lucy/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/lumina/readme.mdx b/sites/org/docs/docs/designs/lumina/readme.mdx index c31ab8bd010..bad3a2382c7 100644 --- a/sites/org/docs/docs/designs/lumina/readme.mdx +++ b/sites/org/docs/docs/designs/lumina/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Lumina leggings import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/lumina/_notes.mdx' @@ -69,3 +70,11 @@ Optionally - Cut **2 waistband** parts on the fold - Cut **2 pocket** parts + +## Design Options {#options} + +See the [Design Options](/docs/designs/lumina/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/lumina/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/lumira/readme.mdx b/sites/org/docs/docs/designs/lumira/readme.mdx index f2a311fd93c..f81517f14fe 100644 --- a/sites/org/docs/docs/designs/lumira/readme.mdx +++ b/sites/org/docs/docs/designs/lumira/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Lumira leggings import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/lumira/_notes.mdx' @@ -69,3 +70,11 @@ Optionally - Cut **2 waistband** parts on the fold - Cut **2 pocket** parts + +## Design Options {#options} + +See the [Design Options](/docs/designs/lumira/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/lumira/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/lunetius/readme.mdx b/sites/org/docs/docs/designs/lunetius/readme.mdx index 4bd62666736..631617d63f1 100644 --- a/sites/org/docs/docs/designs/lunetius/readme.mdx +++ b/sites/org/docs/docs/designs/lunetius/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Lunetius Lacerna import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/lunetius/_notes.mdx' @@ -17,6 +18,83 @@ import Notes from '@site/docs/docs/designs/lunetius/_notes.mdx' ## What You Need {#needs} +To make Lunetius, you will need the following: + +- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) +- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/designs/lunetius/#fabric)) +- (a _fibula_ (brooch, pin, clasp) to wear and close it) + ## Fabric Options {#fabric} +In the Roman era both linen and wool were widely available so both would be +appropriate for this project. Silk was also available but it was very much a +‘fancy’ fabric used to show off wealth and status as it had to come from +abroad. + +A lot of the fabrics found in military contexts like excavated forts are +tightly woven twills that would be good at keeping the weather out. If you want +to have a historically appropriate fabric then a wool twill would be a great +choice. + +Otherwise, any wool or linen in both plain and other weaves would be a good +choice. The fabric weight depends on your local climate and what you intend to +use the cloak for. However if you want to hand sew the Lunetius it can help to +choose a slightly lighter weight fabric to make sewing easier on your hands. + +If you are not working with any historicalness in mind Lunetius can be made out +of a variety of fabrics. A woven fabric would drape in a different way compared +to a stretch or knitted fabric but you are only limited by your imagination. + +:::note +More information on Roman cloak fabrics can be found in: + +- Jorgensen, L. B. (2004) _A Matter of Material: Changes in Textiles from + Roman Sites in Egypt’s Eastern Desert_, in An Tard 11, pp 87-99 + ::: + ## Cutting Instructions {#cutting} + +- Cut **1 lacerna** part on the fold +- or Cut **2 lacerna** parts + +The way to cut Lunetius is going to depend on what fabric you have chosen to +use. If you have enough fabric width you can cut it _on the fold_. If you +don’t, you can cut two halves and later sew them together. To not have to later +finish the centre back edge you can cut with the centre back edge on the +selvage. + +A lot of garments were woven to shape in the Roman era, so this is one aspect +where you don’t need to worry about historical accuracy at all, unless you +would like to weave your Lunetius to shape. + +:::note +If you want to learn more about this you can read about it in: + +- Granger-Taylor, H. (1982) _Weaving Clothes To Shape in the Ancient World: The + Tunic and Toga of the Arringatore_ in Textile History 13 (1), pp 3-25 + ::: + +### On Historical Accuracy + +The further we go back in time, the less extant garments we have to base +research on. Often there may be scraps of fabric left behind by stroke of luck +but most of our information starts to come from (in archaeology) secondary +sources like written texts from contemporaries. + +This is especially true for the Roman and Mediaeval eras, not to mention that a +lot of the available research is behind a paywall. + +We can’t be 100 percent historically accurate, because we’re living in a +different time, and everything we use to sew is different now from before. Even +fabric is woven in a different way. + +How ‘accurate’ you want to be is up to you, there is no wrong way to do this +and research is not required -- though it can be fun! + +## Design Options {#options} + +See the [Design Options](/docs/designs/lunetius/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/lunetius/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/noble/readme.mdx b/sites/org/docs/docs/designs/noble/readme.mdx index b79d9674990..e9d6cbbfbcb 100644 --- a/sites/org/docs/docs/designs/noble/readme.mdx +++ b/sites/org/docs/docs/designs/noble/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Noble body block import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/noble/_notes.mdx' :::warning Noble is a block, not a pattern @@ -67,3 +68,11 @@ If you do not have someone to help pin you into Noble then you may find it easier to Cut 2 Front Inside parts with seam allowance and sew the backs up when constructing so you can pin in the front. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/noble/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/noble/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/octoplushy/readme.mdx b/sites/org/docs/docs/designs/octoplushy/readme.mdx index 838e8871290..98146d340ce 100644 --- a/sites/org/docs/docs/designs/octoplushy/readme.mdx +++ b/sites/org/docs/docs/designs/octoplushy/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Octoplushy the plushy octopus import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/octoplushy/_notes.mdx' @@ -94,3 +95,11 @@ not all stuffing options are washable. - **Octopus & Squid** - Cut **2 eye (white)** parts - Cut **2 pupil (black)** parts + +## Design Options {#options} + +See the [Design Options](/docs/designs/octoplushy/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/octoplushy/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/onyx/readme.mdx b/sites/org/docs/docs/designs/onyx/readme.mdx index 9d089464113..9e8f568d816 100644 --- a/sites/org/docs/docs/designs/onyx/readme.mdx +++ b/sites/org/docs/docs/designs/onyx/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Onyx One-piece import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/onyx/_notes.mdx' @@ -69,3 +70,11 @@ jersey knit, ribbing is recommended. - Cut **2 hood** parts (optional) - Cut **1 hood front** part _on the fold_ (optional) - Cut **1 skirt** part _on the fold_ (optional) + +## Design Options {#options} + +See the [Design Options](/docs/designs/onyx/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/onyx/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/opal/readme.mdx b/sites/org/docs/docs/designs/opal/readme.mdx index 05a4e00e075..85d44a9fdf1 100644 --- a/sites/org/docs/docs/designs/opal/readme.mdx +++ b/sites/org/docs/docs/designs/opal/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Opal Overalls import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/opal/_notes.mdx' @@ -64,3 +65,11 @@ When you cut them individually, remember that they need to be mirror images of each other. So flip either your pattern or your fabric over when cutting the second one. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/opal/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/opal/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/otis/readme.mdx b/sites/org/docs/docs/designs/otis/readme.mdx index fc3bdb01bbb..b79fb7470aa 100644 --- a/sites/org/docs/docs/designs/otis/readme.mdx +++ b/sites/org/docs/docs/designs/otis/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Otis romper import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/otis/_notes.mdx' @@ -57,3 +58,11 @@ iron-on interfacing on the snap placket. :::tip Depending on your fabric, it may be useful to add interfacing to the snap placket. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/otis/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/otis/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/paco/readme.mdx b/sites/org/docs/docs/designs/paco/readme.mdx index 636cd572a57..c8c1e283ba8 100644 --- a/sites/org/docs/docs/designs/paco/readme.mdx +++ b/sites/org/docs/docs/designs/paco/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Paco Pants import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/paco/_notes.mdx' @@ -82,3 +83,11 @@ If a pattern part is not printed, it means you don't need it. - There is no seam allowance on the interfacing - There is extra seam allowance on the waist band and hem ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/paco/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/paco/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/penelope/readme.mdx b/sites/org/docs/docs/designs/penelope/readme.mdx index 8bbba7f7a11..af920b63936 100644 --- a/sites/org/docs/docs/designs/penelope/readme.mdx +++ b/sites/org/docs/docs/designs/penelope/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Penelope pencil skirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/penelope/_notes.mdx' @@ -83,3 +84,11 @@ When you cut out a piece on the fold, remember that the fold does not need to be in the middle of the fabric. Choosing the placement of your pieces wisely can greatly reduce the amount of fabric you need for your skirt. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/penelope/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/penelope/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/sandy/readme.mdx b/sites/org/docs/docs/designs/sandy/readme.mdx index 3586675bfe3..247ba2910e7 100644 --- a/sites/org/docs/docs/designs/sandy/readme.mdx +++ b/sites/org/docs/docs/designs/sandy/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Sandy Circle Skirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/sandy/_notes.mdx' @@ -103,3 +104,11 @@ seamless list. **Interfacing** - Cut **1 waistband** part. + +## Design Options {#options} + +See the [Design Options](/docs/designs/sandy/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/sandy/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/shelly/readme.mdx b/sites/org/docs/docs/designs/shelly/readme.mdx index a84dcbe28e0..136857c68f5 100644 --- a/sites/org/docs/docs/designs/shelly/readme.mdx +++ b/sites/org/docs/docs/designs/shelly/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Shelly Shirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/shelly/_notes.mdx' @@ -58,3 +59,11 @@ jersey knit, ribbing is recommended. - Cut **1 back** part on the fold - Cut **2 sleeve** parts - Cut **1 neckband** part on the fold + +## Design Options {#options} + +See the [Design Options](/docs/designs/shelly/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/shelly/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/shin/readme.mdx b/sites/org/docs/docs/designs/shin/readme.mdx index 76b01b20b0d..fe59e0680a4 100644 --- a/sites/org/docs/docs/designs/shin/readme.mdx +++ b/sites/org/docs/docs/designs/shin/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Shin Swim Trunks import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/shin/_notes.mdx' @@ -61,3 +62,11 @@ Typically, this falls apart in a few categories: rectangle of that size. - The hem allowance is double the standard seam allowance. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/shin/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/shin/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/simon/readme.mdx b/sites/org/docs/docs/designs/simon/readme.mdx index 83594837a2a..63597bee28b 100644 --- a/sites/org/docs/docs/designs/simon/readme.mdx +++ b/sites/org/docs/docs/designs/simon/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Simon Shirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/simon/_notes.mdx' @@ -139,3 +140,11 @@ When you cut them individually, remember that they need to be mirror images of e - Do not cut out the darts in the **back** piece. You should mark them, but not cut them out. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/simon/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/simon/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/simone/readme.mdx b/sites/org/docs/docs/designs/simone/readme.mdx index 2ba0637559e..702ff379699 100644 --- a/sites/org/docs/docs/designs/simone/readme.mdx +++ b/sites/org/docs/docs/designs/simone/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Simone Shirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/simone/_notes.mdx' @@ -44,3 +45,11 @@ Simone is our [Simon pattern](https://freesewing.org/designs/simon/) adapted for Please refer to [the Simon documentation](/docs/designs/simon/). ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/simone/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/simone/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/skully/readme.mdx b/sites/org/docs/docs/designs/skully/readme.mdx index b2a63a3c7c6..f2b06341ff7 100644 --- a/sites/org/docs/docs/designs/skully/readme.mdx +++ b/sites/org/docs/docs/designs/skully/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Skully import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/skully/_notes.mdx' @@ -78,3 +79,11 @@ the end of the construction. - Cut **2 Eye ** - Cut **1 Lower Mouth ** - Cut **2 Lower Jaw ** + +## Design Options {#options} + +See the [Design Options](/docs/designs/skully/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/skully/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/sven/readme.mdx b/sites/org/docs/docs/designs/sven/readme.mdx index 21cca20915b..d4911aac478 100644 --- a/sites/org/docs/docs/designs/sven/readme.mdx +++ b/sites/org/docs/docs/designs/sven/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Sven Sweatshirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/sven/_notes.mdx' @@ -58,3 +59,11 @@ for the neck and armhole binding. The ribbing parts are not included on the pattern because they're just rectangular. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/sven/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/sven/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/tamiko/readme.mdx b/sites/org/docs/docs/designs/tamiko/readme.mdx index 401e5feded3..7cff374af17 100644 --- a/sites/org/docs/docs/designs/tamiko/readme.mdx +++ b/sites/org/docs/docs/designs/tamiko/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Tamiko Top import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/tamiko/_notes.mdx' @@ -43,4 +44,12 @@ it at the **Tamiko top**. It needs to be cut on the fold along the bottom. :::warning Caveats - Cut out the armhole, but leave seam allowance - ::: + :: + +## Design Options {#options} + +See the [Design Options](/docs/designs/tamiko/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/tamiko/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/teagan/readme.mdx b/sites/org/docs/docs/designs/teagan/readme.mdx index f0119b62094..1f624795187 100644 --- a/sites/org/docs/docs/designs/teagan/readme.mdx +++ b/sites/org/docs/docs/designs/teagan/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Teagan T-Shirt import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/teagan/_notes.mdx' @@ -62,3 +63,11 @@ be about right. - There is no seam allowance on the neck opening. - There is extra hem allowance at the hem and armholes. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/teagan/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/teagan/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/tiberius/readme.mdx b/sites/org/docs/docs/designs/tiberius/readme.mdx index 2b296974d81..bd99f329328 100644 --- a/sites/org/docs/docs/designs/tiberius/readme.mdx +++ b/sites/org/docs/docs/designs/tiberius/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Tiberius Tunica import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/tiberius/_notes.mdx' @@ -58,3 +59,11 @@ time period or location you're aiming for can make a difference (ancient Rome vs. ancient Greece, for example). If you care about authenticity, I suggest researching this a bit. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/tiberius/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/tiberius/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/titan/readme.mdx b/sites/org/docs/docs/designs/titan/readme.mdx index c2bd8ee5f9e..6c82aefa7cb 100644 --- a/sites/org/docs/docs/designs/titan/readme.mdx +++ b/sites/org/docs/docs/designs/titan/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Titan Trouser Block import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/titan/_notes.mdx' :::Warning Titan is a block, not a pattern @@ -67,3 +68,11 @@ fabric specifically for Titan. These cutting instructions are just for the default Titan block. Adjust your cutting accordingly if you have/are making changes to the block. + +## Design Options {#options} + +See the [Design Options](/docs/designs/titan/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/titan/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/trayvon/readme.mdx b/sites/org/docs/docs/designs/trayvon/readme.mdx index 0c8ade3aa7f..c925fc47b9e 100644 --- a/sites/org/docs/docs/designs/trayvon/readme.mdx +++ b/sites/org/docs/docs/designs/trayvon/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Trayvon Tie import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/shin/_notes.mdx' @@ -121,3 +122,11 @@ drape. If you are unsure what to do, consider cutting your tie on bias. If this all sounds very confusing, might I suggest reading the help page on [Fabric grain](/docs/sewing/fabric-grain). ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/trayvon/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/trayvon/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/tristan/readme.mdx b/sites/org/docs/docs/designs/tristan/readme.mdx index f51fc941723..6c7bdcefa71 100644 --- a/sites/org/docs/docs/designs/tristan/readme.mdx +++ b/sites/org/docs/docs/designs/tristan/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Tristan Top import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/tristan/_notes.mdx' @@ -88,3 +89,11 @@ If you choose to add a peplum: In **all versions**, if you want to line your top, cut the same parts out of your lining fabric. + +## Design Options {#options} + +See the [Design Options](/docs/designs/tristan/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/tristan/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/uma/readme.mdx b/sites/org/docs/docs/designs/uma/readme.mdx index 7740eea012e..35b09798677 100644 --- a/sites/org/docs/docs/designs/uma/readme.mdx +++ b/sites/org/docs/docs/designs/uma/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Uma Undies import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/uma/_notes.mdx' @@ -78,3 +79,11 @@ part. In this case, the cutlist looks like this: If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/uma/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/uma/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/umbra/readme.mdx b/sites/org/docs/docs/designs/umbra/readme.mdx index f76dfeea16a..85e0ebecb4e 100644 --- a/sites/org/docs/docs/designs/umbra/readme.mdx +++ b/sites/org/docs/docs/designs/umbra/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: 'Umbra Underwear' import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/umbra/_notes.mdx' @@ -99,3 +100,11 @@ If you want to finish the leg openings with fold over elastics, you may want to lining. Some people prefer using softer fabrics or different materials for the lining. ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/umbra/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/umbra/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/wahid/readme.mdx b/sites/org/docs/docs/designs/wahid/readme.mdx index 542b49f6fbd..ffdadd79f05 100644 --- a/sites/org/docs/docs/designs/wahid/readme.mdx +++ b/sites/org/docs/docs/designs/wahid/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Wahid Waistcoat import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/wahid/_notes.mdx' @@ -60,3 +61,11 @@ You do need a bit of weight though. Denim is fine, some light cotton is not. - Do not cut out the **back** dart - Watch out for the grainline on the **pocket welt** and **pocket facing** ::: + +## Design Options {#options} + +See the [Design Options](/docs/designs/wahid/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/wahid/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/walburga/readme.mdx b/sites/org/docs/docs/designs/walburga/readme.mdx index 05eefd07557..135fafde661 100644 --- a/sites/org/docs/docs/designs/walburga/readme.mdx +++ b/sites/org/docs/docs/designs/walburga/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Walburga Wappenrock import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/walburga/_notes.mdx' @@ -49,3 +50,11 @@ therefore enough to print only the front part. - cut _1 front_, _on the fold_ - cut _1 back_, _on the fold_ + +## Design Options {#options} + +See the [Design Options](/docs/designs/walburga/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/walburga/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/waralee/readme.mdx b/sites/org/docs/docs/designs/waralee/readme.mdx index abb599659de..755da6974a3 100644 --- a/sites/org/docs/docs/designs/waralee/readme.mdx +++ b/sites/org/docs/docs/designs/waralee/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Waralee Wrap Pants import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/waralee/_notes.mdx' @@ -91,3 +92,11 @@ before you start cutting. Of course, you'll need to cut out the straps too. They're just simple long rectangles. + +## Design Options {#options} + +See the [Design Options](/docs/designs/waralee/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/waralee/instructions/) subpage. diff --git a/sites/org/docs/docs/designs/yuri/readme.mdx b/sites/org/docs/docs/designs/yuri/readme.mdx index 605b36128de..22e8b9397ec 100644 --- a/sites/org/docs/docs/designs/yuri/readme.mdx +++ b/sites/org/docs/docs/designs/yuri/readme.mdx @@ -5,6 +5,7 @@ sidebar_label: Yuri Sweater import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus' import { DesignInfo } from '@freesewing/react/components/Collection' +import { MiniTip } from '@freesewing/react/components/Mini' import Notes from '@site/docs/docs/designs/yuri/_notes.mdx' @@ -63,3 +64,11 @@ Or if you have given up on class, you could go for fleece. - Cut **2 gussets** _on the fold_ with _good sides together_ - Cut **4 hood sides** 2 x 2 with _good sides together_ for the outer hood and inner hood - Cut **2 hood centers** with _good sides together_ + +## Design Options {#options} + +See the [Design Options](/docs/designs/yuri/options/) subpage. + +## Sewing Instructions {#instructions} + +See the [Sewing Instructions](/docs/designs/yuri/instructions/) subpage.