aframevr / aframe-school

🎒 Interactive workshop and lessons for learning A-Frame and WebVR.
https://aframe.io/school/
MIT License
103 stars 33 forks source link

Open Remix/Result links to a new tab #7

Closed bobchao closed 7 years ago

bobchao commented 7 years ago

Per the request in issue #3

bobchao commented 7 years ago

For others who has already did some l10n work, you can still cast a regexp replace:

Replace

[(View Result|Remix Lesson on Glitch|Remix the A-Frame Starter Glitch|Open Example on Glitch)]((.+))

to

<a href="$2" target="_blank">$1</a>