<?xml version="1.0"?>
<rss version="2.0"><channel><title>My Articles: My Articles</title><link>https://beta.jimiwikman.se/resources/my-articles/professional/698_ways-of-working/design/page/2/?d=3</link><description>My Articles: My Articles</description><language>en</language><item><title>Collaborate Design - Bridge the gap to development</title><link>https://beta.jimiwikman.se/resources/my-articles/professional/698_ways-of-working/design/collaborate-design-bridge-the-gap-to-development-r128/</link><description><![CDATA[
<p><img src="https://ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/2087091335_collaborativedesignbridgethegaptodevelopment.jpg.892b65219d86b7bc00feb43bbdefc07e.jpg" /></p>
<p>
	<strong>For many, many years visual designers have been working outside the workflow of IT. The way of working differ a lot from the more controlled IT deliveries, which has meant that design often comes as design drops rather than as a part of an Agile workflow. Today we have many tools that can change that, but how do you do that and what is the benefit?</strong>
</p>

<p>
	For many years visual design have been a messy affair with naming convention and external cloud storage where versions get put into a named folder structure. Sure it has been improved with tools that allow collaboration such as <a href="https://www.figma.com/" rel="external nofollow">Figma</a> and <a href="https://www.invisionapp.com/" rel="external nofollow">Invision</a>. Handover to development have also improved with tools like <a href="https://zeplin.io/" rel="external nofollow">Zeplin</a> and <a href="https://avocode.com/" rel="external nofollow">Avocode</a>. Still, the handover process, when it even exist, is far from streamlined and it causes quite a bit of a mess.
</p>

<p>
	Even with collaboration tools and development handover there is still no control over changes to the visual designs. Versioning, automatic or even manual is not the same as version control after all. Why is it important to be able to control versions? The reason is that in a continuous delivery situation design changes  need to be controlled and agreed upon before they are turned into code. This is especially important if you do not work in a design system or at least in an <a href="https://bradfrost.com/blog/post/atomic-web-design/" rel="external nofollow">Atomic Design pattern</a>.
</p>

<p>
	In order to fit into a continuous delivery way of working, which is where I think most companies are moving towards, we as designers need to fit into the way development work already. So how do we do that without compromising the exploratory nature of our craft? Let us first define what it is that we need to do in order to sync visual design work with development work:
</p>

<ul><li>
		<strong>Collaboration</strong> - We need a way to quickly get feedback on visual designs so we can adapt and adjust. This comes from stakeholders and developers so it must fit both groups.
	</li>
	<li>
		<strong>Controlled deliveries</strong> - We need a way to deliver visual design in a controlled way that is not only easy to understand, but also matches the work of the developers.
	</li>
	<li>
		<strong>Handover</strong> - We need a way to handover visual design to development that is easy to work with for the developers.
	</li>
</ul><p>
	Most of these are done today mostly in meetings. That is wasteful and it require a lot of time management. It also require that there are meeting spaces suitable for this work. In some cases it require that everyone is in the same location or that specific technical setups are made for external communication.
</p>

<p>
	<strong>There has to be a better solution?</strong>
</p>

<p>
	Indeed there is and it's not really that much of a pain to begin with this workflow for visual deign either. We will take advantage of the tools you most likely are already using and we will tweak the workflow a bit and add a few things that you may not use just yet. This workflow is for <a href="https://www.sketch.com/" rel="external nofollow">Sketch</a>, but you can probably find similar way of working if you work with <a href="https://www.adobe.com" rel="external nofollow">Adobe</a>, <a href="https://www.figma.com/" rel="external nofollow">Figma</a> or the <a href="https://affinity.serif.com" rel="external nofollow">Affinity suite</a> to mention a few alternatives.
</p>

<h2>
	Atomic Design
</h2>

<p>
	<img alt="atomic.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="214" data-ratio="21.19" data-unique="1028gi362" style="height: auto;" width="1444" data-src="//d2shif4g64yjs3.cloudfront.net/monthly_2020_03/atomic.jpg.f5b6b949f944f612e28e334d7978b466.jpg" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></p>

