It's very much still WIP 😅 it's a large project which usually take me a couple years to finish! My other projects were the same so I know I'll get there eventually haha
The GIF is representative of my actual current progress!
It's very much still WIP 😅 it's a large project which usually take me a couple years to finish! My other projects were the same so I know I'll get there eventually haha
The GIF is representative of my actual current progress!
Woops you ain't wrong hahah, guess I'll be seeing grey for a while 😅
I use Lakeside Needlecraft, I've found that the aida/hoop cost is decent compared to what else I've seen so always gone with them!
Haha, when I started making my own patterns from images, I use FlossCross.com which has the option to export as an fcjson, then I wrote a script to convert it into an Excel doc.
Excel is able to lookup cells by background colour, so I'd find cells with the thread index with the original colour (as in, not ones I've marked as green) in order to find remaining stitches per colour.
Obviously it's a bit clunky so I made ClickStitch!
Thank you for mentioning ClickStitch 🙏 I've been using it more often recently for actual stitching (and not developing the app!) and it's really handy to keep track of the stats!
I'm not a regular user of the other apps since I used to just use Excel to mark stitches as complete so these comments are interesting to see how everyone stitches haha
Not currently, the idea is to upload a pattern based on the exported data from FlossCross or WinStitch (see here). It would be nice to upload PDFs though!
Thanks, let me know how it goes!
Thanks! And thanks for the feedback, defo something I need to think about since it's possibly quite involved. There is already a creator dashboard available so I've tried to make it as simple as possible, hopefully time will tell when/if people start using it!
Hmm, it's definitely up now and I've seen a few signups already. Give it a hard refresh and see if that works, if it persists give me a DM and we can troubleshoot
Sods law, the hosting provider I use is having a power cut in their datacentre, so all servers are down at the moment! Please try again tommorrow sorry!
Posted a more in-depth explanation for v1.5 on Discord, but will add as a comment here for those who don't like using it:
In order to get the project sharing to work with link previews, I've had to switch to a framework that supports server-side rendering (SSR). The previous version used fully client-side Vue which meant when sharing URLs the link preview would not pick up the project-specific information (such as % completed). v1.5 and onwards will now use Nuxt which is still Vue but is now SSR. This has meant a from-the-ground-up remake of the app, so there may be slight differences, but features should still exist and hopefully (if anything) slightly improved.
At the same time, there were some build tool updates around the time I decided to switch to Nuxt, namely Tailwind v4. This changed some syntax for styling the app but everything should look the same.
As always, all suggestions are welcome! ❤