Label Thoughts
main:{
header:{
{'Tasker'}
newCol:{'New Column'}
}
columns:{
scroll:{
NoteCols:{}
}
}
}
NoteCol:{
title:{['editable', 'focus']
close:{
{'×'}
}
}
newNote:{['editable', 'placeholder="New Note..."']}
hr:{}
noteContainer:{
Notes:{}
}
}
Note:{['focus']
close:{
{'×'}
}
checkbox:{}
content:{['edtiable']}
}
console.log('no errors :D');
The above is actually valid javascript, just a bunch of labels, blocks and a few arrays