<p>
	The first step is to start thinking of your design the same way that the developers (hopefully) is. By organizing your visual design according to <a href="https://bradfrost.com/blog/post/atomic-web-design/" rel="external nofollow">Atomic Design</a> you will have a one to one connection to the code. This is extra useful if you are using a design system as then the design changes you make will be reflected correctly in both the visual design and the code.
</p>

<p>
	Nest your symbols following the basic structure of atomic design and you will make the developers happy as they can simply make the same changes you do on the atoms and molecules. You will also find it much easier to continuously work from the smallest entity up as it makes creating new design elements fast and easy
</p>

<h2>
	Abstract
</h2>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://d2shif4g64yjs3.cloudfront.net/monthly_2020_03/1150496647_Skarmklipp2020-03-2914_53_50.png.446d48e87826cb42c4cfadd4879a05d5.png" rel="external nofollow"><img alt="Abstract Design Version Control" class="ipsImage ipsImage_thumbnailed" data-fileid="216" data-ratio="52.14" data-unique="svl2a3i11" style="width: 959px; height: auto;" width="1920" data-src="//d2shif4g64yjs3.cloudfront.net/monthly_2020_03/498947903_Skarmklipp2020-03-2914_53_50.thumb.png.d02b97911093c01ea9f5d1514fb659b2.png" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	<a href="https://www.abstract.com" rel="external nofollow">Abstract</a> is a great tool that allow you to work in branches, just like the development team is doing. This allow you to commit to designs for delivery, but without restricting you from exploring alternatives at the same time. This is done by having different branches where only the Master branch is actually the one that is put in production.
</p>

<p>
	The way<a href="https://www.abstract.com" rel="external nofollow"> Abstract</a> work fit very nicely into the development workflow. This makes it much easier to collaborate on the same cadence and it ensures that only the visual design that has been agreed upon by everyone involved is being put into production.  This is done by using the approval process built into Abstract any time you want to push design to the master branch.
</p>

<p>
	The final part of abstract is the handover where the developers get an overview of the design elements that makes sense to them. Things like measurements, color codes and more are all easily accessible from Abstract. There are other tools specifically designed for this, like <a href="https://zeplin.io/" rel="external nofollow">Zeplin</a> and <a href="https://avocode.com/" rel="external nofollow">Avocode</a> if the handover features in Abstract is not enough. For me Abstract hold all the information I need, but every team have different need.
</p>

<p>
	 
</p>

<h2>
	Invision DSM
</h2>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://d2shif4g64yjs3.cloudfront.net/monthly_2020_03/920796764_Skarmklipp2020-03-2914_49_51.png.b4f1872b8a664038b246cc1b9827f997.png" rel="external nofollow"><img alt="Invision DSM" class="ipsImage ipsImage_thumbnailed" data-fileid="215" data-ratio="66.21" data-unique="0xh7a8vo6" style="width: 959px; height: auto;" width="1920" data-src="//d2shif4g64yjs3.cloudfront.net/monthly_2020_03/625920169_Skarmklipp2020-03-2914_49_51.thumb.png.a7cda44ab13f5576e0497abf00648adc.png" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	<a href="https://www.invisionapp.com/design-system-manager" rel="external nofollow">Invision DSM</a> is a design management system and it is where the final design we push to master get placed as the one truth. Not only will this be a fully functional documentation space, but you can also work with the components directly in <a href="https://www.sketch.com/" rel="external nofollow">Sketch</a> by drag and drop. This allow you to constantly work with the latest visual design.
</p>

<p>
	You can integrate Invision DSM with your code as well to automatically push code directly into the documentation using <a href="https://storybook.js.org/" rel="external nofollow">Storybook</a>. If you do not have Storybook, then you can manually add code to each component in the documentation in Invision DSM. If you want to extent the developer handover you can connect Invision DSM to <a href="https://www.invisionapp.com/feature/inspect/" rel="external nofollow">Invision Inspect</a> as well.
</p>

<p>
	Invision DSM is also part of a greater package so you get access to tools like <a href="https://www.invisionapp.com/tour/website-mobile-prototyping-tool" rel="external nofollow">Prototype</a> to make your designs come to life and <a href="https://www.invisionapp.com/feature/freehand" rel="external nofollow">Freehand</a> that is a collaboration space that is kind of like a mix of sketch and a whiteboard. You also get <a href="https://support.invisionapp.com/hc/en-us/articles/205249269" rel="external nofollow">Boards</a> that allow you to create mood boards with ease.
