Merge pull request #881 from ArthurHoaro/feature/note-bookmarklet

Add Note bookmarklet #580
This commit is contained in:
ArthurHoaro 2017-05-25 15:51:48 +02:00 committed by GitHub
commit b2e2aa42e2
2 changed files with 19 additions and 4 deletions

View File

@ -86,8 +86,16 @@
<div class="tools-item">
<a title="{'Drag this link to your bookmarks toolbar or right-click it and Bookmark This Link'|t},
{'Then click ✚Add Note button anytime to start composing a private Note (text post) to your Shaarli'|t}"
href="?private=1&amp;post="
class="bookmarklet-link">
class="bookmarklet-link"
href="javascript:(
function(){
window.open(
'{$pageabsaddr}?private=1&amp;post='+
'&amp;description='%20+%20encodeURIComponent(document.getSelection())+
'&amp;source=bookmarklet','_blank','menubar=no,height=800,width=600,toolbar=no,scrollbars=yes,status=no,dialog=1'
);
}
)();">
<span class="pure-button pure-u-lg-2-3 pure-u-3-4">✚ {'Add Note'|t}</span>
</a>
</div>
@ -146,4 +154,3 @@
value="{'Drag this link to your bookmarks toolbar, or right-click it and choose Bookmark This Link'|t}">
</body>
</html>

View File

@ -39,7 +39,15 @@
</a><br><br>
<a class="smallbutton"
onclick="return alertBookmarklet();"
href="?private=1&amp;post="><b>✚Add Note</b></a>
href="javascript:(
function(){
window.open(
'{$pageabsaddr}?private=1&amp;post='+
'&amp;description='%20+%20encodeURIComponent(document.getSelection())+
'&amp;source=bookmarklet','_blank','menubar=no,height=800,width=600,toolbar=no,scrollbars=yes,status=no,dialog=1'
);
}
)();"><b>✚Add Note</b></a>
<a href="#" onclick="return alertBookmarklet();">
<span>
&#x21D0; Drag this link to your bookmarks toolbar (or right-click it and choose Bookmark This Link....).<br>