Archive for the ‘Code’ Category
May 19
2012
If you’re using Dropzone (and why wouldn’t you be?), I updated my LinkSmasher destination recently.
You can drop text on it (or just click it to use the clipboard) and it will scan for any links in the text, compile them and create a single link for the group using linkbun.ch. It’s a handy way to share a list of urls and allow the recipient to open them all at once (and…
May 17
2012
I was disappointed to find that there weren’t any good packages available for Sublime Text 2 that added decent Markdown editing features. I figured it was time to learn my way around. I still haven’t dug into Python, so my script-fu in there is weak right now. I got a few things working, though, and this will evolve as I learn new things. I’ll probably look back at this first…
May 08
2012
This is another of my attempts at keeping track of my day in an orderly fashion. It’s a pretty simple idea. Given that most of of what I do is stored in git repositories, my commit logs are my best bet for seeing what I’ve accomplished each day. I just needed to pull them together and bundle them up without having to think about it. If a lot of your work happens in git…
May 05
2012
I made a small update to the natural language date Service that I put together a while back. I wanted it to handle input formats like “+3″ to get a date for 3 days from right now, and to handle adding times to the output if there’s a time-like string in the input.
Now you can use, for example:
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.
Apr 15
2012
I just realized today, quite belatedly, that you can control GeekTool on your Mac with AppleScript. I just wanted to play around with it a bit, so I threw together a countdown timer. This could be done much more elegantly, I’m sure; I just wanted to see what I could pull off quickly.
The script takes an argument ending in an integer (interpreted as minutes), or…
Apr 08
2012
Marked 1.4 is available on the Mac App Store. I’m announcing this a little prematurely; the press release doesn’t go out until tomorrow morning, but I’m just too excited to hold off.
There are quite a few new features, including Scrivener, Leanpub and mmd_merge support, as well as a syntax for including external files with full MultiMarkdown (or custom) processing. This…
