Menu Close

Tag: app (page 1 of 2)

BBEdit to MarsEdit (AppleScript)

You can never own too many text editors. Okay, I can never own too many text editors. I recently splurged on BBEdit, the venerable HTML and text editor for the Mac. There’s something pleasurable about tweaking BBEdit to use it as a blogging tool. One such tool I hacked together is an AppleScript to send a post from BBEdit to MarsEdit for final publishing. Here’s how you do it.

Paste the following text into the Script Editor app on your Mac (warning: I’m no coder, and did this through trial and error based on other scripts, so this script probably contains some completely unnecessary code):

on run
	tell application "BBEdit" to set theFile to file of document 1
	
	
	set appleScriptPath to theFile as text
	set currentURL to POSIX path of appleScriptPath
	set currentURL to ("file://" & currentURL)
	
	tell application "MarsEdit"
		activate
		make new document
		tell document 1
			set body to theFile
		end tell
		activate
	end tell
end run

Compile then save the AppleScript. For the final step, you need to move this AppleScript to the BBEdit scripts folder. Get there by clicking on the Scripts icon near the far right of the BBEdit menu, and choosing “Open Scripts Folder.”

BBEdit menu item - Scripts folder

Once the AppleScript is in place, it will appear at the bottom of the dropdown when you click on the Scripts icon. Selecting it will take the text in BBEdit, and open it in a new MarsEdit document. I wrote the initial draft of this post in BBEdit, before using the AppleScript to send it to MarsEdit for final edits, adding of the image, assigning tags and categories, and sending off to WordPress.


AnyList for iOS – For When OmniFocus and Evernote Aren’t Quite Right

AnyList

I’ve never been shy about foregoing the use of one tool if another tool works better for a particular purpose. I use OmniFocus as my primary productivity tool, and Evernote as my main information repository for non-sensitive data. Recently though, I decided there had to be a better solution for creating simple lists. Both OmniFocus and Evernote are great, but are overkill for simple lists.

Read more


DEVONthink for Lawyers

devonthink_logo[Mac] I’ve been using DEVONthink Pro Office for a few years now, but only as a filing cabinet for documents that I don’t want to trust to the cloud. The latest episode of the Mac Power Users podcast took a detailed look at DEVONthink, and got me thinking about whether I was using the app to its fullest potential. Specifically, I wondered if I would benefit from using DEVONthink in my legal practice.

Read more


Scrivener for iOS Enters Closed Beta

If you’ve been waiting for Scrivener to hit the iPad and iPhone, there’s finally light at the end of the tunnel. Literature and Latte, the popular writing app’s developer, has announced that Scrivener for iOS is now feature complete and has entered a closed beta. The initial version of the iOS version will use Dropbox to sync with the Mac and Windows versions. A summer release has been targeted.

I’ve found Scrivener on the Mac to be quite handy for legal writing. I can organize research within the app, and break down my document into sections that I can easily rearrange. The grand plan, of course, is to use the app to write a novel some day.

The Cellar Door » A Quick iOS Update | Literature and Latte blog


Are You in Line For Mailbox? [iPhone]

If you follow tech news, it’s been hard to miss mention of Mailbox. Mailbox, as described in some glowing reviews, looks to be a new way to handle email, with a focus on Gmail. The general concept behind Mailbox is to help you get to inbox zero by letting you perform full and half swipes to the left and right to archive, delete, and defer messages. The current problem with Mailbox? There’s a long line to get it. Read more