trello-capture
trello-capture copied to clipboard
Add capability of adding images to an existing card
I have added a combo for Cards in the list with an option for "New Card", and if someone selects an existing one it will just add the image on... I hope its useful...
My code is very messy as I had never even looked in to a chrome extension lol... but its working so its sufficient for now :)
I dont have a way of pushing the suggestion right now but here is my current cardCreate.js http://pastebin.com/2XBcQEL8 and cardCreate.html http://pastebin.com/ZKkJnnxa
- Still pending an initial "pull of the lists"... I tried getting that but for some reason its not running correctly....
- I removed the card sorting, as in my case it was not convenient. I was going to add a checkbox to "Sort Alphbetically / Sort by Trello Order" but didnt have time...