scratchfoundation / scratchx

Scratch Extension Site
https://github.com/llk/scratchx
190 stars 121 forks source link

What's the link for using localstorage_extension.js #120

Closed egottardo closed 7 years ago

egottardo commented 7 years ago

I am trying to use the localstorage_extension.js extension using the link https://github.com/LLK/scratchx/blob/master/localstorage_extension.js, but the extension does not appear in the "more blocks" list of scratchx. What is the correct link to use?

Thanks for any help.

mkacct commented 7 years ago

That is the blob page, not the actual file. Since it is not on a GitHub Pages site, you can use RawGit to get a URL, click here or copy and paste this: https://cdn.rawgit.com/LLK/scratchx/master/localstorage_extension.js

egottardo commented 7 years ago

Thank You @savaka2!! With this link I get the block in the Scratchx, but I could not make it work. I'm trying to save a .txt logfile in a local hard drive. There is some example or documentation explaining how to use localstorage_extension.js? Thanks in advance..