Discuss Scratch
- mybearworld
-
1000+ posts
[monospace][/monospace]
I think it would be cool if we'd had a [monospace] BBCode thing.
It would work like the [code] tag, but you can do things like [b], [i] etc in it.
Because when you now do it (with [code] tags), you just get
Wich makes sense for code, but not for just wanting the font. But for some purposes, you'd just like to mix [code] and non-[code] - just [monospace].
Thanks for reading
It would work like the [code] tag, but you can do things like [b], [i] etc in it.
Because when you now do it (with [code] tags), you just get
[b]Not bold[/b], [i]Not italic[/i]
Thanks for reading

Last edited by mybearworld (Aug. 16, 2020 07:24:47)
- -Zyte-
-
1000+ posts
[monospace][/monospace]
Or just have the [font] tags because that's what most bulletin board systems support.
- HTML-Fan
-
1000+ posts
[monospace][/monospace]
Not a bad idea, but when do you need monospace but also that Bulletin Board thingy?
ASCII art! Yeah, setting fonts would be actually pretty neat.
ASCII art! Yeah, setting fonts would be actually pretty neat.
- Byron_Inc
-
1000+ posts
[monospace][/monospace]
N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .
B u t i f t h e S T w a n t t o i m p l e m e n t t h i s s u g g e s t i o n , I s u g g e s t s h o r t e n i n g t h e t a g i n t o [ m ] [ / m ] .
B u t i f t h e S T w a n t t o i m p l e m e n t t h i s s u g g e s t i o n , I s u g g e s t s h o r t e n i n g t h e t a g i n t o [ m ] [ / m ] .
Last edited by Byron_Inc (Aug. 16, 2020 07:53:48)
- HTML-Fan
-
1000+ posts
[monospace][/monospace]
HEY! Monospace is what you code in, that's not bad to read! I prefer [mono][/mono].
- gilbert_given_189
-
1000+ posts
[monospace][/monospace]
N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .
How is this hard to read? If that's the case, I would be wearing a -21.3 D glasses now.
Last edited by gilbert_given_189 (Aug. 16, 2020 08:09:37)
- Byron_Inc
-
1000+ posts
[monospace][/monospace]
I ' m w e a r i n g a p a i r o f g l a s s e s , I a m s h o r t - s i g h t e d . T h a t m a d e m y e y e s s o r e .N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .How is this hard to read? If that's the case, I would be wearing a -21.3 D glasses now.
- HTML-Fan
-
1000+ posts
[monospace][/monospace]
To be honest, I love monospace. I would probably use it all the time.
- Jeffalo
-
1000+ posts
[monospace][/monospace]
a font tag would probably be a better all around solution, but yeah, a monospace font gets the job done well. if i had to code in non monospace that would be painful and formatting still looks fine with monospace fonts.

theres some italics and bold probably in there and its all monospace

theres some italics and bold probably in there and its all monospace
- mybearworld
-
1000+ posts
[monospace][/monospace]
N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .
I am not talking about what you just did, I am talking about this "code-like" font called monospace.
But it should work like a normal text and not in a box where you can scroll but just like normal text.
True, this would be very useful for Ascii art, but also for explaining things. ASCII art! Yeah, setting fonts would be actually pretty neat.
If you would like to do code, then that would be easy with code tags. a font tag would probably be a better all around solution, but yeah, a monospace font gets the job done well. if i had to code in non monospace that would be painful and formatting still looks fine with monospace fonts.
theres some italics and bold probably in there and its all monospace
const express = require('express') const app = express() const port = 3000 const path = require('path'); app.get('/',function(req,res) { res.sendFile(path.join(__dirname+'/index.html')); }); app.listen(port, () => { console.log(`Example app listening at http://localhost:$(port}`) })
Last edited by mybearworld (Aug. 16, 2020 09:16:22)
- Boomer001
-
1000+ posts
[monospace][/monospace]

