Skip to content

Instantly share code, notes, and snippets.

View Wolfr's full-sized avatar

Wolfr Wolfr

View GitHub Profile
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<h3>Hello world, this is a h3</h3>
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore</li>
<li>Et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
<ul>
<li>Exercitation ullamco laboris nisi ut aliquip</li>
<li>Ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</li>
</ul>
</li>
+c-button('Button label', 'overstated', 'large')
+c-button(btnLabel: 'Button label', btnType: 'overstated', btnSize: 'large')
--
Mono is available for new projects. <a href="mailto:[email protected]">Email us</a>.
Follow us on <a href="https://www.instagram.com/mono_company/">Instagram</a> & <a href="https://twitter.com/mono_company">Twitter</a>.
@Wolfr
Wolfr / .tm_properties
Created February 25, 2017 15:17
My default for .tm_properties
excludeInFolderSearch = "{$excludeInFolderSearch,tmp,*.mp4,.bower_components,contents/css,dist,node_modules,compiled}"
include = "{$include,.fontcustom-manifest.json,.gitignore,.bower,.htpasswd,.htaccess-server,.htaccess-template,jshintrc,.editorconfig,.tmp,.prettifyrc}"
excludeInFileChooser = "{$exclude,$excludeInFolderSearch}"
// Context menus
a(href="#" data-trigger-contextmenu=“contextmenunamehere”) This triggers a context menu on right click
$('*[data-trigger-contextmenu]').on('contextmenu', function(e) {
e.preventDefault();
// Save our context menu variable
var which = $(this).data('trigger-contextmenu');
// Find a c-menu with the right trigger
$(".c-menu[data-contextmenu=" + which + "]").show();
/* This CSS resource incorporates links to font software which is the
valuable copyrighted property of Type Network, Inc. and/or their
suppliers. You may not attempt to copy, install, redistribute,
convert, modify or reverse engineer this font software. Please
contact Type Network with any questions: www.typenetwork.com */
@font-face {
font-family: "Benton Sans";
font-weight: 700;
font-style: normal;
/* This is the code supplied by Type network */
/* This CSS resource incorporates links to font software which is the
valuable copyrighted property of Type Network, Inc. and/or their
suppliers. You may not attempt to copy, install, redistribute,
convert, modify or reverse engineer this font software. Please
contact Type Network with any questions: www.typenetwork.com */
/* Improve clickability Google Datepickers e.g. in Google sheets */
.goog-date-picker-wday, .goog-date-picker table tbody td {
padding: 10px !important;
}
.goog-date-picker-btn {
padding: 10px !important;
}

I am on the lookout to find a way to extract the images together with the text from my Keynote presentations in some kind of format that I can then turn into HTML. In the end I want to arrive at the kind of layout achieved here:

screen shot 2016-05-19 at 15 16 38

You can tweak the PDF output from Keynote to look like this:

screen shot 2016-05-19 at 15 06 25

This gives me a PDF and it's the easiest way to share the content. But I would like to easily make websites from my presentations without endlessly going back and forth copy-pasting.

Beste,
Het probleem gaat over het webadres, ik heb bv. volgende zoekopdracht opgeslagen:
http://www.immoweb.be/nl/zoek/nieuw-vastgoed/appartement/te-koop?zips=2000,2018&minprice=200000&maxprice=300000&minroom=1&maxroom=3
Als je dan Bewoonbare opp. op "Min: 90m2" instelt dan verandert er niks aan de URL. Dus telkens ik naar deze resultaten ga moet ik die instellingen opnieuw doen.
-J.