Archive for the 'Together' Tag

Together 2.1 Released

Monday, May 12th, 2008

Together 2.1 is released today. This is a large update that includes the most-wanted feature requests following version 2.0, along with some great new features to help make Together easier and more useful. You can download the latest version here.

Sync, AppleScript, Web PDFs

Together 2.1Together can now sync its library with .Mac, includes AppleScript support and a new way of saving web pages – as PDFs that look identical to the original page, with background images, clickable links and no pagination.

Shelf Improvements

The Shelf has seen a number of improvements, including a new Favorites section, where you can drag groups and items from Together’s library for quick access, Quick Look previews, so you don’t need to go back to Together to see the content of a file, the ability to tag and group Quick Notes and the option to hide the Shelf tab, so it will open when the mouse moves to the edge of the screen.

Organizing

Smart groups become more useful with the ability to only search specified groups instead of the entire library. With group tagging, Together can automatically tag items added to groups and you can now copy or drag clickable links to Together items to other applications.

Import

Together’s import features have been extended considerably. For starters, Together can now automatically import any files saved in its library folders. There is a new global Import Hot Key for importing files from the Finder, URLs from web browsers and email messages, and there are now bookmarklets for Together, so saving a web archive, PDF or bookmark from your web browser is one click away.

For further integration with Spotlight and other applications, Together can now import files’ Spotlight comments and keywords as tags and export items’ Together tags back to the original files’ Spotlight comments in the Finder.

Library and Previews

Together’s user interface is now more customizable, with a choice of icons sizes for items and groups and preferences for the various different previews. Together can now also generate thumbnail icons for web archives and bookmarks.

The Portrait-orientation Info view has been improved so you can see an item’s basic information and its tags, comments, or groups at the same time and the tag browser now has options for which system tags to show.

These are just a selection of more than 60 new features and improvements in this version. The Release Notes page tells the full story and I will be posting more information about these new features over the next few days.

Together Tip: Groups vs Folders

Monday, January 21st, 2008

Occasionally I am asked to explain the difference between groups and folders in Together. I might be able to boil this down for the FAQ, but here is a full explanation.

Together has two ways of collecting files together, groups and folders. In a nutshell, folders work the same as in the Finder, while groups work like iTunes playlists.

Groups were introduced in version 1.0 to support the point of Together, in that you do not need to file items into folders because they always appear in your library. Folders were added to version 2.0 because sometimes the folder structure is important to the files being stored and because some people were accustomed to that way of working.

Folders

Folders in Together work exactly like folders in the Finder, and that’s exactly what they are. A file can only exist in one folder at a time, adding a file to that folder moves it there and removing a file from a folder moves it to Together’s Trash and removes it from Together’s library and any groups or smart groups. Removing the folder moves the folder and its entire contents to the Trash.

Groups

Groups work like iTunes playlists and are very different to folders. Groups cannot be arranged hierarchically. A file can appear in more than one group at a time. Adding a file to a group adds a reference to that file, and removing a file from a group or removing the group itself doesn’t change anything else. Groups will always keep track of files, no matter where they are stored.

Using Groups and Folders

How you want to use these is up to you. Folders, as mentioned, are good when you want or need to organize files hierarchically, while groups allow you to create loose collections and removes the limitation of only being able to see a file in a single place. You can’t mix groups and folders in a hierarchy because they’re pretty incompatible in terms of what is stored where.

Groups are ideal for research, where you can collect a number of documents from different locations into once place, without moving the files from their original locations. Once you’re finished with the group, you can just remove it without removing any of the files it contains.

What It Is

Sunday, January 13th, 2008

Any developer will tell you that no application can remain simple for very long. This is good as further development of the application through ideas and requests means that the application can grow with a receptive audience. The difficult part is determining how.

