From ad711c04733a62b87c448bda72b43a7880a7ed26 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Fri, 31 Oct 2014 11:05:02 +0100 Subject: rename README to README.md --- README | 16 ---------------- README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index eb55e71..0000000 --- a/README +++ /dev/null @@ -1,16 +0,0 @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb55e71 --- /dev/null +++ b/README.md @@ -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 -- cgit v1.3.1