1
0
Fork 0
Commit graph

108869 commits

Author SHA1 Message Date
Joost De Cock
d93e050983 New translations en.md (German)
skip-build
2024-01-07 16:41:31 +01:00
Joost De Cock
b61d580ee1 New translations en.md (German)
skip-build
2024-01-07 16:41:30 +01:00
Joost De Cock
96ddc31d3e New translations en.md (German)
skip-build
2024-01-07 16:41:27 +01:00
Joost De Cock
d789d0e61a New translations en.md (German)
skip-build
2024-01-07 16:41:14 +01:00
Joost De Cock
a102c69663 New translations en.md (German)
skip-build
2024-01-07 16:41:11 +01:00
Joost De Cock
23bdc37679 New translations en.md (German)
skip-build
2024-01-07 16:41:04 +01:00
Joost De Cock
cc0066f26d New translations en.md (German)
skip-build
2024-01-07 16:41:01 +01:00
Joost De Cock
892c3d179e New translations en.yaml (German)
skip-build
2024-01-07 16:40:47 +01:00
Joost De Cock
f657a89187 New translations en.yaml (German)
skip-build
2024-01-07 16:40:37 +01:00
joostdecock
2d37cc6ee5 chore(sites): Improved tabbed example mdx component 2024-01-07 16:33:38 +01:00
Joost De Cock
55a9b06719 New translations en.md (German)
skip-build
2024-01-07 16:30:32 +01:00
Joost De Cock
146254d1be New translations en.md (German)
skip-build
2024-01-07 16:28:56 +01:00
joostdecock
d9741254a9 chore(sites): imprive inline code styling 2024-01-07 16:26:31 +01:00
joostdecock
0d45d22447 chore: Updated title unit tests 2024-01-07 16:06:48 +01:00
joostdecock
dfa4c0f509 fix: Structure of changelog 2024-01-07 15:53:44 +01:00
joostdecock
66b8bf3a06 fix(plugin-annotations): Typo on var name 2024-01-07 15:52:50 +01:00
nataliasayang
e7470f0f40 feat: New showcase post rockerkittens-simone-muslin-with-a-few-modifications by Natalia 2024-01-06 23:14:44 +01:00
nataliasayang
852064c4fd feat: New showcase post the-bella-block-by-rockerkitten by Natalia 2024-01-06 23:11:24 +01:00
nataliasayang
0a19caa417 feat: New showcase post a-very-modified-yuri by Natalia 2024-01-06 23:03:19 +01:00
FreeSewing bot
d1fff726fa feat: New showcase post a-wearable-sandy-muslin by Natalia 2024-01-06 22:57:36 +01:00
FreeSewing bot
0e8bb8dc1d feat: New showcase post a-simone-sandy-mashup-with-a-handkerchief-hem-by-rockerkitten by Natalia 2024-01-06 22:55:51 +01:00
FreeSewing bot
43929ff847 feat: New showcase post florent-lined-with-lasermonkey12s-favorite-dr-seuss-book by Natalia 2024-01-06 22:50:53 +01:00
FreeSewing bot
4bcbce06e2 feat: New showcase post two-short-sleeved-simons-by-lasermonkey12 by Natalia 2024-01-06 22:46:09 +01:00
FreeSewing bot
1264104d80 feat: New showcase post a-delightfully-drapey-teagan-by-lasermonkey12 by Natalia 2024-01-06 22:42:47 +01:00
FreeSewing bot
d8845bbae9 feat: New showcase post a-squid-friend-for-octopus by Natalia 2024-01-06 22:40:14 +01:00
FreeSewing bot
3c28f3c773 feat: New showcase post sleeveless-simon-by-lasermonkey12 by Natalia 2024-01-06 22:36:47 +01:00
FreeSewing bot
568b1183ad feat: New showcase post 100percent-full-sandy-by-lasermonkey12 by Natalia 2024-01-06 22:32:44 +01:00
FreeSewing bot
31871b3f12 feat: New showcase post surprise-giant-hi-by-lasermonkey12 by Natalia 2024-01-06 22:30:38 +01:00
FreeSewing bot
52c5eb5077 feat: New showcase post xl-octoplushy-by-lasermonkey12 by Natalia 2024-01-06 22:26:16 +01:00
FreeSewing bot
3626efc2f2 feat: New showcase post simon-by-lasermonkey12-feat-hand-sewn-buttonholes by Natalia 2024-01-06 22:21:32 +01:00
FreeSewing bot
d8ae8827a7 feat: New showcase post hand-stitched-teagans-by-vili-with-explanation-of-the-stitches by Natalia 2024-01-06 22:14:44 +01:00
woutervdub
2efcf914f5 start with dimensions 2024-01-06 18:07:53 +00:00
joostdecock
c06a18e06e feat: Support notes in title macro
This started out as a fix for #5753 after I felt the approach in #5760
was not the best way to handle this.

