Tools
-
macOS QuickLook for Markdown files
Link ⇒ https://github.com/toland/qlmarkdown
macOS QuickLook for Markdown files. Run “brew cask install qlmarkdown”
— James Hall (@MrRio) October 8, 2016
Via @philtoland.
-
Running Browsersync with a Simple WordPress Theme
I’m working on another simple WordPress theme and Browsersync provides a great way to automatically refresh your browser whenever a change is made. Usually you would include a sync tool in the build tool of your choice (Gulp, Grunt, etc.) but this also works by itself. Open your Terminal, install Browsersync (
npm install -g browser-sync),cdinto your theme directory, and paste this line in for it to “watch” your theme folder. -
youtube-dl
youtube-dl (available for UNIX/Windows) is probably my most-often used Python script. Copy/paste a YouTube URL (or any other supported website URL) and youtube-dl downloads the video locally. Incredibly handy especially when you hate buffering and would rather download something to watch it later (including whole playlists!).
-
Running BrowserSync with Jekyll
BrowserSync is a tool for injecting changes when working on your local site project and then refreshing your site on save. Perfect for designers/devs who need one tool for one job.
-
How to Setup CodeKit using Sass and Compass for WordPress
I’m a recent convert to writing my CSS using Sass and Compass through CodeKit. It took me a little while to figure out how to get started with CodeKit and building WordPress themes specifically, so I thought I’d share how I got it all configured. Setting up CodeKit for use with static files is very simple, but since we’re building with WordPress there are a few things to look out for.
-
GitHub for Windows
Really, really excited about this news: GitHub for Windows is finally here. I’m anxious to get started learning Git and the GitHub way. I’ll be posting soon on how it’s going.
-
Environment Part 3
Lately I’ve been doing the majority of my coding at work. I like to code during my lunch break and this is a pretty nice setup to do it on. Dropbox acts as my version control system and I can have my files pretty much wherever I go.
-
Environment Part 1
Nine minutes have gone by since my last post and I’m ready to post another entry - so far this is going well.