ozkn
(Mathx)
January 1, 2021, 3:43pm
1
how to enable image preview by default on mobile devices in editor uploads
I do not understand what you have written? Can you provide a screenshot?
ozkn
(Mathx)
January 2, 2021, 11:43am
3
The reason I want this is that novice users are having trouble uploading photos @codinghorror
Example screenshot;
Johani
(Joe)
January 2, 2021, 7:08pm
4
Your users can toggle the editor preview on mobile by clicking on this button.
and it will show rendered images like so
ozkn
(Mathx)
January 2, 2021, 8:20pm
5
I know what you said. Can I see when pictures are added without clicking here. how do i add photos such as ckeditor. Unfortunately not everyone is used to markdown editor like me
Falco
(Falco)
January 2, 2021, 10:40pm
6
That would need need a WYSIWYG mode for the composer, and it’s not something we plan on doing. There are dozens of topics about it, like Who would prefer a standard wysiwyg to markdown? WYSIWYG Plugin (again)
sam
(Sam Saffron)
March 12, 2025, 11:46pm
8
Discourse is now shipping an experimental WYSIWYG composer
We have been working on a new rich text editor mode for our composer so that it’s easier to write on Discourse. We’re now ready to start testing this mode out on Meta to get more feedback from our community on this feature!
Our implementation builds upon the excellent ProseMirror and its non-core Markdown module , using the module’s schema, parsing, and serialization definitions as the base for further Discourse-specific features.
This topic will serve as both a guide to testing the new compose…
This is transformative on mobile cause you see images inline in your posts.