snap-cloud / SnapSite

[DEPRECATED] The old social website for the Snap! programming language/environment
GNU General Public License v3.0
9 stars 18 forks source link

Ability for New tab when clicking a Snap! project #103

Open ochan1 opened 3 years ago

ochan1 commented 3 years ago

Among the "options" input when calling "newProjectDiv" or "newCollectionDiv" from cloud.js, add this line to enable: linkTarget: '_blank'

Tested in collection.tmp so far

Will use a secure version of a New Tab as written here: https://www.freecodecamp.org/news/how-to-use-html-to-open-link-in-new-tab/

Example: image