# Shared-Edits Improvements

**URL:** https://meta.discourse.org/t/shared-edits-improvements/232713
**Category:** UX
**Tags:** shared-edits
**Created:** [October 29, 2021, 2:37pm UTC](https://meta.discourse.org/t/shared-edits-improvements/232713 "2021-10-29T14:37:15Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [December 15, 2021, 12:55am UTC](https://meta.discourse.org/t/shared-edits-improvements/232713/9 "2021-12-15T00:55:00Z")

</div>

I pushed a few changes.

[https://github.com/discourse/discourse-shared-edits/pull/31](https://github.com/discourse/discourse-shared-edits/pull/31)

> [@Ralf\_Stockmann](#):
>
> If I enabled Shared Edits, I have the option to make it a wiki, too. But if I do so via the `Make Wiki` option, it still reads “Make Wiki”. It will enter Wiki mode, though. But there is no way to revoke the Wiki.

This is fixed. Toggling wiki on/off on a shared edit post will now show the correct label.

> [@Ralf\_Stockmann](#):
>
> I figure the best way to solve this would be to redirect the `Edit Post` button to the new shared edits composer?

This is also fixed. If you click the button from the revision history modal AND the post is set to `shared-edit` it will open the shared-edits composer instead of the default one.

> [@nathank](#):
>
> If you find out how to target Shared Edits posts

I added the class in the plugin. So, you can remove the snippet you added. The plugin will now add that class without needing any modification.

> [@Discourse Shared Edits](https://meta.discourse.org/t/discourse-shared-edits/167583/50):
>
> What I really need to target is the first revision-footer-button (with the text Edit Wiki) and hide it for Shared Edits posts only

I’m guessing you wanted that because the button used to open the default composer? That’s now fixed, so you won’t need to hide it anymore.

---

_[View the full topic](https://meta.discourse.org/t/shared-edits-improvements/232713)._
