A small Chrome extension for self-hosted Plane: work-item templates + wider names #9406
gaerae
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run Plane self-hosted, and I kept doing the same two things by hand. So I wrote a small Chrome extension for them.
It's client-side only. It doesn't touch the Plane server or your data.
It adds a "Template" button next to Attach in the description toolbar, and in the create-work-item modal. Pick a template and it fills the title plus a Markdown body — headings, lists, checkboxes. I use it mostly for bug reports and weekly reports.
Templates can also include a few variables, filled in when you insert:
The other half is truncated names.
Module, cycle, label, and breadcrumb names get cut off by a fixed max-width in the UI. You point at one with a small element picker and add a width rule, without opening DevTools.
One caveat up front: I built and tested this on self-hosted OSS Plane only. I don't use the cloud version, so I can't speak to it. The paid tiers may already do some of this, and the UI there may differ.
A few things plainly:
Store: https://chromewebstore.google.com/detail/dicjfphghjfljkifogkplgdeefjdkhbo
Source: https://github.com/gaerae/enhancer-for-plane
Beta Was this translation helpful? Give feedback.
All reactions