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 #102

Closed ochan1 closed 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

cycomachead commented 3 years ago

This looks good to me. I'll test it out soon. 👍

ochan1 commented 3 years ago

Renamed branches for clarity, which made me having to remove this Pull Request

New (but same one) here: https://github.com/snap-cloud/SnapSite/pull/103