Discuss Scratch

CST1229
Scratcher
1000+ posts

Project Explorer

kccuber wrote:

CST1229 wrote:

Chiroyce wrote:

Nice stuff - but can you use an input box instead of alert();?
Maybe. It might be time to uncomment that project ID box now…
yeah. if you used svelte it would've been even easier (tho ive never used vue it might have a bind option too)
v-model exists in Vue, which allows you to set a variable to an input box's value.
kccuber
Scratcher
1000+ posts

Project Explorer

CST1229 wrote:

v-model exists in Vue, which allows you to set a variable to an input box's value.
alright, that's good, use that
LandonHarter
Scratcher
1000+ posts

Project Explorer

How'd I do?
CST1229
Scratcher
1000+ posts

Project Explorer

LandonHarter wrote:

How'd I do?
Nice.
LandonHarter
Scratcher
1000+ posts

Project Explorer

CST1229 wrote:

LandonHarter wrote:

How'd I do?
Nice.
Thx.

I have the urge to make a topic for scratcher-made Scratch services (like this). I asked @wkmewsic over Shellfish & she said “perhaps”. Should I?
Chiroyce
Scratcher
1000+ posts

Project Explorer

LandonHarter wrote:

I have the urge to make a topic for scratcher-made Scratch services (like this). I asked @wkmewsic over Shellfish & she said “perhaps”. Should I?
Already exists - https://scratch.mit.edu/discuss/post/5631878/
LandonHarter
Scratcher
1000+ posts

Project Explorer

Chiroyce wrote:

LandonHarter wrote:

I have the urge to make a topic for scratcher-made Scratch services (like this). I asked @wkmewsic over Shellfish & she said “perhaps”. Should I?
Already exists - https://scratch.mit.edu/discuss/post/5631878/
I meant a topic mainly for discussing the services, not a directory.
CST1229
Scratcher
1000+ posts

Project Explorer

Bump
CST1229
Scratcher
1000+ posts

Project Explorer

Bump made in school
CST1229
Scratcher
1000+ posts

Project Explorer

New navbar with logo, and also updated favicon that should be clearer when shown at a really small size.


-ElectronicArts-
Scratcher
1000+ posts

Project Explorer

cool so you can see project assets with this?
CST1229
Scratcher
1000+ posts

Project Explorer

-ElectronicArts- wrote:

cool so you can see project assets with this?
yes
Jeffalo
Scratcher
1000+ posts

Project Explorer

this is awesome! perhaps some graphs (eg. pie chart of block types) might be handy?
CST1229
Scratcher
1000+ posts

Project Explorer

Jeffalo wrote:

this is awesome! perhaps some graphs (eg. pie chart of block types) might be handy?
I actually have block type info as part of my intentions for this project but never really got to it.
(Although it will probably be a number or percentage at max)
And IDK how I would do charts.
(maybe this might be rewritten in svelte?)

Last edited by CST1229 (Nov. 30, 2021 19:06:18)

god286
Scratcher
1000+ posts

Project Explorer

CST1229 wrote:

And IDK how I would do charts.
An amazing library called chart.js does it awesomely
-gr
Scratcher
1000+ posts

Project Explorer

Very cool. 11/10
cat_tap
Scratcher
1000+ posts

Project Explorer

This is so cool!!
I noticed a bug though, at least for the sans serif text, it still shows as serif.
CST1229
Scratcher
1000+ posts

Project Explorer

cat_tap wrote:

I noticed a bug though, at least for the sans serif text, it still shows as serif.
Known bug. Don't know how to fix, as adding the Scratch fonts to the page's CSS still doesn't fix it.
Maximouse
Scratcher
1000+ posts

Project Explorer

CST1229 wrote:

cat_tap wrote:

I noticed a bug though, at least for the sans serif text, it still shows as serif.
Known bug. Don't know how to fix, as adding the Scratch fonts to the page's CSS still doesn't fix it.
I think the only way is to sanitize the SVGs and display them as svg elements.
kccuber
Scratcher
1000+ posts

Project Explorer

CST1229 wrote:

cat_tap wrote:

I noticed a bug though, at least for the sans serif text, it still shows as serif.
Known bug. Don't know how to fix, as adding the Scratch fonts to the page's CSS still doesn't fix it.
that's because whatever you probably added is called “Noto Sans” and the font inside the SVG is called “Sans Serif”

Powered by DjangoBB