Discuss Scratch

mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here

Signatures are the only place where assets links still work.
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
Recommendations: If you have a website, host the tool there.
gosh darn it

R.I.P Zydrolic, 2023-2024
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

DifferentDance8 wrote:

(#162)

mybearworld wrote:

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
Recommendations: If you have a website, host the tool there.
gosh darn it
I don't have one, this is the best I can do :/

Signatures are the only place where assets links still work.
CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#161)

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
If you can combine everything into 1 HTML file, also post that alongside the zip download.
Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).

Last edited by CST1229 (Oct. 4, 2022 15:15:02)


This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

If you can combine everything into 1 HTML file, also post that alongside the zip download.
Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
I couldn't get it to upload, but I put it all in one minified HTML file. Thanks!

Last edited by mybearworld (Oct. 4, 2022 15:28:24)


Signatures are the only place where assets links still work.
ZZC12345
Scratcher
500+ posts

Scratch 2 Custom Languages

CST1229 wrote:

mybearworld wrote:

(#161)

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
If you can combine everything into 1 HTML file, also post that alongside the zip download.
Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
(although you probably aren't supposed to upload any mime type)

EDIT: clarified that I meant other mime types

Last edited by ZZC12345 (Oct. 5, 2022 08:59:48)


This is my signature. Go check out my GitHub if you want to!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Make sure to check out these cool projects, written in real code! (outdated, sorry)
Aviate - Itinerary - Scratch Auth - Orange OS Linux Distro - ocular - Leopard - PyHelp - My GitHub
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

ZZC12345 wrote:

(although you probably aren't supposed to upload anything)


EDIT: Images formerly are mime types (source), so the edit wouldn't change anything.

Last edited by DifferentDance8 (Oct. 5, 2022 09:05:54)


R.I.P Zydrolic, 2023-2024
CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

ZZC12345 wrote:

(although you probably aren't supposed to upload any mime type)
I know, but how else are we supposed to upload files other than data URLs?

Last edited by CST1229 (Oct. 5, 2022 09:01:36)


This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

ZZC12345 wrote:

(#166)

CST1229 wrote:

Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
(although you probably aren't supposed to upload any mime type)

EDIT: clarified that I meant other mime types
Nono word seems to stop you from doing that

Signatures are the only place where assets links still work.
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

Nono word seems to stop you from doing that
…apart from images, where it is not only encouraged, but there's a button dedicated to it!

R.I.P Zydrolic, 2023-2024
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

DifferentDance8 wrote:

(#170)

mybearworld wrote:

Nono word seems to stop you from doing that
…apart from images, where it is not only encouraged, but there's a button dedicated to it!
I know that! I meant that you can't upload .html files like that

Signatures are the only place where assets links still work.
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

I meant that you can't upload .html files like that
Welp. Time to fork the github to remove that limitation!

R.I.P Zydrolic, 2023-2024
CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#169)

ZZC12345 wrote:

(#166)

CST1229 wrote:

Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
(although you probably aren't supposed to upload any mime type)

EDIT: clarified that I meant other mime types
Nono word seems to stop you from doing that
Apparently assets does block non-image-or-sound uploads now.

Last edited by CST1229 (Oct. 5, 2022 13:06:43)


This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

Apparently assets does block non-image-or-sound uploads now.
Ah, that makes sense.

Signatures are the only place where assets links still work.
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

assets does block non-image-or-sound uploads now.
What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)

LegendaryBunny wrote:
yeah google image links can be virtually anything, and filterbot probably didn't know if you were linking to something bad.
also yeah it also probably thought you were linkng to a drive file

Last edited by DifferentDance8 (Oct. 5, 2022 13:19:38)


R.I.P Zydrolic, 2023-2024
CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

DifferentDance8 wrote:

What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)
Or something like putting the file on a GitHub repo and linking to its github pages url.

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

(#176)

DifferentDance8 wrote:

What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)
Or something like putting the file on a GitHub repo and linking to its github pages url.
I don't have GitHub so that don't work

Signatures are the only place where assets links still work.
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#177)

CST1229 wrote:

(#176)

DifferentDance8 wrote:

What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)
Or something like putting the file on a GitHub repo and linking to its github pages url.
I don't have GitHub so that don't work
I have GitHub now! Site coming soon

Signatures are the only place where assets links still work.
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

Done! https://mybearworld.github.io/s2po/

Signatures are the only place where assets links still work.

Powered by DjangoBB