# Plugin Development

**URL:** https://forum.pinegrow.com/c/plugin-development/39.md

[Latest](https://forum.pinegrow.com/latest.md) · [Categories](https://forum.pinegrow.com/categories.md) · [Tags](https://forum.pinegrow.com/tags.md)

---

## [I want to make plugins for Pinegrow](https://forum.pinegrow.com/t/i-want-to-make-plugins-for-pinegrow/10169)

<div class="topic-metadata">

**Author:** [@Whittfield](https://forum.pinegrow.com/u/Whittfield)\
**Replies:** 2\
**Last updated:** [February 14, 2025, 7:03am UTC](https://forum.pinegrow.com/t/i-want-to-make-plugins-for-pinegrow/10169 "2025-02-14T07:03:35Z")

</div>

I want to make plugins for Pinegrow. In the past I have created plugins for other Platforms. So I’m no stranger to the concept. But the docs and this form are not current. Has writing your own plugins for Pinegrow not po…

---

## [Plugin Development Bug - InsertBefore Runs Twice](https://forum.pinegrow.com/t/plugin-development-bug-insertbefore-runs-twice/7371)

<div class="topic-metadata">

**Author:** [@smemis](https://forum.pinegrow.com/u/smemis)\
**Replies:** 1\
**Last updated:** [December 11, 2022, 12:23pm UTC](https://forum.pinegrow.com/t/plugin-development-bug-insertbefore-runs-twice/7371 "2022-12-11T12:23:39Z")

</div>

I am writing a simple plugin. In the code below, insertBefore runs 2 times and creates 2 elements. I couldn’t find a solution. I will be glad if you can help me how to fix it. Thank you. var things = new PgComponentTyp…

---

## [GitHub for Pinegrow](https://forum.pinegrow.com/t/github-for-pinegrow/5179)

<div class="topic-metadata">

**Author:** [@RobM](https://forum.pinegrow.com/u/RobM)\
**Replies:** 13\
**Last updated:** [May 5, 2022, 10:08am UTC](https://forum.pinegrow.com/t/github-for-pinegrow/5179 "2022-05-05T10:08:29Z")

</div>

Hi All, Just recorded my second (ever) livestream in a series about building a plugin that adds GitHub versioning to Pinegrow. Warning, it is slightly rambling, but should be acceptable when watched at 2x! Here is a li…

---

## [Interest in a Jekyll (or Hugo) integration for Pinegrow?](https://forum.pinegrow.com/t/interest-in-a-jekyll-or-hugo-integration-for-pinegrow/4204)

<div class="topic-metadata">

**Author:** [@Roel](https://forum.pinegrow.com/u/Roel)\
**Replies:** 2\
**Last updated:** [November 2, 2021, 8:10pm UTC](https://forum.pinegrow.com/t/interest-in-a-jekyll-or-hugo-integration-for-pinegrow/4204 "2021-11-02T20:10:25Z")

</div>

A while ago I and @RobM tossed ideas around of what a Jekyll (or Hugo, basically, ‘a’ static site generator…) integration with Pinegrow could potentially look like. Since that wasn’t the initial topic of the thread we we…

---

## [Plugin & Community Ideas](https://forum.pinegrow.com/t/plugin-community-ideas/5699)

<div class="topic-metadata">

**Author:** [@BonoBoos](https://forum.pinegrow.com/u/BonoBoos)\
**Replies:** 8\
**Last updated:** [September 24, 2021, 6:10pm UTC](https://forum.pinegrow.com/t/plugin-community-ideas/5699 "2021-09-24T18:10:19Z")

</div>

I think many are amazed by Pinegrow Online, at least I am! I would love to see plugin development become more accessible too, and I hope that some of these ideas will make it into Pinegrow for the long run; Pinegrow Sp…

---

## [What extensions the Pinegrow team is working on](https://forum.pinegrow.com/t/what-extensions-the-pinegrow-team-is-working-on/3845)

<div class="topic-metadata">

**Author:** [@matjaz](https://forum.pinegrow.com/u/matjaz)\
**Replies:** 25\
**Last updated:** [September 20, 2021, 8:49am UTC](https://forum.pinegrow.com/t/what-extensions-the-pinegrow-team-is-working-on/3845 "2021-09-20T08:49:00Z")

</div>

Now that we invited developers to participate in developing Pinegrow extension, it’s a good idea to coordinate a bit in order to avoid multiple people/teams working on the same thing. There is no problem in having many …

---

## [PG Devtool Extension progression Bootstrap 5 build in terminal Pinegrow](https://forum.pinegrow.com/t/pg-devtool-extension-progression-bootstrap-5-build-in-terminal-pinegrow/5084)

<div class="topic-metadata">

**Author:** [@AllMediaLab](https://forum.pinegrow.com/u/AllMediaLab)\
**Replies:** 2\
**Last updated:** [March 8, 2021, 3:43pm UTC](https://forum.pinegrow.com/t/pg-devtool-extension-progression-bootstrap-5-build-in-terminal-pinegrow/5084 "2021-03-08T15:43:53Z")

</div>

Hi, Today I managed to install a Bootstrap 5 build system in Pinegrow Windows 10 with Browsersync (server) @ehigiepaul is working on it and it’s looking better every time he updates the extension.The Mac version is not …

---

## [How to create an action plugin?](https://forum.pinegrow.com/t/how-to-create-an-action-plugin/4850)

<div class="topic-metadata">

**Author:** [@ehigiepaul](https://forum.pinegrow.com/u/ehigiepaul)\
**Replies:** 5\
**Last updated:** [January 20, 2021, 7:22pm UTC](https://forum.pinegrow.com/t/how-to-create-an-action-plugin/4850 "2021-01-20T19:22:22Z")

</div>

Good day, I will like to ask on how to create a plugin in PG that shows up in the action panel, the docs is not helping at all. Have be on it for a week and i still dont get the result am looking for. var Bind = new …

---

## [How to test plugin without unloading and loading it](https://forum.pinegrow.com/t/how-to-test-plugin-without-unloading-and-loading-it/4825)

<div class="topic-metadata">

**Author:** [@ehigiepaul](https://forum.pinegrow.com/u/ehigiepaul)\
**Replies:** 1\
**Last updated:** [January 8, 2021, 7:30pm UTC](https://forum.pinegrow.com/t/how-to-test-plugin-without-unloading-and-loading-it/4825 "2021-01-08T19:30:36Z")

</div>

good day, i will like to know how to test my plugin without loading and unloading it everytime i modify the code. And please can we also get a typescript sdk for PG to make it easy to develop plugin faster. Thanks

---

## [Can you modify default PG plugin frameworks?](https://forum.pinegrow.com/t/can-you-modify-default-pg-plugin-frameworks/4559)

<div class="topic-metadata">

**Author:** [@jonroc](https://forum.pinegrow.com/u/jonroc)\
**Replies:** 1\
**Last updated:** [September 29, 2020, 6:26pm UTC](https://forum.pinegrow.com/t/can-you-modify-default-pg-plugin-frameworks/4559 "2020-09-29T18:26:20Z")

</div>

Is there a “child theme” or something I can use to alter the default PG frameworks? Or if I change the files will they be overridden? Specifically, my version of bootstrap has 8 spacers (ex: m-1 to m-8) vs the default 5…

---

## [Tailwind Color Picker](https://forum.pinegrow.com/t/tailwind-color-picker/4323)

<div class="topic-metadata">

**Author:** [@Thomas](https://forum.pinegrow.com/u/Thomas)\
**Replies:** 4\
**Last updated:** [July 9, 2020, 6:27pm UTC](https://forum.pinegrow.com/t/tailwind-color-picker/4323 "2020-07-09T18:27:07Z")

</div>

Hi guys, saw the color picker of TailwindCSS and wanted to ask if this is a “secret”? Or is there any pointer and/or documentation to rebuild this by myself? I’m asking, cause it would be a perfect fit for my Reginald …
