Introduction

Craft Unredacted.
This issue brings news of an update to the rich text editor in Craft. There are also informative Craft-related posts and a another group of nice plugins. The issue closes with a collection of links all about critical CSS. Lots of good stuff ahead.
A big thanks to ShipRush for returning to sponsor this issue. If you're using Craft Commerce check them out and get your shipping in shape.
Let's hit the links.
Top Stories
Craft CMS updated with Redactor 1.2.5
On July 10 Craft 2.6.2796 was released. If you've had issues with Redactor and how it treats (mistreats?) span tags this release will make you happy.
This Craft release bumps the built-in Redactor to version 1.2.5 which according to the change log contains a welcomed update: "Spans are back! Redactor will no longer strip span tags unless they have no attributes."
Added good news: the Redactor Inline Styles and Redactor Icon Buttons plugins by Carl Christian Seelbach have already been updated for compatibility with Redactor 1.2.5.
If you're looking for Redactor options, check out Doxter which supports Markdown or SimpleText which is "textarea that’s optimized for entering documentation". Also check out Craft SmartyPants for formating of text.
News

Craft CMS proprietary and too new?
Brandon Kelly took to Hacker News to respond to the concern that Craft is "proprietary and new". And check out the follow up of the worst case scenario that Craft just disappears. Short story: it won't because there is a plan.
Featured Sponsor

ShipRush for Craft Commerce
Let ShipRush take the hassle out of shipping! Print shipping labels and update your Craft orders with only a few clicks, no copy/paste required. ShipRush also handles email notifications, printing packing lists, managing orders and more, all automagically.
Tools, tips, and fundamentals
Craft Starter
Tibor Szász shares "a small set of defaults to kickstart the development of a new Craft CMS project."
Assigning URLs to Tags
From the Craft docs: "There is currently no built-in support for giving each tag its own URL, like there is with entries. That doesn’t mean you can’t do it yourself, though."

Testing if something exists
This post isn't as metaphysical as the title suggests. It's just a guide on how to check if a object attribute is set.
Perfecting your technique
Craft CMS AJAX page transitions with history.pushState
Zack Spear discusses Craft and the "basics of how I handle AJAX page transitions."
Plugged In
Workflow
Workflow is a Craft CMS plugin for a common publisher-editor scenario when it comes to content authoring.
Craft Nocache
A Craft CMS Twig extension that escapes caching inside cache blocks.
{% cache %}
This will be cached
{% nocache %}
This won't be
{% endnocache %}
{% endcache %}
Inlin-Craft: Plugin for inlining files in templates.
If you want to inline some code, check this out. If you're wondering why you'd want do that, check out the collection of "Critical CSS" links at the end of of this issue.
Overheard
It’s not Craft, but it’s interesting.
Critical CSS
Critical CSS has been a hot topic in the Craft world recently and this issue's "Finally... It’s not Craft, but it’s interesting" section is dedicated to this topic entirely with a set of links that have come up in the past week or two in the Craft Slack channel.
Optimizing the Critical Rendering Path
Sitepoint discusses the topic, from a blank page to content and how rendering above the fold first provides a better user experience.
Critical: Extract & Inline Critical-path CSS in HTML pages
One of the actual tools you can use to achieve critical CSS.
Critical CSS Boilerplate
"[T]his repository will contain multiple examples of the CriticalCSS approach, with clear documentation and example code for various languages and deployment strategies."