</p>

<p>
	 
</p>

<h2>
	Jira Cloud
</h2>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://d2shif4g64yjs3.cloudfront.net/monthly_2020_03/59497229_Skarmklipp2020-03-2915_15_11.png.587d804af6b4414c403a9c5689e2b89d.png" rel="external nofollow"><img alt="Jira Cloud" class="ipsImage ipsImage_thumbnailed" data-fileid="217" data-ratio="56.00" data-unique="jhh3nq2oq" style="width: 959px; height: auto;" width="1920" data-src="//d2shif4g64yjs3.cloudfront.net/monthly_2020_03/1292431019_Skarmklipp2020-03-2915_15_11.thumb.png.70c8812809be2a2408591790917ff499.png" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Most developers work in Jira today and most are on <a href="https://www.atlassian.com/software/jira" rel="external nofollow">Jira Cloud</a>, or on their way there.  You can connect Invision DSM to Jira directly using the<a href="https://marketplace.atlassian.com/apps/1216050/invision-for-jira?hosting=cloud&amp;tab=overview" rel="external nofollow"> Invision addon</a> for Prototypes or by simply link directly to a section in Invision DSM. Jira will act as your task management so you can connect your design tasks directly to other tasks, such as development and test for example.
</p>

<p>
	If you are working within a <a href="https://www.scaledagileframework.com/" rel="external nofollow">SAFe organization</a>, then design can be part of other types of work items such as SAFe epics or Features for POC work. If you are working in a smaller organization then you can <a href="https://beta.jimiwikman.se/blog-articles/blog/interesting/atlassian/atlassian-provide-free-licenses-to-help-teams-with-remote-work-r126/" rel="">get Jira Cloud for free</a>, which is always nice.
</p>

<p>
	 
</p>

<h2>
	Why would you want to do this?
</h2>

<p>
	What benefit would you as a designer get from changing your workflow in this way?  There are of course many benefits, but let us list the biggest reasons why making this change will have a positive effect on you and your design work.
</p>

<ol><li>
		<strong>Reduce the barriers between you, stakeholders and development</strong> - By making it possible for everyone to stay on top of the design process as well as the development process in one place it becomes easier to break down the barriers that naturally are built in most cases. You reduce us and them situations and communication improve quite a bit. This allow you to become a part of the team because you work the same way as everyone else.
	</li>
	<li>
		<strong>Control the way your design turn into code </strong>- One of the worst things I know as a designer is when my design get turned into something horrible in development. This often happen when you as a designer is on the outside of the team and simply handover design. By working along side the developers and working with the same cadence as they do, it becomes much easier to maintain your design as you intended it. Using the atomic design and having a design system it becomes so much easier to make sure everything looks as intended in your design and changes can be done swiftly with minimum effort on all sides.
	</li>
	<li>
		<strong>Improve feedback to make better designs</strong> - By working in a controlled with alongside the development team and the stakeholder with tools that allow for rapid feedback and approval processes you get feedback faster. Often this feedback is also much better quality-wise as it is in the design itself and not a collection of emails or excel sheets. With fast feedback with great quality design work become faster and changes can be done almost instantly.
	</li>
	<li>
		<strong>Free up time by making information available to the developers</strong> - As a designer you spend a lot of time providing assets, color codes and information about the design. By automatically move this into a tool you can reduce that time a lot. This time can instead be spent on discussing designs with the developers to find great solutions together that are both visually appealing to the end consumer and technically easy to build and maintain.
	</li>
	<li>
		<strong>Keep everyone up to date with the design process</strong> - How may screens, videos, prototypes and power point presentations have you not made to keep different groups up to date on your design work? Having everyone in the same tools make that so much easier. The trick is just that the tools have to be useful for everyone as well, which is why so many design tools fail in that regard. Abstract and Invision DSM are different in that regard since it is useful for stakeholders and developers alike.
	</li>
