Applications
"colocolomemo" provides some useful applications in addition to the web application.
"colocolomemo" provides some useful applications in addition to the web application.
colocolomemo for Android is an Android application.
You can install this app for free from Google Play Store.
colocolomemo for iOS is an iOS application.
You can install this app for free from AppStore.
In Safari browser, adding to bookmarks or executing "Add to Home Screen" the Quick Post Form, You can open quickly the input form to write new memo.
Also you can bookmark and use the bookmarklet.
Quick Post Form is the web page only to write a new memo. You can access it with following URL. If you add it to bookmarks or toolbar of the web browser, you can write a new memo quickly.
https://colocolomemo.com/forms/newmemo
You can customize the initial input value by following query parameters.
date=2013/01/23
tags='clip,web'
)folder='news clip'
)star=2
)e.g.) https://colocolomemo.com/forms/newmemo?title=Title Sample&content=Hello, World
This is the bookmarklet to open Quick Post Form by passing the URL and title of the web page being viewed.
If you select text in the page, the selected text will be passed to the text input field.
(However, it can not be passed the long sentence)
Drag and add the following link "+ url memo" to the bookmarks or toolbar of the browser.
All text of the bookmarklet is the following.
You can customize the parameters being passed to Quick Post Form with editing the part "var tags='',folder='',titlePrefix=''" in the initial part.
javascript:(function(){var%20tags='',folder='',titlePrefix='',quote=false,lt=600,w=window,d=document,enc=encodeURIComponent,t=w.getSelection().toString();if(t&"e){for(var%20xs=t.split('\n'),i=0,len=xs.length;i<len;++i){xs[i]='>%20'+xs[i];};t=xs.join('\n');};w.open('https://colocolomemo.com/forms/newmemo?exit=true&title='+enc(titlePrefix+d.title)+'&content='+enc(location.href+(t?'\n\n'+(t.length>lt?t=t.substring(0,lt):t):''))+'&tags='+enc(tags)+'&folder='+enc(folder));})();
tags='clip,web'
)folder='News Clips'
)titlePrefix='Clip: '
)quote=true
)