Skip to content

Instantly share code, notes, and snippets.

Tiny Content Framework

About the Project

This is a tiny content strategy framework focused on goals, messages, and branding. This is not a checklist. Use what you need and scrap the rest. Rewrite it or add to it. These topics should help you get to the bottom of things with clients and other people you work with.

Contribute

There’s more to come, and I’d love to hear what you think. Give me feedback on Twitter (@nicoleslaw) or by email (nicole@nicolefenton.com). We all benefit from sharing our ideas and creating standards. Onward.

@terrorbox
terrorbox / Words.md
Last active October 8, 2015 18:37
Words JavaScript Bookmarklet

Follow these steps to use the words bookmarklet as-is without customization:

Chrome

  1. Go to the Bookmark Manager.
  2. Right-click on the Bookmarks Bar folder and choose Add Page.
  3. Type words the name field.
  4. Pate this bookmarklet code in the URL field:
javascript:(function(src, cb)%7Bvar s %3D document.createElement(%27script%27)%3Bs.charset %3D %27UTF-8%27%3Bdocument.body.insertBefore(s, document.body.firstChild)%3Bs.src %3D src%3Bif(typeof cb %3D%3D%3D %27function%27)%7Bs.onload %3D cb%3Bs.onreadystatechange %3D function()%7B(/loaded%7Ccomplete/).test(s.readyState)%26%26cb(s)%3B%7D%3B%7Dreturn s%3B%7D(%27https://cdn.rawgit.com/terrorbox/words/613bc63433eb0ea346651e3d9d11bbb3fc577e8a/words.js%27, function(e)%7B%7D))