たんぶらーとぽすたろすの違い。たんぶらはタグで辿るのが不便だから整理には向かないんだよなー(個人的に
wordpress+posterous。最初からWPの方でカテゴリーを作っておいて、それを指定
wordpressとかtwitterとかとリンクさせたら便利かも。定期ポスト的な
This extension lets you post all kinds of media files and text to your Posterous sites by dragging the stuff you want to post to the Posterous icon the extension adds to your statusbar or by using the menu items it also adds to the context menu of photos, text and saveable media links.
You can also further specify a posts title, body and tags if you check the option "Show dialog for adding a title & body to my posts" in the extension's settings dialog.
Posts can also be marked as private or set to be auto posted to the other services that you've set up in your Posterous account.
イメージギャラリー
firefoxのステータスバーにぽすたろすの便利なリンクを追加
おれが思ってたこと、言いたかったことを全部言ってくれてる感じ。本はブクログに登録。読みたいな
■ TomblooからRemember The Milkに登録
よく探したらRTMのヘルプに「Quick Add」ってブックマークレットがあったので、それを使わせてもらうことにした。
models.register({ name : 'Remember The Milk', ICON : 'http://www.rememberthemilk.com/favicon.ico', POST_URL: 'http://www.rememberthemilk.com/services/ext/addtask.rtm', check : function(ps){ return ps.type == 'link'; }, post : function(ps){ var url = this.POST_URL; var today = ps.date || new Date(); today = new Date(Math.max(today, new Date())); var date = today.toLocaleFormat("%Y-%m-%d"); return request(url).addCallback(function(res){ if (res.responseText.indexOf('You must <a href="/login/') != -1) throw new Error(getMessage('error.notLoggedin')); var doc = convertToHTMLDocument(res.responseText); return $x('//td/select[@id="l"]/option/@value', doc); }).addCallback(function(option){ request(url, { sendContent : { 't' : ps.item, //title 'd' : date, //date 'tx' : ps.tags, //tag 'l' : option ,//list 'submitform': 'Add Task' } }); }); } });ちなみに、今まで何の説明もなくコードだけペタペタと貼り付けてましたが、これらのコードを
「ツール」⇒「Tombloo」⇒「Tomblooの設定」⇒「エントリ内容/他」⇒「データ/スクリプトディレクトリ」
で指定したディレクトリの下のscriptというフォルダに拡張子をjsにして置いておくと、Firefoxの起動時にTomblooが読み込んでくれます。
Permalink | コメント(0) | トラックバック(2) | 22:37
![]()
![]()
tomblooの自作例