GithubHelp home page GithubHelp logo

power-up-template's Introduction

Trello Power-Up Template

Hey there ๐Ÿ‘‹

This is a full featured sample Trello Power-Up. What does that mean for you? We hope it's a great starting point for you to fork, and make your own great Power-Up that makes Trello work even better for you.

Want to try this sample out right away without waiting? Go ahead and grab the connector URL (https://trello.github.io/power-up-template/index.html). If you've forked it, you should grab your fork's connector URL. And then head here:

๐Ÿ‘‰ https://trello.com/power-ups/admin

Select the Trello team you want to add the Power-Up to. Note: You need to be an admin of the Trello team to add custom Power-Ups to it.

Now click the Create new Power-Up button. If this is your first time creating a Power-Up, you'll need to agree to a "Joint Developer Agreement" first. After you have done that, you need to give your cool new Power-Up a name, and paste the connector URL in (the one you created earlier). You can read about what all of the fields are used for at Managing Power-Ups.

Click Save and it's time to celebrate ๐ŸŽ‰ ๐ŸŽŠ

Now when you look at the Power-Ups for any board in that team, your awesome new Power-Up will be available under the Custom section. All changes you commit and push to the repo will be reflected in the Power-Up!


Want more information about Power-Ups? ๐Ÿค”

๐Ÿ‘‰ https://developers.trello.com/power-ups/intro

We even have office hours you can sign up for if you want to talk to a real live person about your Power-Up. Just grab a slot that works for you on this calendar. (Remember to add a bit about what you'd like help with when signing up for a slot).


Looking for a more realistic example Power-Up? You may find the Trello Card Snooze Power-Up useful. ๐Ÿ˜ด

๐Ÿ‘‰ Trello Card Snooze Glitch Project

power-up-template's People

Contributors

bentleycook avatar mpcowan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

power-up-template's Issues

Feature Request: Card Number in export

Would it be possible to allow the Card Number field to be include when exporting a Trello board? I've got some people who want to be able have that information available in a spreadsheet so they can use it in other systems.

Putting manifest url into the prompt has no effect

I am trying to run the demo power-ups you provide without any result.

I think the main issue is that there is no prompt on https://trello.com/power-up-preview where I can paste your manifest url.

So I created a new power up on https://trello.com/power-up-preview and pasted the manifest url https://trello.github.io/power-up-template/manifest.json into the Manifest URL textbox.

What do I have to do now? I cannot see the Power Up on any of my boards.

Cheers and best regards,
Daniel

show-authorization, authorization-status

These are two capabilities that are not documented at all! Im trying to create a power up now, but when I add these capabilities, my settings wont work. I want the user to click settings and then auth himself first, without clicking settings and so forth. How can I cat auth in the settings?

These capabilites is used but slack and github forexample

How to get actions for current card?

How to get actions for current card?

TrelloPowerUp.initialize({
'card-badges': function (t, options) {
return getBadges(t);
},
'card-detail-badges': function (t, options) {
return getBadges(t);
}
})

var getBadges = function (t) {

return t
    .card('id', 'name', 'shortLink')
    .then(function (ctx) {
        // TODO: get a card action history
    })

}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.