# Verzoek om een plugin-uitlaat tussen de editor en preview

**URL:** https://meta.discourse.org/t/request-for-a-plugin-outlet-between-the-editor-and-preview/306358
**Category:** Development
**Tags:** plugin-api
**Created:** [1 mei 2024 om 16:50 UTC](https://meta.discourse.org/t/request-for-a-plugin-outlet-between-the-editor-and-preview/306358 "2024-05-01T16:50:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Alteras](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alteras/32/179824_2.png) [@Alteras](https://meta.discourse.org/u/Alteras)
#### Post date: [1 mei 2024 om 16:50 UTC](https://meta.discourse.org/t/request-for-a-plugin-outlet-between-the-editor-and-preview/306358/1 "2024-05-01T16:50:52Z")

</div>

I’m trying to make a theme component where the user can adjust the sizing of the preview/editor in the composer. Ideally this would be as an dragbar element that the user would drag around.

For that, could a plugin outlet be added? This should be between `div.d-editor-preview-wrapper` and `div.d-editor-textarea-column` inside of `div.d-editor-container` (line 80 of `d-editor.hbs` it looks like).

> <https://github.com/discourse/discourse/blob/678e3cfd2589a578156d717a32c376b3316c0427/app/assets/javascripts/discourse/app/components/d-editor.hbs#L75-L85>

 ![proposed plugin outlet location visually](https://global.discourse-cdn.com/meta/original/4X/8/1/5/815128ff14b9e08734fedededc80a798888ebb27.png)

---

<div class="post-metadata">

### Author: ![Alteras](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alteras/32/179824_2.png) [@Alteras](https://meta.discourse.org/u/Alteras)
#### Post date: [10 mei 2024 om 22:38 UTC](https://meta.discourse.org/t/request-for-a-plugin-outlet-between-the-editor-and-preview/306358/2 "2024-05-10T22:38:54Z")

</div>

No longer needed! Ended up just putting a div in `after-d-editor` plugin outlet and did some CSS to position it properly.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [9 juni 2024 om 22:39 UTC](https://meta.discourse.org/t/request-for-a-plugin-outlet-between-the-editor-and-preview/306358/3 "2024-06-09T22:39:45Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