</ol><p>
	If this is not enough to convince you, then as icing on the top you should know that the tools integrate with Slack as well. So you can get the best communication flow possible...
</p>

<p>
	So, what do you say, does this sound like a workflow that you would like to see expanded with more details? If so, what would you like to learn more about first?
</p>]]></description><guid isPermaLink="false">128</guid><pubDate>Sat, 28 Mar 2020 13:08:00 +0000</pubDate></item><item><title>Eagle Design Library - the best asset manager for designers?</title><link>https://beta.jimiwikman.se/resources/my-articles/professional/698_ways-of-working/design/eagle-design-library-the-best-asset-manager-for-designers-r119/</link><description><![CDATA[
<p><img src="https://ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/2044975663_EagleDesignLibrary-thebestassetmanagerfordesigners_.jpg.85d89840943ca41b7d72e8ac19ac6b01.jpg" /></p>
<p>
	<strong>When you work with graphics one of the most important aspects is to maintain order among your assets. Having a good system to control stock graphics and reusable vector graphics is essential for a good workflow and proper management of assets. I have struggled to find a system that I like, but now I think I have fond it.</strong>
</p>

<p>
	As I was updating some images and tried to locate a specific image I got frustrated and did a deep dive into the asset managers for images that are out there. By accident I stumbled upon <strong><a href="https://eagle.cool/" rel="external nofollow">Eagle</a></strong> and it looked a bit to good to be true as it had pretty much everything I need.
</p>

<p>
	With a pricing of <strong>$29.95</strong> it's very cheap, but they also offer a <a href="https://eagle.cool/" rel="external nofollow">30 day free trial</a>. Of course I downloaded it to test it out. I was not disappointed, even if it took a little while longer than needed as I was dumping 1500 images from Dropbox that was not synced locally.  It was a stupid oversight on my end, but it still worked flawlessly.
</p>

<p>
	I have quite a lot of stock photos and vector graphics that are pretty big. Eagle did not care and I could easily batch drop 100 large vector files and Eagle took care of it in seconds. Even adding whole folders was snappy and fast so adding images was a breeze. Once I had most of my images I started looking into how to make order out of the chaos....and it was glorious.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:24px;">Categorization</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="197" data-ratio="85.77" data-unique="jdp4b17ia" width="1644" alt="categories in Eagle app.jpg" data-src="//ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/1675082974_categoriesinEagleapp.jpg.61f0d9df7eb6154ef8ea368b4d7e5fa5.jpg" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></p>

<p>
	Adding categories and folders is super easy.  A simple plus button add folders in relation to what folder you are currently in and you can add icons and colors from a predefined selection. Folders can easily be dragged and dropped as you see fit, making this a very easy and satisfying way to work with folders.
</p>

<p>
	You can create two types of folders. Regular folders and smart folders. Regular folders behave as you expect and smart folders allow you to create rules based on a pretty large range of attributes such as type, tags, colors, sizes, notes, shapes, comments and so on. It can be pretty dynamic with multiple rule sets as well.
</p>

<p>
	Tags is easy as pie. You can create as many tags as you like and Eagle will even suggest already existing tags so it's easier to group on existing tags. You can manage tags in a specific area where you can also group and add color to the groups, just like with categories. It does not have icons however, but you can live without that I think.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:24px;">Comments and Notes</span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="//ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/1472092985_commentsandnoteseagleapp.jpg.2af03cc9c361d9b4abc6ef7be828b878.jpg" data-fileid="199" data-fileext="jpg" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="199" data-ratio="66.72" data-unique="19qwn1v5a" width="1920" alt="comments and notes eagle app.jpg" data-src="//ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/897460558_commentsandnoteseagleapp.thumb.jpg.60524c172759dfd3afa7eb01bd02303d.jpg" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	This is a bit misleading as it's actually notes and annotations. I was looking for the comments until I realized it was appearing in the image itself and not as a comment area below.
</p>

<p>
	Notes is a section in each image where you can add notes about the image itself. Sometimes you would use something like that to add a link to where the image was found and what copyright is associated to it. In Eagle you have a custom url field for the link, which makes the notes field more focused. Notes is searchable as well, which makes it very useful.
</p>

