Discuss Scratch
- CST1229
-
Scratcher
1000+ posts
Project Explorer
v-model exists in Vue, which allows you to set a variable to an input box's value.yeah. if you used svelte it would've been even easier (tho ive never used vue it might have a bind option too)Nice stuff - but can you use an input box instead of alert();?Maybe. It might be time to uncomment that project ID box now…
- kccuber
-
Scratcher
1000+ posts
Project Explorer
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
Thx.How'd I do?Nice.
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
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
I meant a topic mainly for discussing the services, not a directory.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/
- 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?
- 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
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
And IDK how I would do charts.An amazing library called chart.js does it awesomely
- 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.
I noticed a bug though, at least for the sans serif text, it still shows as serif.

- CST1229
-
Scratcher
1000+ posts
Project Explorer
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
I think the only way is to sanitize the SVGs and display them as svg elements.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.
- kccuber
-
Scratcher
1000+ posts
Project Explorer
that's because whatever you probably added is called “Noto Sans” and the font inside the SVG is called “Sans Serif”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.