I would still use [code] tags. Also, if you don't want the box, or you want bold/italic support, use this website, upload your image and use it in [img] tags (as I did above).
- gilbert_given_189
-
1000+ posts
[monospace][/monospace]
Well, so does every text. In fact, monospace text actually adds space than regular text. If you have a low level short sightness and wearing glasses, take it off now and compare these texts:I ' m w e a r i n g a p a i r o f g l a s s e s , I a m s h o r t - s i g h t e d . T h a t m a d e m y e y e s s o r e .N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .How is this hard to read? If that's the case, I would be wearing a -21.3 D glasses now.
N O R M A L T E X T :
ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililB I G T E X T :
ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililM O N O S P A C E T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
Last edited by gilbert_given_189 (Sept. 20, 2020 06:00:45)
- -InsanityPlays-
-
1000+ posts
[monospace][/monospace]
F u l l s u p p o r t b e c a u s e T h e L o r d s h i p o f A S C I I w o u l d b e h a p p y .
- Jeffalo
-
1000+ posts
[monospace][/monospace]
const express = require('express') const app = express() const port = 3000 const path = require('path'); app.get('/',function(req,res) { res.sendFile(path.join(__dirname+'/index.html')); }); app.listen(port, () => { console.log(`Example app listening at http://localhost:$(port}`) })
yes i know, i was just using it as an example of how formatting would look in monospace.
- Byron_Inc
-
1000+ posts
[monospace][/monospace]
Normal looks best, big text looks the most catchy, and mono space does nothing at all. I have a pretty high degree though.Well, so does every text. In fact, monospace text actually adds space than regular text. If you have a low short sightness and wearing glasses, take it off now and compare these texts:I ' m w e a r i n g a p a i r o f g l a s s e s , I a m s h o r t - s i g h t e d . T h a t m a d e m y e y e s s o r e .N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .How is this hard to read? If that's the case, I would be wearing a -21.3 D glasses now.
N O R M A L T E X T :ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililB I G T E X T :ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililM O N O S P A C E T E X T :ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
- -Zyte-
-
1000+ posts
[monospace][/monospace]
Oh… because for most people monospace will look the most readable.Normal looks best, big text looks the most catchy, and mono space does nothing at all. I have a pretty high degree though.Well, so does every text. In fact, monospace text actually adds space than regular text. If you have a low short sightness and wearing glasses, take it off now and compare these texts:I ' m w e a r i n g a p a i r o f g l a s s e s , I a m s h o r t - s i g h t e d . T h a t m a d e m y e y e s s o r e .N o s u p p o r t a s t h e w o r d w i l l b e v e r y h a r d t o r e a d .How is this hard to read? If that's the case, I would be wearing a -21.3 D glasses now.
N O R M A L T E X T :ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililB I G T E X T :ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililM O N O S P A C E T E X T :ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
- mybearworld
-
1000+ posts
[monospace][/monospace]
Yes, it will.
I would still use [code] tags. Also, if you don't want the box, or you want bold/italic support, use this website, upload your image and use it in [img] tags (as I did above).
Also, I don't really like using websites outside of Scratch - and I'm sure other people are sharing this opinion.
F u l l s u p p o r t b e c a u s e T h e L o r d s h i p o f A S C I I w o u l d b e h a p p y .

Ah I see, okay. Well, yes, you've made a great example there'-js code snip-'
yes i know, i was just using it as an example of how formatting would look in monospace.

N O R M A L T E X T :Normal text is really hard (and annoying) to readilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililB I G T E X T :ilililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililM O N O S P A C E T E X T :ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
Big text is- well, okay.
Monospace text is easy, you see lilililili without problem.
I see your point.
What would happen to the code tag?
"""It would still exist, because there are several ways to interact with it,""" _for_ = 'example' #code _in_ = 'programming' #languages _outside_ = 'of' #scratch
- leahcimto
-
1000+ posts
[monospace][/monospace]
Support because monospace is awesome
Last edited by leahcimto (Aug. 16, 2020 14:24:16)
- scratchastroLOL
-
1000+ posts
[monospace][/monospace]
deleted
Last edited by scratchastroLOL (Aug. 16, 2020 15:47:55)