<p>
	Comments is actually annotations. It means that you can add comments inside the image itself for different purposes. This is amazing as I sometimes have vectors with multiple assets in it. Using annotations I can mark each item so I know where they are. Comments can be searched and filtered as well, which makes it very powerful.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:24px;">Search and Filter</span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="//ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/286746833_Skarmklipp2020-03-0113_10_25.png.a825b4a1e589cbdf217fc271cad0c261.png" data-fileid="198" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="198" data-ratio="7.71" data-unique="9peiua6rt" width="1920" alt="Skärmklipp 2020-03-01 13.10.25.png" data-src="//ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2020_03/1886879462_Skarmklipp2020-03-0113_10_25.thumb.png.8fc98e80ba3b7e07419600c8aeb9c8a4.png" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	This is the most important part of a good asset manager and Eagle have one of the most dynamic and flexible search and filter function I have seen. Search can be done on pretty much any data you add to the image so it is pretty amazing. The filter however is for me even more useful.
</p>

<p>
	I don't even have to make a search to use the filters, so I can just start in the all section and drill down using the filter options. I can filter on colors that is automatically added to each image, tags, folders, shape, ratings, file types, dates (both predefined and custom), dimensions, notes and URL. You do not even need to know the full data so for url for example you can just start typing the domain for example and that will filter on that domain instantly. It is very powerful and easy to use.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:24px;">...and more!</span>
</p>

<p>
	Eagle also comes with additional features that are pretty great. For example you can use Eagle to take screenshots and it even comes with a  browser extension for that purpose. The extension allow you to take screenshots as normal with both defined areas and the whole page, but it can also scrape all images from a webpage.  You can filter the images based on size before downloading from the page.
</p>

<p>
	You can easily drag and drop images between applications to either import into Eagle or from Eagle into Photoshop or Sketch for example. You can define auto tagging so images put into a specific folder automatically get a defined tag. Eagle will identify duplicates so you can keep the assets clean and nice. You can also password protect images in case you need to keep them out of prying eyes.
</p>

<p>
	It should be mentioned that Eagle also works great with videos, audio and even fonts.
</p>

<p>
	 
</p>

<p>
	<strong>In short this is an amazing product!</strong>
</p>

<p>
	 
</p>

<p>
	<em>Watch the video:</em>
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-embedauthorid="1" data-embedcontent="" data-embedid="embed4169357499" id="ips_uid_6674_7" scrolling="no" style="overflow: hidden; height: 449px; max-width: 100%;" data-embed-src="https://beta.jimiwikman.se/video/view/304-eagle-best-design-library-to-collect-and-organize-your-design-files-full-overview/?do=embed"></iframe>

<p>
	 
</p>]]></description><guid isPermaLink="false">119</guid><pubDate>Sat, 29 Feb 2020 10:05:00 +0000</pubDate></item><item><title>Sketch 62 - an update to the Mac app</title><link>https://beta.jimiwikman.se/resources/my-articles/professional/698_ways-of-working/design/sketch-62-an-update-to-the-mac-app-r104/</link><description><![CDATA[
<p><img src="https://ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2021_01/1352632971_sketch62-anupdatetotheMacapp.jpg.24910d4d886412834d4a788369010dd6.jpg" /></p>
<p>
	<strong>A nice new update for Sketch mac app came out yesterday. It comes with some nice quality of life additions and some bugfixes as well as two new features. It's a good start on the new year I think.</strong>
</p>

<h1 class="iz ja fg ar aq de fi jb fk jc jd je jf jg jh ji jj" data-selectable-paragraph="" id="8faa">
	New Smart Layout controls
</h1>

<p>
	In this release we got a nice new addition where we can set minimum width for symbols. This is useful for making sure your assets look good when doing overrides as well as controlling size for tap and other things. Maximum dimension is coming soon as well so you can get even more control.
</p>

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
		<p>
			Now, when you give a Symbol Smart Layout properties, you’ll see a field for minimum height (for vertical layouts) or minimum width (for horizontal layouts) under the Layout panel in the Inspector.
		</p>
	</div>
</blockquote>

