Trello Enhanced Date - Inactive
Chrome Extension for making the Trello due date reminder more customizable.
You can find the extension on the Chrome store: Trello Enhanced Date
Usage
Days info
The number of days indicates when the selected color should be used. A positive number of days is number of days after the deadline. A negative number of days (e.g. "-7") indicates number of days before the deadline.
Colors info
Colors are currently limited to only hex colors, as that's easy to write code for. The "#"(hash) character is currently required, so this will allow hex colors of 4 and 7 characters (e.g. #FFF and #FFFFFF)
If the is interest in support for RGB and named colors (e.g. light-blue), I'll look into implementing it.
Language info
Currently only english is fully supported. If there is interest in support for other language send a mail to mgapcdev@gmail.com or submit an issue on the github page.
Example 1
Installation
- Download repo to local environment:
git clone https://github.com/MGApcDev/Trello-Enhanced-Date.git
- Open Google Chrome and go to
Menu
- Go to
"More tools" -> "Extensions"
- Click on
"Load unpacked extension..."
- Select the folder you downloaded the repo to
- Now you can make changes to the project, remember to reload the extension when you make changes
Contributions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :smile:
Credits
Bug and fixes
Observe dom changes :arrow_right: MutationObserver
Image and icons
Color picker :arrow_right: colorPicker by PitPik
[Modified] Settings icon :arrow_right: Icons made by Egor Rumyantsev from www.flaticon.com is licensed by CC 3.0 BY
Valid check icon :arrow_right: Icons made by Dave Gandy from www.flaticon.com is licensed by CC 3.0 BY
Invalid check icon :arrow_right: Icons made by Dave Gandy from www.flaticon.com is licensed by CC 3.0 BY
Copyright © 2016 Mathias Grundtvig Andreasen (MGApcDev). Licensed under the terms of the MIT license.