notbenh / next.notbenh.info

I build a silly terminal as my webpage thinggie
1 stars 0 forks source link

add a hook that when an action only outputs a link that it automatically kicks open a new tab. #15

Closed notbenh closed 11 years ago

notbenh commented 11 years ago

Currently items like twitter and resume just provide a link, it would be nice if they were indeed an action. Though instead of littering each action with window.open(link,'_newtab') it would be nice if the term object would handle this correctly.

An alternate method would be for the term object to have it's own internal action keyword that could be triggered by the action though how this would work is really not fully though out.