The problem lies in the way the cutlist data is added to the pattern by
the title plugin. The whole cutlist thing was added by a less
experienced contributor, and they were a little too focussed on what
they were trying to accomplish, rather than keeping an eye on the big
picture.

In this case, a bunch of points get added to the part to anchor all of
the text for the cutlist. This causes problems when inheriting parts
because points are added per material, and now we don't know what
materials were used and how to remove these points.

I appreciate @woutervdub effort to resolve this in #5760 but as I
mentioned above, I don't love the approach.
Rather than finding a clever way to remove these points, I am of the
opinion that they should never have been added in the first place.

Specifically, all we are doing is adding one or more lines of text. The
idea that you need multiple points for this is an incorrect assumption,
and therein lies the root of this problem.

So, this refactor adds support to the title macro for 'notes'. These
notes will be added below the title. The cutlist info is now just
prepended to the notes. So it stops being something 'special' (which it
never should have been) and instead just behaves like other text that is
placed on the part by the title macro.

The only flanking measure required to make this happen was to add
support for nested arrays in handling text.
This way, you can pass a nested array to concatenate strings in such a
way that each part will still be individually translated.

And as all text in FreeSewing, to force a linebreak, you just use "\n"
as The Dark Lord intended.
2024-01-06 17:54:11 +01:00
Joost De Cock
92d1b0b8a1 Update source file en.md
skip-build
2024-01-06 14:42:22 +01:00
Joost De Cock
5e5cfa5080 Update source file en.md
skip-build
2024-01-06 14:42:21 +01:00
Joost De Cock
33cf9e230c Update source file en.md
skip-build
2024-01-06 14:42:21 +01:00
Joost De Cock
2daf400e8f Update source file en.md
skip-build
2024-01-06 14:42:20 +01:00
Joost De Cock
d13e57d2d5 Update source file en.md
skip-build
2024-01-06 14:42:20 +01:00
Joost De Cock
a1f9b7b6c1 Update source file en.md
skip-build
2024-01-06 14:42:19 +01:00
Joost De Cock
90c14afc35 Update source file en.md
skip-build
2024-01-06 14:42:19 +01:00
Joost De Cock
607b5433e0 Update source file en.md
skip-build
2024-01-06 14:42:18 +01:00
Joost De Cock
672840369b Update source file en.md
skip-build
2024-01-06 14:42:18 +01:00
Joost De Cock
8a88dc6d05 Update source file en.md
skip-build
2024-01-06 14:42:17 +01:00
Joost De Cock
dec3fc8716 Update source file en.md
skip-build
2024-01-06 14:42:17 +01:00
Joost De Cock
1443b8408d Update source file en.md
skip-build
2024-01-06 14:42:16 +01:00
Joost De Cock
8bfa2b10a3 Update source file en.md
skip-build
2024-01-06 14:42:16 +01:00
Joost De Cock
96beb78560 Update source file en.md
skip-build
2024-01-06 14:42:15 +01:00
Joost De Cock
838354759b Update source file en.md
skip-build
2024-01-06 14:42:14 +01:00
Joost De Cock
1b3a7f4daa Update source file en.md
skip-build
2024-01-06 14:42:13 +01:00
Joost De Cock
c70f0f28e2 Update source file en.md
skip-build
2024-01-06 14:42:13 +01:00