מציגים את הכלי חיבור החדש שלנו, הכתיבה בדיסקורס קלה מתמיד

I could do that, yes, but I think that having it natively, where the user could pick their own preference, for example here on this Discourse forum, would be preferable, I believe.

2 לייקים

@Jonathan5 We recently added a new setting that lets you control which editor is shown by default in your community: Choosing the default composer mode for your community

2 לייקים

I noticed you mentioned my comment on the original topic, but this new topic doesn’t fully address what I was mentioned there. It’s indeed good that users can pick their default composer mode. My 2 main issues are still:

  • The font being used in the markdown
  • The constant jumping around of the composer (left to center) when going from markdown to rich text. Maybe some users will never use markdown, but a lot of us will and having the composer changing place all the time, is a bit unnecessary, in my opinion. I rather have markdown where I can see exactly what’s going on, and having a preview on the right.

That being said, the monospace font is really uncomfortable to the eyes (and I’m sure other users agree on that, not just by personal choice, but because it seems like a “universal rule” not to use monospace for reading text).

Maybe some users like it. I’ve seen some crazy color themes for people who code and that hurts my eyes just by looking at them for 5 seconds, let alone spending hours upon hours looking at that screen… But, different people have different tastes, so I believe that giving them the option to pick monospace or sans-serif is important. Yes, I could force sans-serif with CSS, but that would prevent people who want to use monospace to really have that option.

So on my behalf and maybe other users as well, consider those 2 options on a future release to make the experience more flexible and pleasant to all users.

Thanks.

3 לייקים

At this point, it’d probably be best to have dedicated topics for different issues or ideas.

Here’s an existing topic about the monospace font you can bring that part of the discussion to: Monospace font in the Markdown-only editor

2 לייקים

Hi, in the new composer, I do not see the preview window on the right? How do I get it back for all my members ? Thanks.

2 לייקים

i pressed “Yes”

2 לייקים

Sorry I do not see where to press yes, I don’t have this message.

The setting is in “All site settings” :slightly_smiling_face:

Sure, it’s somewhere, my question was more and still is, where? :wink:

There’s no preview in WYSIWYG mode (for good reason), as you should be seeing what you will get … already :slight_smile:

לייק 1

In the new composer isn’t any preview, because it is preview already.

Change default back to old one.

4 לייקים

Ok thanks for the explanation :smiley: . So the answer I got from @Ethsim2 to press yes somewhere is not related to my concern ?

Useful to now there is no more preview so that I can inform my users to that change in the UI.

There is still a preview if you flick the toggle to change mode to Markdown in the Composer UI. Simples.

2 לייקים

Everything is clear now :smiley: . For administrators who haven’t had the opportunity or time to follow the numerous developments regarding this change in the user interface, it’s actually quite simple. There is an administrator setting located here (see screen capture below) that allows you to switch from Rich Text mode to Markdown. Rich Text does not have a preview, because it’s WYSIWYG and it’s is a new feature and Markdown mode has a preview, which corresponds to the old mode our users (and myself) were accustomed to.

The setting: /admin/site_settings/category/all_results?filter=default_composition_mode

2 לייקים

Interesting question, acronyms are generally not translated though some use “Éditeur en mode visuel” instead (which means editor in visual mode).

However, our French-speaking Canadian friends :canada: are much more sensitive to respect for the French language and have equivalents that, I must say, are rarely used in France, for example:

Common translations in Quebec for WYSIWYG:

"Tel affichage, tel résultat"
→ This is the official translation recommended by the OQLF (Office québécois de la langue française). 
2 לייקים

I see that now this is no longer a “Experimental” feature, it’s made it to the official settings since the most recent update. Nice.

Now I just wish the new composer was compatible with the [grid] tag in WYSIWYG mode. It’ll be I’m told. Can’t wait!

4 לייקים

2 posts were split to a new topic: Errors when trying to post with rich text editor

Does the Rich Composer have support for System Specs?

I noticed the Composer Component in system specs seems to only provide methods for populating the markdown composer?

לייק 1

You can use the same PageObject, you can check some existing examplesprosemirror_editor_spec.rb is the main one.

לייק 1

Ah, perfect, thanks @renato !