Posts tagged ‘osx’
Apr 23
2012
You know those categories the App Stores use to sort applications by their intended use? You can use those in Spotlight on iOS. Did you know you can do that on your Mac, too? I didn’t, and I didn’t find many references to this on the web, so I’ll share the discovery:
I was thinking about Spotlight on my iPhone and iPad, where I can just type a keyword and see apps that…
Apr 22
2012
I haven’t had much time to write here this week thanks to some day job stress, major additions to Marked, writing for other venues, updating iTextEditors and various other fun. I had a brainstorm that resulted in new KeyBindings this morning, though, and thought it would be a good chance to get a post up before anyone thinks I’ve been kidnapped.
Mar 19
2012
I added a little hack to Fletcher Penney’s MultiMarkdown Quick Look generator to give it a default style (Github CSS) and allow for customization via a .mdqlstyle.css file located in your home folder. Full details and download available on Github.
Screenshot of a Quick Look preview using the Upstanding Citizen style (available on the Github page):
Feb 05
2012
I wrote something a couple of nights ago that I thought I’d share. I’m calling it “Gather,” and it’s basically an “appified” version of my Readability/Markdownify work. A Cocoa version of Marky the Markdownifier, if you will. You can paste in a URL and it will attempt to find the core text of the page, download it and turn it into Markdown for clean web clipping. It…
Feb 02
2012
Here’s a quick, simple AppleScript to help you hook Notational Velocity/nvALT into Address Book. I sometimes want to attach a note or list of links to an entry in my address book, but I don’t like using the notes field. I tend to keep all of my notes in nvALT, and I prefer not to scatter them too far. All I needed was a way to quickly create and link an nvALT note to each address…
Oct 28
2011
One for the coders: I discovered CodeRunner by Nikolai Krill a few months back, and it’s proven to be very, very useful in the kind of work that I do. It allows you to test blocks of code and see the results quickly and easily. It has syntax highlighting and autocompletion, as well as the ability to handle a wide variety of languages.
