# Plugin WYSIWYG (otra vez)

**URL:** https://meta.discourse.org/t/wysiwyg-plugin-again/39747
**Category:** Feature
**Tags:** completed
**Created:** [17 Febrero, 2016 18:18 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747 "2016-02-17T18:18:46Z")
**Posts on this page:** 9
**Page:** 2

<div class="post-metadata">

### Author: ![P16](https://avatars.discourse-cdn.com/v4/letter/p/b19c9b/32.png) [@P16](https://meta.discourse.org/u/P16)
#### Post date: [12 Julio, 2016 18:20 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/21 "2016-07-12T18:20:38Z")

</div>

@Rob_Nicholson what I did to get around the issue was remove the buttons toolbar, and remove the preview on the right. Then I centered the editor, made the preview pane optional (it opens on top of the editor on click. The only buttons I needed were the Emoji and the Upload Picture buttons, which I added at the extreme right, making it similar to a phone UI. Most people will just write unformatted text, and for now this should suit you fine.

In a few months, one of us will get around to making a plugin for wysiwyg, so I guess we just have to be patient.

---

<div class="post-metadata">

### Author: ![Tom\_Newsom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tom_newsom/32/115981_2.png) [@Tom\_Newsom](https://meta.discourse.org/u/Tom_Newsom)
#### Post date: [12 Julio, 2016 19:20 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/22 "2016-07-12T19:20:29Z")

</div>

Yeah, you can just hide all the formatting buttons with CSS. The only issue comes when people use markdown _by accident_ and wonder why they don’t Get What They Saw.

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [12 Julio, 2016 20:52 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/23 "2016-07-12T20:52:17Z")

</div>

> [@gerhard](#):
>
> You could even use the same number over and over again. That’s what I’m always doing…

That is indeed a very convient way to do it. Shame having that in the parser makes it hard to start reponse with _year period_. Like “When did you start hating Markdown? \n\n 2014. That’s when I started actually using Markdown.”

---

<div class="post-metadata">

### Author: ![Rob\_Nicholson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rob_nicholson/32/63483_2.png) [@Rob\_Nicholson](https://meta.discourse.org/u/Rob_Nicholson)
#### Post date: [14 Julio, 2016 09:00 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/24 "2016-07-14T09:00:56Z")

</div>

Another “problem” is typing #1 at the start of a line

#1 which turns it into this

Try explaining “escape codes” to a non-technical user…

I suppose this summarises my reservations about a markdown editor - normal users don’t expect something weird to happen when they type a letter. if they press “#” then they expect “#” to appear on the screen - always.

---

<div class="post-metadata">

### Author: ![ccdw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ccdw/32/51564_2.png) [@ccdw](https://meta.discourse.org/u/ccdw)
#### Post date: [14 Julio, 2016 09:40 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/25 "2016-07-14T09:40:55Z")

</div>

> [@Rob\_Nicholson](#):
>
> Try explaining “escape codes” to a non-technical user…

Being able to disable markdown within comments would be a start - although in my view the original post content itself still needs the ability to add H1, H2, bold etc.

> [@P16](#):
>
> In a few months, one of us will get around to making a plugin for wysiwyg, so I guess we just have to be patient.

I was originally hopeful, but after considerable research I very much doubt that there is much appetite for this to be developed by third party developers, not least because of the ongoing maintenance issues associated with third party plugins. And if _maintenance_ isn’t proactive, imagine building up your community and then upgrading to an essential release only to find most of your existing posts are ill formatted.

Here’s Sam’s view on the scope of the _problem_ from [Who would prefer a standard wysiwyg to markdown?](https://meta.discourse.org/t/who-would-prefer-a-standard-wysiwyg-to-markdown/31340/53):

> [@Who would prefer a standard wysiwyg to markdown?](https://meta.discourse.org/t/who-would-prefer-a-standard-wysiwyg-to-markdown/31340/53):
>
> You got to have some perspective on the enormity of the problem.
> 
> A forum that has been, from day zero, WYSIWYG is probably reasonably straight forward to build and would only take 2-12 weeks of development as a plugin, there are real challenges around quoting, but quite a few options to shop from and you can strip out lots of features.
> 
> However, a WYSIWYG editor that co-exists with our Markdown hybrid editor is an impractical project to embark on. Going back and forth from Markdown to WYSIWYG is just too big of a project, and would always cause annoying reformatting of Markdown.
> 
> As it stands we have huge amounts of debt with our editor we got to repay, multiple weeks of engineering are required to move us to CommonMark, this is where we are going to invest our efforts. It would spread us way too thin to be also building a “WYSIWYG” option.
> 
> I much prefer investing effort in refining our current solution than jumping ship. There are tons of refinements left: “synchronizing” preview, to interacting and resizing images in preview.

---

<div class="post-metadata">

### Author: ![Rob\_Nicholson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rob_nicholson/32/63483_2.png) [@Rob\_Nicholson](https://meta.discourse.org/u/Rob_Nicholson)
#### Post date: [14 Julio, 2016 09:51 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/26 "2016-07-14T09:51:28Z")

</div>

> [@ccdw](#):
>
> I was originally hopeful, but after considerable research I very much doubt that there is much appetite for this to be developed by third party developers,

Yes, I’d prefer a solution to be part of the core software as it’s an important part of the overall system from an end-user point of view. They will spend most time reading posts, then navigating and then writing posts themselves.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [14 Julio, 2016 09:55 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/27 "2016-07-14T09:55:13Z")

</div>

I am closing this topic, sorry.

From

> Let us discuss the technical implementation of WYSIWYG

It has become

> Welcome to festivus, time to air our grievance

Flag to reopen after festivus is over.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [14 Julio, 2016 09:55 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/28 "2016-07-14T09:55:17Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [12 Marzo, 2025 23:40 UTC](https://meta.discourse.org/t/wysiwyg-plugin-again/39747/31 "2025-03-12T23:40:38Z")

</div>

Discourse ahora envía un editor experimental WYSIWYG 🎊

> [@Test our new composer!](https://meta.discourse.org/t/test-our-new-composer-on-meta/352347/1):
>
> 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 it out to get more feedback from our community on this feature! Our implementation builds upon the excellent [ProseMirror](https://prosemirror.net/) and its non-core [Markdown module](https://github.com/ProseMirror/prosemirror-markdown), 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 composer and a hub for…

[Página anterior](https://meta.discourse.org/t/wysiwyg-plugin-again/39747.md?page=1)
