I hereby claim:
- I am jeremyzilar on github.
- I am jeremyzilar (https://keybase.io/jeremyzilar) on keybase.
- I have a public key whose fingerprint is 23DD DF47 8F0C 1524 BB19 C9AB B4E4 A2DF EBBD 20E9
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Wouldn't it be nice to copy out your Trello board as plain text or markdown to be able to put it in a weekly memo, shipping notice or release notes? Now you can!
Copy this line of JS and paste it into the CONSOLE in your browser. The results will be saved to your clipboard.
This will copy your columns + cards as markdown right to left
var s = []; s.push("# " + jQuery(".board-header").children()[0].innerText); jQuery.fn.reverse = [].reverse; jQuery(".list:has(.list-header-name)").reverse().each(function() {s.push("\n## " + jQuery(this).find(".list-header-name-assist")[0].innerText + "\n"); jQuery(this).find(".list-card-title").each(function() {s.push("* " + this.innerText); }); }); copy(s.join("\n"));
// How we are getting the commit data for each page on digitalgov.gov and displaying the date/time each file was last updated. | |
// Full file is at: https://github.com/GSA/digitalgov.gov/blob/master/themes/digital.gov/static/js/external.js | |
// https://digital.gov/ | |
jQuery(document).ready(function($) { | |
// Get the file path via HUGO in a data attr | |
// e.g. /about/about.md | |
var filepath = $('.last_commit').attr('data-filepath'); |
<!-- Back Soon! — https://github.com/GSA/back-soon --> | |
<script type="text/javascript"> | |
document.onclick = function(e){ | |
if(e.target.id == 'bs' || e.target.id == 'bs_close'){ | |
bs.style.display = 'none'; | |
} | |
}; | |
</script> | |
<style media="screen"> | |
#bs{ |
/* | |
* * * * * ============================== | |
* * * * * ============================== | |
* * * * * ============================== | |
* * * * * ============================== | |
======================================== | |
======================================== | |
======================================== | |
---------------------------------------- | |
USWDS 2.0.0 Beta 6 |