# How to install a plugin on Discourse-hosted-Discourse?

**URL:** https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783
**Category:** Support
**Created:** [Avril 18, 2016, 11:34 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783 "2016-04-18T23:34:34Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![dalanmiller](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dalanmiller/32/121890_2.png) [@dalanmiller](https://meta.discourse.org/u/dalanmiller)
#### Post date: [Avril 18, 2016, 11:34 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/1 "2016-04-18T23:34:34Z")

</div>

I’d like to add fancy Github-style checkboxes to my markdown options.

[https://github.com/ligthyear/discourse-plugin-checklist](https://github.com/ligthyear/discourse-plugin-checklist)

How do I get this on my Discourse instance if I don’t control it?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [Avril 18, 2016, 11:38 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/2 "2016-04-18T23:38:37Z")

</div>

You don’t want to use that plugin. You will want to use

> [@Discourse Checklist](https://meta.discourse.org/t/checklist-plugin-interactive-checkboxes-made-simple/36362):
>
> discourse2Summary Discourse Checklist allows checkboxes to be added to posts with simple Markdownopen_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately. Enabling Checklist The Checklist plugin is enabled by default but can be disabled/enabled from its settings, accessed from your admin/plugins page: [Checklist settings] Features Once enabled, you can add checklists to your posts by typing them in like this: …

It works with the latest version of Discourse, and the README has a link to how to install plugins.

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [Avril 18, 2016, 11:38 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/3 "2016-04-18T23:38:58Z")

</div>

For Discourse instances hosted by us ([discourse.org](http://discourse.org), Civilized Discourse Construction Kit Inc), you need to be on our Enterprise plan in order to install custom plugin bundles, because we use multisite for standard/business customers and a plugin installed for one customer in a multisite config runs for everyone, which can cause Confusion and Delay if there’s bugs in the plugin, or incompatibilities with other plugins, or any number of other potential issues.

If you’re an Enterprise plan customer, just drop us a note at `team@discourse.org` explaining what you want, and we’ll get it sorted for you.

If there’s a plugin that’s high quality and widely sought after, we do add new plugins to our standard/business plans from time to time, after doing a lot of verification to make sure it’s not going to cause problems for customers who don’t want it.

---

<div class="post-metadata">

### Author: ![dalanmiller](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dalanmiller/32/121890_2.png) [@dalanmiller](https://meta.discourse.org/u/dalanmiller)
#### Post date: [Avril 18, 2016, 11:52 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/4 "2016-04-18T23:52:35Z")

</div>

Unfortunately, we are on the standard business plan at the moment and probably won’t upgrade to enterprise for the near future.

Is there a proposal process for suggesting plugins?

---

<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: [Avril 18, 2016, 11:59 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/5 "2016-04-18T23:59:26Z")

</div>

You may want to move to self hosting; it’s unlikely we will include that particular plugin any time soon.

Also reminder, you can simply do checklists using emoji and edits, e.g:

- ☑ Something I finished

- 🔲 Something I haven’t finished

which is

```
- :ballot_box_with_check: Something I finished

- :black_square_button: Something I haven't finished

```

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [Avril 19, 2016, 3:41 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/6 "2016-04-19T03:41:54Z")

</div>

I really like @codinghorror’s suggestion.

Sometimes I just use a `<del>` tag to cross something off:

- ~~get milk~~

---

<div class="post-metadata">

### Author: ![gbcox](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gbcox/32/122706_2.png) [@gbcox](https://meta.discourse.org/u/gbcox)
#### Post date: [Octobre 20, 2018, 1:42 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/7 "2018-10-20T13:42:29Z")

</div>

Just out of curiosity… is the Official Translator plugin one that is available for standard/business plans?

> [@Discourse Translator](https://meta.discourse.org/t/discourse-translator/32630?source_topic_id=65870):
>
> discourse2Summary Discourse Translator translates posts on Discourse using Microsoft, Google, or Yandex translation APIs.hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-translator](https://github.com/discourse/discourse-translator)open_bookInstall Guide [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157)Features Each post is only translated once per locale which saves you moneybagNote that language detection is also run once for every post. Be careful when enabli…

---

<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: [Octobre 22, 2018, 3:51 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/8 "2018-10-22T03:51:14Z")

</div>

> [@gbcox](#):
>
> is the Official Translator plugin one that is available for standard/business plans?

At the moment we only offer translator on the enterprise plans.

---

<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: [Janvier 3, 2024, 8:43 UTC](https://meta.discourse.org/t/how-to-install-a-plugin-on-discourse-hosted-discourse/42783/10 "2024-01-03T08:43:25Z")

</div>


