base64エンコードされたテキストをWEBページからファイルに保存する

download属性を持つリンクをクリックすればファイルに保存される。モダンブラウザなら動くらしい。すごいぞ標準化。

<a download='FileName' href='base64されたテキスト'>

hrefの書式

href="data:#{content_type};base64,#{raw_source}"

めちゃくちゃお手軽(´ω`)

http://stackoverflow.com/questions/283956/is-there-any-way-to-specify-a-suggested-filename-when-using-data-uri