summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-10-31 11:03:03 +0100
committerGubolin <gubolin@fantasymail.de>2014-10-31 11:03:03 +0100
commit05cc15c9a87d2007efe0c56ff4387ca670ff6194 (patch)
tree17681690f1aa24efaba688548262e2397ef00762
parent09a6bc05bba7d86f30f3d603b54b247f24d74207 (diff)
downloadsnipsnaplib-05cc15c9a87d2007efe0c56ff4387ca670ff6194.tar.gz
snipsnaplib-05cc15c9a87d2007efe0c56ff4387ca670ff6194.zip
add a readme
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..eb55e71
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+SnipSnapLib
+===========
+
+The SnipSnapLib allows you to add your own custom block to Snap! without the need of the `javascript function` block.
+
+All you need to do is
+* fork the repository
+* edit the `snip.js` to add the desired function
+* bookmarkletify it, I recommend [this tool] (https://chriszarate.github.io/bookmarkleter/) **Important** You should not minify the script because this could cause incompatibilities if you have more than one SnipSnapLib active
+* drag&drop it in the URL bar of the Snap!-project and enjoy!
+
+Bugs
+====
+
+[ ] The bookmarklet makes the browser ask to leave the site
+[ ] If a category is selected, an inserted block is not instantly visible there