Discuss Scratch

mybearworld
Scratcher
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
[b]Not bold[/b], [i]Not italic[/i]
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

Last edited by mybearworld (Aug. 16, 2020 07:24:47)

-Zyte-
Scratcher
1000+ posts

[monospace][/monospace]

Or just have the [font] tags because that's what most bulletin board systems support.
HTML-Fan
Scratcher
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.
Byron_Inc
Scratcher
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 ] .

Last edited by Byron_Inc (Aug. 16, 2020 07:53:48)

HTML-Fan
Scratcher
1000+ posts

[monospace][/monospace]

HEY! Monospace is what you code in, that's not bad to read! I prefer [mono][/mono].
gilbert_given_189
Scratcher
1000+ posts

[monospace][/monospace]

Byron_Inc wrote:

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
Scratcher
1000+ posts

[monospace][/monospace]

gilbert_given_189 wrote:

Byron_Inc wrote:

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.
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 .
HTML-Fan
Scratcher
1000+ posts

[monospace][/monospace]

To be honest, I love monospace. I would probably use it all the time.
Jeffalo
Scratcher
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
mybearworld
Scratcher
1000+ posts

[monospace][/monospace]

Byron_Inc wrote:

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.

HTML-Fan wrote:

ASCII art! Yeah, setting fonts would be actually pretty neat.
True, this would be very useful for Ascii art, but also for explaining things.

Jeffalo wrote:

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
If you would like to do code, then that would be easy with code tags.
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
Scratcher
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
Scratcher
1000+ posts

[monospace][/monospace]

Byron_Inc wrote:

gilbert_given_189 wrote:

Byron_Inc wrote:

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.
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 .
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:
N O R M A L T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
B I G T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
M 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-
Scratcher
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
Scratcher
1000+ posts

[monospace][/monospace]

mybearworld wrote:

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
Scratcher
1000+ posts

[monospace][/monospace]

gilbert_given_189 wrote:

Byron_Inc wrote:

gilbert_given_189 wrote:

Byron_Inc wrote:

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.
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 .
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:
N O R M A L T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
B I G T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
M O N O S P A C E T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
Normal looks best, big text looks the most catchy, and mono space does nothing at all. I have a pretty high degree though.
-Zyte-
Scratcher
1000+ posts

[monospace][/monospace]

Byron_Inc wrote:

gilbert_given_189 wrote:

Byron_Inc wrote:

gilbert_given_189 wrote:

Byron_Inc wrote:

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.
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 .
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:
N O R M A L T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
B I G T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
M O N O S P A C E T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
Normal looks best, big text looks the most catchy, and mono space does nothing at all. I have a pretty high degree though.
Oh… because for most people monospace will look the most readable.
ioton
Scratcher
500+ posts

[monospace][/monospace]

What would happen to the code tag?
mybearworld
Scratcher
1000+ posts

[monospace][/monospace]

Boomer001 wrote:


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).
Yes, it will.
Also, I don't really like using websites outside of Scratch - and I'm sure other people are sharing this opinion.

-InsanityPlays- wrote:

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 .
That would be awesome! [offtopic]I already posted some posts there[/offtopic]

Jeffalo wrote:

mybearworld wrote:

'-js code snip-'

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

gilbert_given_189 wrote:

N O R M A L T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
B I G T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
M O N O S P A C E T E X T :
ililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililililil
Normal text is really hard (and annoying) to read
Big text is- well, okay.
Monospace text is easy, you see lilililili without problem.
I see your point.

ioton wrote:

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
Scratcher
1000+ posts

[monospace][/monospace]

Support because monospace is awesome

Last edited by leahcimto (Aug. 16, 2020 14:24:16)

scratchastroLOL
Scratcher
1000+ posts

[monospace][/monospace]

deleted

Last edited by scratchastroLOL (Aug. 16, 2020 15:47:55)

Powered by DjangoBB