Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
docs: make it clear that the chrome extension was acquired by another…
Browse files Browse the repository at this point in the history
… developer
  • Loading branch information
adrienjoly committed Jun 6, 2023
1 parent 55f3413 commit 60c370c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 192 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Next Step for Trello [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ca1f64573ee434eb82159df9d7afc0f)](https://www.codacy.com/app/adrien-joly/chrome-next-step-for-trello?utm_source=github.com&utm_medium=referral&utm_content=adrienjoly/chrome-next-step-for-trello&utm_campaign=Badge_Grade) [![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/nimelepbpejjlbmoobocpfnjhihnpked.svg)](https://chrome.google.com/webstore/detail/next-step-for-trello/iajhmklhilkjgabejjemfbhmclgnmamf)
# Next Step for Trello [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ca1f64573ee434eb82159df9d7afc0f)](https://www.codacy.com/app/adrien-joly/chrome-next-step-for-trello?utm_source=github.com&utm_medium=referral&utm_content=adrienjoly/chrome-next-step-for-trello&utm_campaign=Badge_Grade)

Google Chrome extension to check tasks directly from your Trello boards. ☑️🚀
Browser extension to check tasks directly from your Trello boards. ☑️🚀

🌟 Install and rate it from there: [Next Step for Trello](https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf) (Chrome Web Store)
> Note: [The corresponding extension on Chrome Web Store](https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf) was acquired on June 5th, 2023. It's now maintained by a different developer, in a different repository.
🌟 Install it from there: [Next Step for Trello](https://adrienjoly.com/chrome-next-step-for-trello/)

![Next step for trello screenshot](assets/next-step-check-anim.gif)

Expand Down
191 changes: 3 additions & 188 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="assets/index.css?v2">
<link rel="stylesheet" href="assets/tweet.css">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf">
<meta property="og:title" content="Next Step for Trello">
<meta property="og:description" content="Increase your productivity with this Google Chrome extension that displays the next To-Do step of each card, on your Trello boards.">
<meta property="og:description" content="Increase your productivity with this browser extension that displays the next To-Do step of each card, on your Trello boards.">
<meta property="og:image" content="https://adrienjoly.com/chrome-next-step-for-trello/assets/next-step-screenshot.png">
<meta property="og:url" content="https://adrienjoly.com/chrome-next-step-for-trello">
</head>
Expand All @@ -24,9 +23,9 @@ <h2 style="flex: 0 1 auto" class="lp-m-top-p5">Trello cards on steroids</h2>
<img src="assets/next-step-check-anim.gif" id="video-01" style="background: white;">
</div>
<div style="display: flex; flex: 0 1 auto; justify-content: space-around; position: relative" class="lp-m-top-3">
<a href="https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf" style="flex: 1 0 280px; padding-left: 0; padding-right: 0" class="lp-btn">Install on Google Chrome</a>
<a href="https://github.com/adrienjoly/chrome-next-step-for-trello/blob/main/dist/next-step-for-trello.user.js#L11" style="flex: 1 0 280px; padding-left: 0; padding-right: 0" class="lp-btn">Install as a user-script</a>
</div>
<p id="also-avail">Can also be installed as a user-script (<a href="https://github.com/adrienjoly/chrome-next-step-for-trello/blob/main/dist/next-step-for-trello.user.js#L11">see instructions</a>) on Mozilla Firefox and other web browsers</p>
<p id="also-avail">Note: <a href="https://chrome.google.com/webstore/detail/next-step-for-trello-card/iajhmklhilkjgabejjemfbhmclgnmamf">The corresponding extension on Chrome Web Store</a> was acquired on June 5th, 2023. It's now maintained by a different developer.</p>
</div>
</section>
<section id="features">
Expand All @@ -45,16 +44,6 @@ <h2>Trello users waste 4min35 opening cards everyday.</h2>
<h2>A Chrome Extension that respects your privacy.</h2>
<p class="lp-m-top-0">Next Step for Trello does not store any personal data. Need proof? Check out its <a href="https://github.com/adrienjoly/chrome-next-step-for-trello">source code</a>!</p>
</article>
<!--
<article>
<h2>Quickly plan your day from Trello.</h2>
<p class="lp-m-top-0">If you use checklists inside your cards, we'll show you the next item to do, directly from your board view.</p>
</article>
<article>
<h2>Four modes.</h2>
<p class="lp-m-top-0">First checklist item? First item of each checklist? All checklist items? You can switch in one click!</p>
</article>
-->
</section>
<section id="section-testimonials">
<div style="display: flex; flex-direction: column;" class="section-content lp-txt-align-c">
Expand Down Expand Up @@ -150,180 +139,6 @@ <h1>Productive people <span class='heart'>❤</span> it.</h1>
</div>
</blockquote>
</article>
<!--
<article class="twitter-tweet twitter-tweet-rendered">
<blockquote class="Tweet h-entry js-tweetIdInfo subject expanded is-deciderHtmlWhitespace">
<div class="Tweet-header u-cf">
<div class="Tweet-brand u-floatRight">
<span class="u-hiddenInNarrowEnv">
<a class="FollowButton follow-button profile" href="https://twitter.com/antoninarcher" role="button">
<span class="FollowButton-bird">
<div class="Icon Icon--twitter "></div>
</span> Follow
</a>
</span>
</div>
<div class="TweetAuthor" data-scribe="component:author">
<a class="TweetAuthor-link Identity u-linkBlend" href="https://twitter.com/antoninarcher">
<span class="TweetAuthor-avatar Identity-avatar">
<img class="Avatar" src="https://pbs.twimg.com/profile_images/697061373805723648/ZPwkgNIZ_400x400.jpg">
</span>
<span class="TweetAuthor-name Identity-name customisable-highlight">Antonin Archer</span>
<span class="TweetAuthor-screenName Identity-screenName">@antoninarcher</span>
</a>
</div>
</div>
<div class="Tweet-body e-entry-content" data-scribe="component:tweet">
<p class="Tweet-text e-entry-title" lang="en" dir="ltr">
You should check out Next Steps for Trello. It was the missing feature!
</p>
</div>
</blockquote>
</article>
-->
<!--
<article class="twitter-tweet twitter-tweet-rendered">
<blockquote class="Tweet h-entry js-tweetIdInfo subject expanded is-deciderHtmlWhitespace">
<div class="Tweet-header u-cf">
<div class="Tweet-brand u-floatRight">
<span class="u-hiddenInNarrowEnv">
<a class="FollowButton follow-button profile" href="https://twitter.com/stoweboyd" role="button">
<span class="FollowButton-bird">
<div class="Icon Icon--twitter "></div>
</span> Follow
</a>
</span>
</div>
<div class="TweetAuthor" data-scribe="component:author">
<a class="TweetAuthor-link Identity u-linkBlend" href="https://twitter.com/stoweboyd">
<span class="TweetAuthor-avatar Identity-avatar">
<img class="Avatar" src="https://pbs.twimg.com/profile_images/995663529/DOPPLR__stoweboyd_bigger_400x400.jpg">
</span>
<span class="TweetAuthor-name Identity-name customisable-highlight">Stowe Boyd</span>
<span class="TweetAuthor-screenName Identity-screenName">@stoweboyd</span>
</a>
</div>
</div>
<div class="Tweet-body e-entry-content" data-scribe="component:tweet">
<p class="Tweet-text e-entry-title" lang="en" dir="ltr">
Small tweaks can have big impact, like Next Step for Trello.
Seriously, there are no 'little things' with getting things done.
</p>
</div>
</blockquote>
</article>
-->
<!--
<blockquote class="twitter-tweet" data-cards="hidden" data-lang="en">
<p lang="en" dir="ltr">
New <a href="https://twitter.com/hashtag/idea?src=hash">#idea</a> 💡by <a href="https://twitter.com/adrienjoly">@adrienjoly</a>
- Next step for Trello cards: &quot;Google Chrome extension that displays the next...&quot;
<a href="https://t.co/QzL8ZyiDEG">https://t.co/QzL8ZyiDEG</a>
</p>
&mdash; Pitchcard (@pitchcard)
<a href="https://twitter.com/pitchcard/status/782948099216011264">October 3, 2016</a>
</blockquote>
<blockquote class="twitter-tweet" data-cards="hidden" data-lang="en">
<p lang="en" dir="ltr">I just made a Chrome Extension that displays the next step of each Trello card:<a href="https://t.co/AUyOCLVNLa">https://t.co/AUyOCLVNLa</a><br>
Thx to <a href="https://twitter.com/pitchcard">@pitchcard</a> and <a href="https://twitter.com/lailo_ch">@lailo_ch</a> :-)
<a href="https://t.co/4CSSIs0uUn">pic.twitter.com/4CSSIs0uUn</a>
</p>
&mdash; Adrien Joly (@adrienjoly)
<a href="https://twitter.com/adrienjoly/status/782888175807131648">October 3, 2016</a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<article class="twitter-tweet twitter-tweet-rendered">
<blockquote class="Tweet h-entry js-tweetIdInfo subject expanded is-deciderHtmlWhitespace" cite="https://twitter.com/adrienjoly/status/782888175807131648" data-tweet-id="782888175807131648" data-scribe="section:subject">
<div class="Tweet-header u-cf">
<div class="Tweet-brand u-floatRight">
<span class="u-hiddenInNarrowEnv">
<a class="FollowButton follow-button profile" href="https://twitter.com/tferriss" role="button">
<span class="FollowButton-bird">
<div class="Icon Icon--twitter "></div>
</span> Follow
</a>
</span>
</div>
<div class="TweetAuthor" data-scribe="component:author">
<a class="TweetAuthor-link Identity u-linkBlend" href="https://twitter.com/tferriss">
<span class="TweetAuthor-avatar Identity-avatar">
<img class="Avatar" src="https://pbs.twimg.com/profile_images/49918572/half-face-ice_400x400.jpg">
</span>
<span class="TweetAuthor-name Identity-name customisable-highlight">Tim Ferriss</span>
<span class="TweetAuthor-screenName Identity-screenName">@tferriss</span>
</a>
</div>
</div>
<div class="Tweet-body e-entry-content" data-scribe="component:tweet">
<p class="Tweet-text e-entry-title" lang="en" dir="ltr">
Thanks to my productivity boost with Next Step for Trello,<br />
I'm writing a new book: The 1-Hour Workweek
</p>
</div>
</blockquote>
</article>
<article class="twitter-tweet twitter-tweet-rendered">
<blockquote class="Tweet h-entry js-tweetIdInfo subject expanded is-deciderHtmlWhitespace" cite="https://twitter.com/adrienjoly/status/782888175807131648" data-tweet-id="782888175807131648" data-scribe="section:subject">
<div class="Tweet-header u-cf">
<div class="Tweet-brand u-floatRight">
<span class="u-hiddenInNarrowEnv">
<a class="FollowButton follow-button profile" href="https://twitter.com/mxbraud" role="button">
<span class="FollowButton-bird">
<div class="Icon Icon--twitter "></div>
</span> Follow
</a>
</span>
</div>
<div class="TweetAuthor" data-scribe="component:author">
<a class="TweetAuthor-link Identity u-linkBlend" href="https://twitter.com/mxbraud">
<span class="TweetAuthor-avatar Identity-avatar">
<img class="Avatar" src="https://pbs.twimg.com/profile_images/800797075650715648/igABit06_400x400.jpg">
</span>
<span class="TweetAuthor-name Identity-name customisable-highlight">Max Braud</span>
<span class="TweetAuthor-screenName Identity-screenName">@mxbraud</span>
</a>
</div>
</div>
<div class="Tweet-body e-entry-content" data-scribe="component:tweet">
<p class="Tweet-text e-entry-title" lang="en" dir="ltr">
Shut up and take my money! 💵💵💵
</p>
</div>
</blockquote>
</article>
<article class="twitter-tweet twitter-tweet-rendered">
<blockquote class="Tweet h-entry js-tweetIdInfo subject expanded is-deciderHtmlWhitespace" cite="https://twitter.com/adrienjoly/status/782888175807131648" data-tweet-id="782888175807131648" data-scribe="section:subject">
<div class="Tweet-header u-cf">
<div class="Tweet-brand u-floatRight">
<span class="u-hiddenInNarrowEnv">
<a class="FollowButton follow-button profile" href="https://twitter.com/adrienm" role="button">
<span class="FollowButton-bird">
<div class="Icon Icon--twitter "></div>
</span> Follow
</a>
</span>
</div>
<div class="TweetAuthor" data-scribe="component:author">
<a class="TweetAuthor-link Identity u-linkBlend" href="https://twitter.com/adrienm">
<span class="TweetAuthor-avatar Identity-avatar">
<img class="Avatar" src="https://pbs.twimg.com/profile_images/776668986683645952/6SEXM9it_400x400.jpg">
</span>
<span class="TweetAuthor-name Identity-name customisable-highlight">Adrien Montcoudiol</span>
<span class="TweetAuthor-screenName Identity-screenName">@adrienm</span>
</a>
</div>
</div>
<div class="Tweet-body e-entry-content" data-scribe="component:tweet">
<p class="Tweet-text e-entry-title" lang="en" dir="ltr">
Without Next Step for Trello, my freelancing life would be a complete disaster! 😱
</p>
</div>
</blockquote>
</article>
-->

<article style="margin-top: 40px;">
<iframe src="https://yvoschaap.com/producthunt/counter.html#href=https%3A%2F%2Fwww.producthunt.com%2Fr%2Faa438596bdde90%2F82005&layout=wide" width="100" height="24" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chrome-next-step-for-trello",
"version": "1.22.3",
"private": true,
"description": "Google Chrome extension to check tasks directly from your Trello boards.",
"description": "Browser extension to check tasks directly from your Trello boards.",
"main": "next-step-for-trello.user.js",
"directories": {
"doc": "docs",
Expand Down

0 comments on commit 60c370c

Please sign in to comment.