Some applications suffer this problem more than others. The most dangerous aspect of this for a developer is to introduce something that becomes a problem, and in the worst case, a millstone around their neck. It’s not easy to remove features, even if they are problematic. Likewise, insufficiently implemented features will generate more work in support requests than they took to add in the first place. The key to keeping this manageable is to work within the scope of the application.

My two applications are oceans apart in this respect. Both have grown in ways I could never have imagined, but none more than Feeder. It started as a fairly straightforward RSS reader, but then became involved in the anything-but-simple world of podcasting. Now it’s an RSS editor, an audio / video file tagger and FTP client all wrapped up in one package.

And yet, on the surface, Feeder hasn’t changed much at all. Someone who bought the 1.0 version for creating a standard RSS feed won’t feel like the app has become something different or unsuitable. The features have integrated seamlessly because they are right for the application. There are many requested features that didn’t make the cut, and I’m satisfied that those decisions proved correct over time.

Together’s potential scope is much broader than Feeder’s to the point that I am still implementing features I thought of four years ago. On seeing the app, people have many ideas about what it should do or be. In the two months since Together’s 2.0 release I have done little more than answer emails and during that time have collected over 100 valid feature requests, filtered through what I see as the scope of the application.

Together’s scope is no different to version 1.0 and that is to store, organize, preview and search files as elegantly and efficiently as possible. In time, the scope might expand without detracting from the fundamental nature of the application, but for now, with strong demand for features that will likely take years to fully realise, there is far too much to be done. Of course, these features cannot be added all at once. People expect regular updates, so each release will prioritise the most needed requests.

Interest in Together has been so great as to be overwhelming. Even with all the work put into the 2.0 version, the potential for the application is huge and some people will be happier with its progress than others. Thankfully, there are lots of options out there, so there should be something for everyone. Obviously, I can’t keep sprinting on the support treadmill, so I’ve set up the forums and placed much more emphasis on the FAQs to try and bring the situation back under control.

As I mentioned when I announced the application, version 2.0 sets the platform from which the app will grow over the next few years. Some things are going to take time, but the future for Together looks very promising, not least thanks to everyone who has supported and contributed to Together and KIT so far. The 2.x series is shaping up to be very exciting indeed.

Together Tip: Syntax Coloring for Source Code Files

Thursday, January 3rd, 2008

This is a slightly more obscure tip, but since I’ve been asked it a couple of times I thought it was worth posting.

If you work with source code, you may have seen the Quick Look plugin, QLColorCode. Together provides rudimentary editing of source code files, but with no syntax coloring. This means you will see Together’s built-in editor rather than a Quick Look preview when viewing source code files.

There is a way around this though, and that’s to disable Together’s source code editor. Right now you can’t do this in the app, you have to set a hidden preference in Terminal. First, quit Together, then enter the following line in Terminal:

defaults write com.reinvented.Together TRExcludedPlugIns -array-add com.reinvented.TRSourceCodePlugIn

The next time you launch Together, you should see source code files as Quick Look previews from the QLColorCode plugin.

To enable the Source Code plugin again, quit Together and use this command in Terminal:

defaults delete com.reinvented.Together TRExcludedPlugIns

MacSanta

Friday, December 14th, 2007

It’s that time of year again! As you may already know, MacSanta is running through the month of December and works slightly differently to last year. Every day, 5 new developers are revealed to offer 20% off their applications.

MacSanta

Today it’s RealMac Software (RapidWeaver), Twisted Melon (Mira, Manta TR1), Loghound Software (RapidBlog, FaqMaker and more), Helium Foot Software (Mercury Mover) and, of course, your very own Reinvented Software, with both Together and Feeder.

To save 20% on the full price, enter the discount code MACSANTA07 when you check out. The 20% discount is only available for one day. After that, you can still save 10% on the full price versions using the code MACSANTA07TEN on any of the deals featured so far until the end of the year.

New software is added every day so it’s worth keeping an eye on the site or subscribing to the RSS feed. I find it’s also a great place to discover software you never knew existed. Enjoy!