<p>
	<img alt="New Smart Layout controls sketch 62.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="146" data-ratio="69.64" data-unique="1jbaguwvt" style="height: auto;" width="1054" data-src="https://beta.jimiwikman.se/uploads/monthly_2020_01/1906864360_NewSmartLayoutcontrolssketch62.gif.3d3f3362ad9fc9a808c8da4eed747cce.gif" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></p>

<h1 class="iz ja fg ar aq de fi jb fk jc jd je jf jg jh ji jj" data-selectable-paragraph="" id="7f52">
	A better way to save
</h1>

<p>
	A nifty new interface for the save function provide the option to save to cloud or locally in one dialog instead of two.
</p>

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
		<p>
			We’ve completely rewritten our save dialog to give you flexibility and control about where your documents live when you hit save. That way you can experiment and try out new ideas without worrying that your document is saving to Cloud and already being shared with your team.
		</p>
	</div>
</blockquote>

<p>
	<img alt="A better way to save sketch 62.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="145" data-ratio="69.83" data-unique="cx6ynepnt" style="height: auto;" width="1054" data-src="https://beta.jimiwikman.se/uploads/monthly_2020_01/1864840749_Abetterwaytosavesketch62.gif.a59d23c87705eb944f7bc27dd1518068.gif" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></p>

<h1 class="iz ja fg ar aq de fi jb fk jc jd je jf jg jh ji jj" data-selectable-paragraph="" id="2687">
	A whole host of improvements and bug fixes
</h1>

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
		<p>
			 
		</p>

		<p class="ih ii fg ar ij b ik jk im jl io jm iq jn is jo iu" data-selectable-paragraph="" id="1a99">
			With the first release of the year, we wanted to take some time to make some small but important improvements across the app, along with a round of bug fixes that address some of the most common issues you’ve been running into. Here are some of the highlights:
		</p>

		<ul><li class="ih ii fg ar ij b ik il im in io ip iq ir is it iu jx jy jz" data-selectable-paragraph="" id="9dc2">
				We’ve added Libraries tabs to the sidebar of the Documents window, giving you a quick way to find Libraries you share with your Team(s) on Cloud.
			</li>
			<li class="ih ii fg ar ij b ik ka im kb io kc iq kd is ke iu jx jy jz" data-selectable-paragraph="" id="71c6">
				The Components Panel and popover should feel faster and smoother when you’re working with Libraries of all shapes and sizes (and we’ve got more improvements on the way in future updates).
			</li>
			<li class="ih ii fg ar ij b ik ka im kb io kc iq kd is ke iu jx jy jz" data-selectable-paragraph="" id="eed7">
				We’ve improved the accuracy and appearance of documents with missing fonts, especially for text layers with specific alignment or Smart Layout settings and where multiple instances of the same text layer appear in a single document.
			</li>
		</ul><p>
			 
		</p>
	</div>
</blockquote>

<p class="ih ii fg ar ij b ik ka im kb io kc iq kd is ke iu jx jy jz">
	 
</p>

<p class="ih ii fg ar ij b ik ka im kb io kc iq kd is ke iu jx jy jz">
	Not the largest update, but still some nice quality of life changes. A larger update is scheduled for later this month it seems according to the release post.
</p>

<div class="ipsRichEmbed" style="max-width: 500px;  border: 1px solid rgba(0,0,0,0.1); ">
	<div class="ipsRichEmbed_masthead ipsRichEmbed_mastheadBg ipsType_center">
		<a href="https://blog.sketchapp.com/a-new-smart-layout-control-a-better-way-to-save-and-more-whats-new-in-sketch-4bffd7e2054b" rel="external nofollow" style="background-image: url( 'https://miro.medium.com/max/1200/1*_uxVi-tZ1hkwbo3waxei7A.png' ); background-position: center; background-repeat: no-repeat; background-size: cover; height: 120px; display: block;"><img alt="1*_uxVi-tZ1hkwbo3waxei7A.png" class="ipsHide" style="height: auto;" data-src="https://miro.medium.com/max/1200/1*_uxVi-tZ1hkwbo3waxei7A.png" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></a>
	</div>

	<div style="padding: 10px;">
		<h3 class="ipsRichEmbed_itemTitle  ipsTruncate ipsTruncate_line  ipsType_blendLinks">
			<span><span></span></span> <a href="https://blog.sketchapp.com/a-new-smart-layout-control-a-better-way-to-save-and-more-whats-new-in-sketch-4bffd7e2054b" rel="external nofollow" style="text-decoration: none; margin-bottom: 5px;" title="New Smart Layout controls, better document saving and more — what’s new in Sketch?">New Smart Layout controls, better document saving and more — what’s new in Sketch?</a>
		</h3>

		<div class="ipsType_light">
			BLOG.SKETCHAPP.COM
		</div>

		<hr class="ipsHr"><div class="ipsSpacer_top ipsSpacer_half" data-ipstruncate="" data-ipstruncate-size="3 lines" data-ipstruncate-type="remove" style="overflow-wrap: break-word;">
			<span>After an exciting end to 2019, we’re kicking off the year with an update to the Mac app. Here’s what’s new in Sketch 62…</span>
		</div>
	</div>
