Page 1 of 1

Spaces between paragraphs?

Posted: Tue Jul 09, 2019 8:21 pm
by botto
Spacing between text blocks in Bludit seems a bit of an ordeal. I tried to get into the code and insert breaks in text and Bludit just overwrites after I hit 'save'. When I go back into the text after hitting 'save' my code modifications are gone. The scaling of text (and images) also leaves much to be desired.

Re: Spaces between paragraphs?

Posted: Tue Jul 09, 2019 8:25 pm
by Edi
Which editor do you use? TinyMCE or EasyMDE (Markdown)?

Re: Spaces between paragraphs?

Posted: Tue Jul 09, 2019 8:39 pm
by botto
Looks like Tiny MCE. Bludit Pro 3.9.2

Re: Spaces between paragraphs?

Posted: Wed Jul 10, 2019 12:58 am
by Edi
botto wrote: Tue Jul 09, 2019 8:21 pm Spacing between text blocks in Bludit seems a bit of an ordeal. I tried to get into the code and insert breaks in text and Bludit just overwrites after I hit 'save'.
Spaces or lines could be disturbing for a newbie publishing with any Content Management System, not only Bludit.

With HTML it is not possible to add extra spaces or extra lines.

If you press "Enter" WYSIWG editors like TinyMCE add codes for paragraphs (text enclosed by <p> and </p>). The space between paragraps is set by the CSS.

If you press "Shift" + "Enter" a line break is inserted (<br>).

paragraph-break.png
paragraph-break.png (6.52 KiB) Viewed 2506 times

1) "Enter"
2) "Shift" + "Enter"

If you want add the HTML code <br> for a line break manually you have to use the source code editor (clicking the button "<>").

source-code.png
source-code.png (6 KiB) Viewed 2506 times
The scaling of text (and images) also leaves much to be desired.
The font size is set by the CSS.

You can also use different font sizes in TinyMCE by adding "fontsizeselect" to the toolbar in the settings of the plugin.

font-size.png
font-size.png (6.23 KiB) Viewed 2506 times

Images can be resized by using the cursor.

Re: Spaces between paragraphs?

Posted: Wed Jul 10, 2019 7:04 pm
by botto
Wow.

Your CMS does not work. That was what I was trying to explain. Doing those things you suggested does not work. The program overwrites whatever changes the user makes. Also, your CMS is not responsive. It breaks.

That's why it is not for me.

Re: Spaces between paragraphs?

Posted: Thu Jul 11, 2019 9:45 am
by Jay
botto wrote: Wed Jul 10, 2019 7:04 pm Also, your CMS is not responsive. It breaks.
Not responsive? :roll:
Screenshot_2019-07-11 New content - Bludit.png
Screenshot_2019-07-11 New content - Bludit.png (7.54 KiB) Viewed 2475 times