Currenly texts in docs may have too long lines like this:
its not pretty good for reading.
But if we will limit string to 7-10 words it will be more readable, see:
Just do #staticContent p { max-width: 40em; }
Currenly texts in docs may have too long lines like this:
its not pretty good for reading.
But if we will limit string to 7-10 words it will be more readable, see:
Just do #staticContent p { max-width: 40em; }
Nice advice =)
I mean just text. Not code examples or images.
Feature with limit words in string come from typography.
They have many adivce how we can make text more readble, but for me length of string seems more terrible.
After my comment I did some research and found Readability: the Optimal Line Length - Articles - Baymard Institute which also confirms a line length of around 45 - 75 characters for readability.
Letās see if others comment.
Letās just make our font bigger. (Ha Iām sure itās more involved then that)
I remember back in the day doin dynamic layouts that used some small view width value as the text size value. For the most part it would keep the same amount of text on screen at any given time no matter the browser size. (This was before mobile support considerations)
All good for me! Feel free to send a PR
Sometimes we just have to add a line break into the markdown pages to make them more readable, itās easy to do even if you donāt know how Github works.
From your example:
Meshes can be deformed by using morph targets. A morph target must be built from a mesh with the **EXACT** same number of vertices as the original mesh.
Morph targets are used by the GPU to create the final geometry by applying the following formula:
Meshes can be deformed by using morph targets. A morph target must be built from a mesh with the **EXACT** same number of vertices as the original mesh.
Morph targets are used by the GPU to create the final geometry by applying the following formula:
I just have to press Enter here, and itās already more airy
In this cas we can even use code tag ` and list, we get:
Meshes can be deformed by using morph targets. A morph target must be built from a mesh with the EXACT same number of vertices as the original mesh.
Morph targets are used by the GPU to create the final geometry by applying the following formula:
final mesh = original mesh + sum((morph targets - original mesh) * morph targets influences)
For instance, you can use morph targets to simulate the opening of a mouth:
Thats not too good. Imagine this on large screen like 2K+, event on the FullHD it will be strange.
My main work is creating websites, and I have some skill with it and with formatting text for pretty reading. We tried approach with relative font size and it was not good.
Yes, and for it purpose also may set larger line height.
Compare that, before:
and after:
I donāt think this issue should be solved by using linebreaks. This is a style issue that should be solved in css.
edit: I think I misunderstood vinc3r. What he is describing is adding paragraphs in markdown - not linebreaks.
A little bit trickier than this since .scss and .pug are involved
Well, yes. If scss is used, then update the scss with your css.
Now I have remembered that āgrunt sassā compiles the scss files it is not as big a problem as I thought.
Just restricting the width of a paragraphs gives a couple of issues
multiple images on one line become one image per line, bullets points are not affected. More time needed and I have no more today.
Yep, not native english speaker here And I was talking about markdown tweaks just because itās easy to do by anyone. I was once tried to understood how the docā css can be modified, that was a failure ahah, because of this scss thing.
Yep, control-mousewheel⦠I love it. I use it for forum-reading, too. Font-sizes for old people eyes⦠yay!
For all readers, not just @Pryme8ā¦
Hey mobile device users⦠got mousewheel? Got control button? Got a useless piece of crap in your hands?
Whatever happens here, letās NOT start styling primarily for mobile devices⦠like the news services are leaning-towards, these days. Instead, demand that the mobile devices get control-mousewheel power.
Perhaps offer pick-a-style. Main thing, please donāt force mobile-device-styling⦠onto us desktop readers. Keep your walkie talkies out of our way. We desktoppers were here first, and for a MUCH longer time-span.
Aside: Iām test-driving that rant. Iāve never tried it before⦠not many opportunities. Iām trying to create a war between the mobiles and the desktops⦠and create a personal internal conflict for those who use both. heh.
This IS a line-length issue and not a sentence-length issue, right? The topic is a little wobbly. (Notice my heavy-use of ellipses⦠for long sentence management.)
Are we ACTUALLY suffering from too much text⦠due-to not enough āa picture tells a thousand wordsā diagrams? And/or⦠lack of multi-lingual docs? And/or⦠lack of multi-lingual playground-based tutorials? I dunno.
@Wingnut the mouse wheel is genius. Iām telling you modern browsers require modern solutions.
Hahaha
heh. I think mobile devices need CONTROL buttons even more than wheels. AND alt, and meta, and shift buttons⦠because this opens their world to control-swipe, alt-pinch, shifted touch, ALL the gestures get more options/power.
Anyway, mobile hardware design is WAY off-topic, I suppose.
Iām pretty sure chrome does that. You hold alt or something and scroll the mouse wheel it should scale the text size.
Iāll look that up really quick.
Ok itās ctrl-mouse wheel or +-
Yeah, I use control-mousewheel ALL THE TIME, in FIrefox. Big fonts are happy fonts⦠making miserably-complicated reading about shadow precision⦠happier.
But⦠no shift/alt/meta/control buttons on mobile devices (that I know-of)⦠so they donāt have a control-swipe to make THEIR fonts bigger ⦠with/without text re-wrap.
Too bad we lost text coloring in the new forum posts⦠cuz⦠I like tooty-frooty colors, too (esp in docs-authoring). I live on Sesame Street. Rainbow-text is tough, though⦠when allowing light and dark themes. Off-topic, sorry.
Sometimes Iām a little lazy, soā¦
Off-topic but about reading long texts on computer, notice the āread modeā icon (F9 key) on the left
Changes made as requested