</div>

<p class="ih ii fg ar ij b ik ka im kb io kc iq kd is ke iu jx jy jz">
	 
</p>]]></description><guid isPermaLink="false">104</guid><pubDate>Wed, 22 Jan 2020 07:02:00 +0000</pubDate></item><item><title>Pantone Color of the Year 2020</title><link>https://beta.jimiwikman.se/resources/my-articles/professional/698_ways-of-working/design/pantone-color-of-the-year-2020-r73/</link><description><![CDATA[
<p><img src="https://ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2021_01/1385041654_PantoneColoroftheYear2020.jpg.b8f4d84c855aeebdd8c0ed8b8251355f.jpg.14b20198f26ae82f9dacfc6bb015371c.jpg" /></p>
<p>
	<strong>Every year Pantone present a color to represent humanity’s hopes and aspirations for the coming year. Each year it stir some controversy, like last years Living Coral (PANTONE 16-1546) that caused quite the stir. This year the Pantone selected is the Classic Blue (PANTONE 19-4052).</strong>
</p>

<p>
	 
</p>

<p style="text-align: center;">
	<span style="font-size:22px;">"Instilling calm, confidence, and connection, this enduring blue hue highlights our desire for a dependable and stable foundation on which to build as we cross the threshold into a new era."</span>
</p>

<p style="text-align: center;">
	 
</p>

<div class="row mt30px mb20px">
	<div class="col-12">
		<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="">
			<div class="ipsQuote_citation">
				Quote
			</div>

			<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
				<p>
					 
				</p>

				<p>
					A timeless and enduring blue hue, PANTONE 19-4052 Classic Blue is elegant in its simplicity. Suggestive of the sky at dusk, the reassuring qualities of the thought-provoking PANTONE 19-4052 Classic Blue highlight our desire for a dependable and stable foundation on which to build as we cross the threshold into a new era.
				</p>

				<p>
					Imprinted in our psyches as a restful color, PANTONE 19-4052 Classic Blue brings a sense of peace and tranquility to the human spirit, offering refuge. Aiding concentration and bringing laser like clarity, PANTONE 19-4052 Classic Blue re-centers our thoughts. A reflective blue tone, Classic Blue fosters resilience.
				</p>

				<p>
					As technology continues to race ahead of the human ability to process it all, it is easy to understand why we gravitate to colors that are honest and offer the promise of protection. Non-aggressive and easily relatable, the trusted PANTONE 19-4052 Classic Blue lends itself to relaxed interaction. Associated with the return of another day, this universal favorite is comfortably embraced.
				</p>

				<p>
					 
				</p>
			</div>
		</blockquote>

		<p>
			<img alt="pantone-color-of-the-year-2020-classic-blue-lee-eiseman-quote.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="94" data-loading="true" data-ratio="25.00" data-unique="00b13fikg" width="1200" data-src="//ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2019_12/pantone-color-of-the-year-2020-classic-blue-lee-eiseman-quote.jpg.23106c505749af880454a2d70aa8bb74.jpg" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></p>

		<p>
			 
		</p>

		<p>
			To me this feels like a "safe" color after last years debate about the coral reef and the Living Coral (PANTONE 16-1546) choice. Still it will be debated and argued heavily as always I suspect. Personally I think it's a good choice. It's calm, solid and as I said, safe. Not a bad choice in a day and age where chaos seem to reign unchecked...
		</p>

		<p>
			What do you think? Is it a good choice?
		</p>

		<p>
			 
		</p>
	</div>
