What is a Knitting Obsession?

Knitting patterns for the home

A knitting obsession is a positive addiction to everything knitting related. This becomes a way of life for some and affects us in many different ways.

Here is a fun look at the knitting obsessed like us. Home, travel, family and our way of life for addicted knitters.

Your Way of Life

  • You have at least one knitting tattoo
  • You own several knitting bags and use them all
  • If you are sitting you are knitting – no matter where you are
  • Having no knitting leads to stress and withdrawl
  • You fall asleep knitting as it’s almost finished and I want to get it done. Then if you make it into bed…
  • You get up in the night to finish that project
  • Pulling work back to rectify a mistake is really satisfying
  • Your knitting bag goes everywhere with you

Knitting

  • One more row always ends up with a finished item at 3 in the morning
  • You know what yarn any knitted item has been made with
  • If you see someone with a hand made item you have to ask if they made it.
  • You always have to talk to someone who has a hand knitted item on as they understand the need for knitting

Your Home

  • You have an entire room devoted to your craft
  • And then more stash besides
  • You hide your stash from your family
  • You look down and there are always a couple of yarn ends on the floor
  • When you see someone knitting on the telly you get all giddy
  • Your monthly budget includes rent, utilities and knitting
  • You go to bed and knit in your sleep
  • You own more yarn and patterns than you could ever knit but that doesn’t stop the desire for more
  • You leave a project in the loo because if you are sitting, you are knitting
Knitting Occasions

Family

  • People call you the knitting lady (or man!)
  • All you get for birthdays and chirstmas is yarn, patterns, needles….
  • Your family remind you about the yarn in the cellar, kitchen, bedrooms…
  • You make up reasons not to go out, even on special occasions so you can stay home and knit

Buying Yarn, Patterns and Accessories

  • To protect your latest purchase you say things like, “I’ve had this yarn for ages”
  • You get home and immediately stuff your new purchase down the back of the sofa with the other 20 purchases so nobody sees
  • The local craft shop is too much to walk past without going in
  • Then you can’t leave without buying something
  • You know all your local craft shop owners by name
  • You see a new yarn or pattern and have to have it

Spare Time, Holidays and Travel

  • You would rather stay home and knit than, shopping, days out, holidays, seeing family, walking the dog…
  • Leaving home to go anywhere is difficult as you want to finish the end of the row and then – there’s time for one more – isn’t there?
  • Going anywhere, even for an hour needs at least 3 projects to be on the safe side
  • All holidays are planned around knitting
  • You go on holiday to visit a yarn shop that you haven’t been to before
  • You have a knitting group for every day of the week
  • You plan your holiday so you can visit that yarn show everyone is talking about.
  • You have a “just in case” project with you at all times

Did we miss anything? Leave a comment below and we will add it to the list.

Even More Patterns

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

We are off to the Tower of London to make a cute little Beefeater.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

This long-necked friend is big on charm! Knit your own Raf the Giraffe soft toy, a fun and rewarding project for animal lovers.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

No wands required—just knitting needles! This knitted wizard bag makes a great gift or a unique addition to Halloween and fantasy-themed events.

This product has multiple variants. The options may be chosen on the product page
£3.99

DOWNLOAD ONLY.  Knitting pattern instructions to knit a Mole Pyjama Case.

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

A beary cute addition to the BearWick family! Knit this soft and huggable teddy bear.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Oink, oink—time to get knitting. This pig hand puppet pattern is great for kids, farm animal lovers, and anyone who enjoys a fun and interactive handmade project.

This product has multiple variants. The options may be chosen on the product page

Leave a Reply

{{{ data.variation.price_html }}}
{{{ data.variation.availability_html }}}
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();