Last Updated: February 25, 2016
·
1.225K
· itima_ru

Freedcamp.com - parse tasks to export to excel with Chrome console

$('#todo-group-107506 .tdcontent').each(function() {console.log($(this).find('.tddescription').text() + '|' + $(this).find('.tag[data-type=due-date]').data('value'))})

Returns a list of tasks in format task name | date to be used in excel or other app.