</div>]]></description><guid isPermaLink="false">73</guid><pubDate>Fri, 06 Dec 2019 07:24:00 +0000</pubDate></item><item><title>Procreate 5 - five new features</title><link>https://beta.jimiwikman.se/resources/my-articles/professional/698_ways-of-working/design/procreate-5-five-new-features-r53/</link><description><![CDATA[
<p><img src="https://ipsjwse.s3.eu-north-1.amazonaws.com/monthly_2021_01/procreate-5---five-new-features.jpg.5fec4b7e907ec32d03661b3c42c84c6b.jpg.003814c627d573b5cb7dec8db2a4d876.jpg" /></p>
<p>
	<strong>Procreate 5 <a href="https://procreate.art/ipad/preview" rel="external nofollow">has been announced </a>and with it comes some cool new features such as brand new cutting edge graphics engine and the new brush studio. I will try to tell you about five of them that I think is pretty cool and that i think will really make this upgrade worth while.</strong>
</p>

<p>
	<a href="https://procreate.art/ipad/preview" rel="external nofollow">Procreate 5</a> is built on <strong>a new graphics engine </strong>called <strong>Valkyrie</strong>. This will not only improve performance, but will also allow new features such as importing Photoshop brushes and customizable brush options.
</p>

<p style="margin-left: 40px;">
	<em>"the new cutting-edge graphics engine designed to elevate Apple Pencil and iPad Pro to new heights."</em>
</p>

<p>
	 
</p>

<p>
	<strong>Brush studio</strong> is a brush editing tool that will let users combine two brushes to create custom Dual Brushes, and features over 150 different brush settings. Users will be able to manually adjust the Apple Pencil’s pressure and tilt settings, and use the built-in texture generator to create their own brushes. This will give you get hundreds of different brush variables to play with.
</p>

<p style="margin-left: 40px;">
	<em>"Seeking the perfect brush to suit your style? Craft your own from the ground up. Using the built-in graphically accelerated texture generator, you'll be able to make the brush you need in seconds."</em>
</p>

<p>
	 
</p>

<p>
	Animations, which was introduced back in April is given an upgrade as well. <strong>Animation Assist </strong>has features like onion skinning, (which shows a faint outline of the previous layer, and instant playback.
</p>

<p>
	<img alt="procreate 5 animation.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="50" data-loading="true" data-ratio="75.00" data-unique="t7wwttbr8" style="height: auto;" width="800" data-src="https://beta.jimiwikman.se/uploads/monthly_2019_09/2083949669_procreate5animation.gif.f5b2fce8e2f5bf9af402d2e817e8e038.gif" src="https://beta.jimiwikman.se/applications/core/interface/js/spacer.png"></p>

<p>
	 
</p>

<p>
	<strong>Colors</strong> are given some new dynamics options which will allow multiple colors in one brush stroke based on how much tilt and pressure is applied. We will also see support for CMYK, which is great for users working with print, and RGB ICC profiles.
</p>

<p style="margin-left: 40px;">
	<em>"Enjoy a level of control unmatched by any other platform. Transform colors on the fly with complete control using Color Dynamics and Apple Pencil's pressure and tilt technology."</em>
</p>

<p>
	 
</p>

<p>
	We will also see a <strong>new interface</strong> where the users will be able to move around the floating Color Picker and the transform and selection modes have been redesigned for better visibility on the canvas. There's also a new Clone Tool so you can  duplicate textures.
</p>

<p style="margin-left: 40px;">
	<em>"Working in harmony with the entire suite of Procreate brushes, the new Clone Tool and CMYK support will change the game for concept artists and digital painters. There’s something here for everyone."</em>
</p>

<p style="margin-left: 40px;">
	 
</p>]]></description><guid isPermaLink="false">53</guid><pubDate>Thu, 12 Sep 2019 19:17:00 +0000</pubDate></item></channel></rss>
