# Why the editor functionality was changed?

**URL:** https://meta.discourse.org/t/why-the-editor-functionality-was-changed/35357
**Category:** Bug
**Tags:** composer
**Created:** [November 8, 2015, 3:55pm UTC](https://meta.discourse.org/t/why-the-editor-functionality-was-changed/35357 "2015-11-08T15:55:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![iamntz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamntz/32/114670_2.png) [@iamntz](https://meta.discourse.org/u/iamntz)
#### Post date: [November 8, 2015, 3:55pm UTC](https://meta.discourse.org/t/why-the-editor-functionality-was-changed/35357/1 "2015-11-08T15:55:46Z")

</div>

I noticed that couple of days ago, the Insert link functionality is broken. Then I started to notice that there are other broken functionality as well:

- Links
- Quotes
- Code

Basically all previous shortcuts are gone.

Besides that, if you select a text and add a link on that text, the text will be removed. If you press ctrl+k to insert a link, the browser (chrome, at least) will focus address bar, so you will need to move the mouse, click on the URL field, then add the url.

Please restore the previous functionality…

---

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [November 8, 2015, 3:59pm UTC](https://meta.discourse.org/t/why-the-editor-functionality-was-changed/35357/2 "2015-11-08T15:59:23Z")

</div>

The composer is currently being (completely) rewritten by the Discourse Team, there still are some bugs but it will be fixed soon

> [@Help us test the rewritten Composer](https://meta.discourse.org/t/help-us-test-the-rewritten-composer/34679):
>
> We’ve been using [pagedown](https://code.google.com/p/pagedown/) as our rich composer for years. Unfortunately, we’d outgrown it in a few ways: It’s very hard to extend to add features. It hasn’t been updated in years. It had implementations of features we didn’t like or found buggy like undo/redo. We forked the editor and removed them but that just left us with a lot of dead code. It had zero tests. Modifying it meant we could be taking a detour to regression town U.S.A. We made the decision to rewrite our composer us…

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [November 8, 2015, 5:58pm UTC](https://meta.discourse.org/t/why-the-editor-functionality-was-changed/35357/3 "2015-11-08T17:58:54Z")

</div>


