summaryrefslogtreecommitdiff
path: root/doc-src
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-04-05 00:46:39 +0000
committerRobin Millette <millette@controlyourself.ca>2009-04-05 00:46:39 +0000
commitbd52139436ba6e43ead6fd6acff43a90a1224f04 (patch)
tree00ba608bd828648a5c5355d5c38ab3679b462cb8 /doc-src
parent8f969f8f9834869dd8546ed5e4cca0262aff2ca9 (diff)
bookmarklet inspired by wordpress press this.
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/bookmarklet8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc-src/bookmarklet b/doc-src/bookmarklet
new file mode 100644
index 000000000..03c0e97c9
--- /dev/null
+++ b/doc-src/bookmarklet
@@ -0,0 +1,8 @@
+A bookmarklet is a small piece of javascript code used as a bookmark. This one will let you post to %%site.name%% simply by selecting some text on a page and pressing the bookmarklet.
+
+Drag-and-drop the following link to your bookmarks bar or right-click it and add it to your browser favorites to keep it handy.
+
+<MTMarkdownOptions output='raw'>
+<a href="javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://%%site.server%%/%%site.path%%/notice/new',l=d.location,e=encodeURIComponent,g=f+'?status_textarea=%22'+e(s)+'%22 from '+l.href;function%20a(){if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=720,height=570')){l.href=g;}}a();void(0);">Post to %%site.name%%</a>
+</MTMarkdownOptions>
+