Last active
May 24, 2017 05:31
-
-
Save bhgraham/2ebd7b993bcd0562aab2d9f84e79600c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print the whole rendered article bookmark with this URL to print the preview: | |
javascript:var w = window.open();var html = "<!doctype html><html><body>" + $(".js-rendered-markdown").html() + "<script>w.print();</script>" + "</body></html>";$(w.document.body).html(html); | |
login bookmarklet | |
javascript:(function(){window.location=window.location.origin+'/ghost';})(); | |
edit post | |
Drag the link below to your bookmarks bar and click it when you’re viewing a post on your Ghost blog:<br /><br /><a href="javascript:var%20url%20=%20window.location;newUrl%20=%20url+"/edit";window.location.replace(newUrl);">Edit Post!</a><br /><br />It will append <code>/edit</code> to the url and reload, so you can edit your post<br /><br />— Built with ❤ by <a href="http://curiositry.github.io">@curiositry</a> (<a href="http://twitter.com/curiositry">Twitter</a>, <a href="http://github.com/curiositry">GitHub</a>) | |
http://www.copyio.com/ghost-template-bookmarklet/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment