Skip to content

Instantly share code, notes, and snippets.

View jessmatthews's full-sized avatar

Jess Matthews jessmatthews

View GitHub Profile
@jessmatthews
jessmatthews / tr-guides.txt
Created November 22, 2017 13:13
Traveller Guides
http://www.cntraveller.com/guides/europe/italy/amalfi-coast
http://www.cntraveller.com/guides/north-america/cuba/havana
http://www.cntraveller.com/guides/europe/italy/venice
http://www.cntraveller.com/guides/asia/maldives/maldives
http://www.cntraveller.com/guides/europe/italy/puglia
http://www.cntraveller.com/guides/europe/italy/tuscany
http://www.cntraveller.com/guides/europe/italy/capri
http://www.cntraveller.com/guides/europe/italy/bologna
http://www.cntraveller.com/guides/europe/spain/seville
http://www.cntraveller.com/guides/europe/greece/mykonos
@jessmatthews
jessmatthews / TR-ArticleSample-5Sep.txt
Created September 5, 2017 08:49
Traveller migration lists
http://www.cntraveller.com/recommended/hotels/the-best-hotel-rooms-in-the-world
http://www.cntraveller.com/recommended/culture/seven-wonders-of-the-world
http://www.cntraveller.com/recommended/food/lisbon-rooftop-bars
http://www.cntraveller.com/awards/readers-travel-awards/best-countries-in-the-world
http://www.cntraveller.com/recommended/hotels/beautiful-hotel-bathrooms
http://www.cntraveller.com/recommended/hotels/best-affordable-places-stay-world
http://www.cntraveller.com/recommended/beaches/algarve-west-coast-portugal
http://www.cntraveller.com/recommended/culture/best-independent-cinemas-london
http://www.cntraveller.com/awards/readers-travel-awards/best-islands-in-the-world
http://www.cntraveller.com/recommended/culture/beautiful-doors-design-inspiration
@jessmatthews
jessmatthews / humans.txt
Created July 21, 2017 09:01
New Humans.txt
# humanstxt.org/
# The humans responsible & technology colophon
# CONDE NAST BRITAIN - DIGITAL
7th Floor, Vogue House, Mayfair, London.
# TECH TEAM
Rich Taylor - python software engineer - @rtt
@jessmatthews
jessmatthews / Tatler Bystander Sample.txt
Created May 15, 2017 23:16
Tatler Bystander Sample
http://www.tatler.com/bystander/events/2013/april/the-duchess-of-cambridge-in-pictures
http://www.tatler.com/bystander/events/2006/november/annabella-murphys-30th-birthday
http://www.tatler.com/bystander/events/2017/january/wedding-inspiration-bystander-archive
http://www.tatler.com/bystander/events/2017/april/durham-university-charity-fashion-show
http://www.tatler.com/bystander/events/2017/february/isabel-getty-graduation-party
http://www.tatler.com/bystander/events/2017/april/the-ned-launch-party
http://www.tatler.com/bystander/events/2017/february/fraser-carruthers-and-harry-schofields-birthday-party
http://www.tatler.com/bystander/events/2017/february/world-book-day-2017
http://www.tatler.com/bystander/events/2017/march/the-welly-ball-2016
http://www.tatler.com/bystander/events/2017/february/vanity-fair-oscars-party-2017-photos

BBcode should support embeds for music platforms, including Apple Music (and eventually Spotify and Soundcloud).

For Apple Music, I propose that we add a new bbcode tag [applemusic... that supports the following attributes/embeds:

Playlist

[applemusic playlist="pl.def41ac4ce5545ea8aafeff0b935bba5"]

Embed code

<iframe src="//tools.applemusic.com/embed/v1/playlist/pl.def41ac4ce5545ea8aafeff0b935bba5?country=gb" height="500px" width="100%" frameborder="0"></iframe>
@jessmatthews
jessmatthews / countdown.js
Last active April 15, 2016 08:45
Some css
(function() {
videojs.plugin('countdown', function() {
var player = this;
// //Place overlay at top of video on loadedmetadata
// myPlayer.overlay({
// overlays: [{
// "content": "<p>Ad : <span id='timeTarget'></span> seconds</p>",