Ashes — The Fever client with a scheme
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
Warning: Trying to access array offset on value of type null in /home/public/kirby/vendors/parsedownextra.php on line 305
You may already know, but at the Google Reader's upheaval, I chose Fever as my new RSS service, as it is the only one that makes me the real owner of my content and sole person in charge for its longevity. I use Fluid to keep Fever on my desktop, but in the iOS, I'm amazed by a client called Ashes.
My favorite RSS client at both devices is, definitely, Reeder, but since it has gone recluse to prepare its next version, I was a bit uneasy and decided to try Fever-only clients, I started with Sunstroke right before its redesign, which didn't please me much. Even though Sunstroke has great features, I got tired of looking at it every day.
I went back to Reeder and remembered how I loved its simplicity as I swiped between articles. Still, I feared the anxiety that made me replace it in the first place and got my hands on another Fever-only reader, this time, Ashes.

Ashes has a really interesting feature called Share Anywhere, which lets you call url schemes using parameters from Ashes. You can read the tutorial if you want, I wait. You can't simply type an action there as you'd do in Drafts or Launch Center Pro, you must install them from a link. So our first step will be creating an action at Drafts to send our written action to Ashes.
ashes://addOpenURL?title=[[title]]&url=[[body]]
This Drafts action is pretty straightforward, first line as the name of the action and the body as the action itself. Now is a good moment to understand how Ashes works. You can't communicate with Ashes from other apps, unless for the addOpenURL or launching from LCP1. The interesting part is that you can use Ashes' variables to send specific parts of the article you're reading to any other app that supports a url-scheme. The variables, according to their tutorial, are as the following:
[[[title]]] — either the item title or browser title
[[[feedtitle]]] — title of item's feed; empty in browser
[[[url]]]
[[[textselection]]] — the current text selection from the article or browser; if no selection is available, an empty string is used
[[[post]]] — if text is selected: “[[[textselection]]]” via [[[feedtitle]]] [[[url]]]; and if no selection: [[[title]]] [[[url]]]
[[[callback]]] — use this for x-callback-url methods to be sent back to Ashes
But let's cut the crap and do something amazing, shall we? What about sending a quote from an article you're reading at Ashes to Drafts? I won't give you a link for the action right now, as an excuse to try the Action to Ashes action we added before. Paste this code on Drafts and run that action.
drafts://x-callback-url/create?text=[[[textselection]]]

Can you picture the dimension of what we just did? Try grabbing a selection of text from any browser out there, using javascript from Safari on an iPhone. Ain't that amazing? This alone could make some folks jump to Fever just to use this feature. Let's make some fancier stuff then, shall we? The next action will send every variable available but [[[post]]]
2 in Ashes to Drafts.
drafts://x-callback-url/create?text=[[[title]]]%0A[[[feedtitle]]]%0A[[[url]]]%0A[[[textselection]]]
What about some variation with Due? We'll send the blog title and url and create a new reminder with that information and return to Ashes after we're done.
due://x-callback-url/add?title=[[[post]]]&x-source=Ashes&x-success=[[[callback]]]&x-cancel=[[[callback]]]
Opposite to some demonstrations shown in the documentation, I didn't manage to make [[[callback]]]
work unless I also included the x-source=Ashes
right before the callback parameters. Also, worth remembering that when you mark a reminder as done in Due and it contains an url, it gives you the option to open that link.
But why stop there? Let's use Quotebook and store our favorite quotes from the articles we read every day with their sources and feed title as author.
quotebook://add?quote=[[[textselection]]]&author=[[[feedtitle]]]&source=[[[url]]]
In case you're lazy, these are all the Ashes' actions listed in this article.
Quote to Drafts - send text selection to Drafts
Stuff to Drafts - send post title, feed title, url and text selection to Drafts
Post to Due - create a reminder with post title and url in Due
Quotebook it - Add a new quote with text selection, author as feed title and source as url.
Now tell me, aren't you a little eager to get a Fever license just to have Ashes as your iPhone RSS reader?