Skip to content

Instantly share code, notes, and snippets.

View eugeny-dementev's full-sized avatar

Eugeny Dementev eugeny-dementev

View GitHub Profile
@eugeny-dementev
eugeny-dementev / timebox.jspdf.js
Last active January 3, 2024 10:59
Timebox planner pdf generator for jspdf examples page
/*
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/
* to generate clean pdf file for timebox daily planning
*
* - Copy all the code
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page
* - Replace everything with copied code
*
* Adjust the variables if you need different day starting hour
*/
@eugeny-dementev
eugeny-dementev / timebox.weekly.js
Last active January 8, 2024 09:49
Timebox weekly planner pdf generator for jspdf examples page
/*
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/
* to generate clean pdf file for timebox weekly planning
*
* - Copy all the code
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page
* - Replace everything with copied code
*
* Adjust the variables if you need different day starting hour
*/
@eugeny-dementev
eugeny-dementev / timebox.monthly.js
Created January 8, 2024 09:49
Timebox monthly planner pdf generator for jspdf examples page
/*
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/
* to generate clean pdf file for timebox monthly planning
*
* - Copy all the code
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page
* - Replace everything with copied code
*
* Adjust the variables if you need different day starting hour
*/