Paperless 2.1 Released

Paperless version 2.1 is now available in the App Store. This release adds a few new features, along with many subtle improvements and bug fixes. Here’s a list of the new features with details on how to use them:

Now includes over 450 icons

Including many that were requested by people who have purchased the app.

New icons

Select multiple lists to merge or delete

On the main screen, when you tap the “Edit” button, you can now select multiple lists to either delete or merge.

When selecting lists to merge, note that the first list you select is the one that lists will be merged into.

Merging Lists

Select multiple list items to move, copy or delete

When viewing a list, you can press the “Edit” button and select multiple list items to move, copy or delete. When deleting multiple items, whether or not you get a confirmation asking if you really want to delete the items depends on what you have the “Warning On Item Delete” switch set to in the app’s settings.

Selecting Multiple Items

Syncing: lists viewed from the Dropbox website are now pretty

When using the “Automatic Backup And Syncing” feature in Paperless, your lists are saved to your Dropbox account in a folder named “Paperless”. Each list is saved as a separate file ending in “.xml”.

Previously, if you viewed one of those XML files on the Dropbox website you’d see the raw XML code. However, now a style sheet has been added so that the list is nicely formatted for viewing. NOTE: You’ll need to modify the list in Paperless to make this change take effect (a new XML file has to be written to Dropbox).

You can also print the lists from the Dropbox website, but note that when printing a checklist you’ll need to do the following:

Safari – make sure the “Print backgrounds” option is selected

Firefox – make sure both the “Print Background Colors” and “Print Background Images” options are selected

Syncing: option to show lists that need to be synced in red text

There is a new option in the “Automatic Backup And Syncing” settings to “Highlight Unsynced”. With that feature turned on, lists that still need to be uploaded to Dropbox will be shown in red text on the main screen.

This should be useful to people who frequently use Paperless in areas with a poor wifi/cellular connection – as it will let you know if a list was unable to be uploaded. Then, once you’re somewhere with a good connection again, you can simply open Paperless and the list should automatically be uploaded (at that point the red text will change back to the normal colors).

Highlight Unsynced feature

Add an item or list via URL schemes

You can now add a list item or an entire list from certain other apps (like the popular app Drafts) by using URL schemes.

NOTE: in the examples below I’ve added spacing to make them easy to read… but in actual use you need to remove all spaces/returns.

To add a list item, the format of the URL scheme is:

paperless://addItem?
	itemName=YOUR_ITEM_NAME
	&itemNote=YOUR_ITEM_NOTE
	&toListNamed=YOUR_LIST_NAME

Both the item note and the list name are optional.

If you don’t specify a list name, the item will simply be added to the first list in Paperless. If you specify a list name that doesn’t exist, a new list will be created with that name.

To add an entire list, the format of the URL scheme is:

paperless://addList?
	listName=YOUR_LIST_NAME
	&isCheckList=YES
	&itemsToTop=YES
	&iconName=NAME_OF_ICON
	&listItems=ITEM_NAME1%0DITEM_NAME2%0DITEM_NAME3%0DITEM_NAME4

Everything but the list name is optional. Also note the %0D characters between each list item… that’s the equivalent of a carriage return. It looks complicated, but if you’re using something like Drafts, once you enter the URL scheme (or “URL Action”) it’s a breeze to use.

For those of you who use Drafts specifically, here are some possible URL Actions:

Item To Paperless

paperless://addItem?
	itemName=[[draft]]
	&toListNamed=Drafts

List To Paperless

paperless://addList?
	listName=Untitled
	&itemsToTop=YES
	&iconName=Folder%20-%20Add
	&listItems=[[draft]]

Checklist To Paperless

paperless://addList?
	listName=Untitled
	&isCheckList=YES
	&itemsToTop=YES
	&iconName=Folder%20-%20Add
	&listItems=[[draft]]

Named Checklist To Paperless (the first line of text is used for the list name)

paperless://addList?
	listName=[[title]]
	&isCheckList=YES
	&itemsToTop=YES
	&iconName=Folder%20-%20Add
	&listItems=[[body]]

See also: instructions on how to create a URL Action in Drafts.

Other improvements

  • new lists are now added to the top
  • improved search – if you search starting from the main screen, that search term is carried over into the list view
  • when using the “Import Items” feature, unnecessary dashes/bullet points are removed
  • fixed a rare but extremely frustrating problem on an iPad where the main screen of lists could be shown partially offscreen

I hope you find these new features useful!