Porting example for embedded links
See original GitHub issueActual Behaviour
The Processing site has an example for embedded links https://processing.org/examples/embeddedlinks.html
Expected Behaviour
The p5js site should have a similar example using window.open
instead of link
since we will not be wrapping window.open
in its own p5 function https://github.com/processing/p5.js/pull/532
Would you like to work on the issue?
I will be working on adding this example
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Best practices for porting open source applications to Linux on ...
This tutorial describes a series of steps (specifically focused on open source components) that can be followed to evaluate the complexity ...
Read more >Chapter 4, Compiling, Linking, and Locating - O'Reilly
In this book, we'll be using the GNU tools (compiler, assembler, linker, and debugger) for our examples. These tools are extremely popular with...
Read more >Porting Linux to an Embedded Platform without Pain - YouTube
By Fabio Estevam, NXP SemiconductorsIn this presentation I will explain the main parts of an Embedded Linux system: bootloader, ...
Read more >Embedding Links - Markdown Monster Documentation
You can embed links into document content in several ways: Using the Link Dialog (ctrl-k); Using inline text linking (ctrl-shift-k); Using raw ...
Read more >Porting SIP and Media Stack to Embedded Systems - pjsip.org
For example, if the compiler comes with its own build system (an IDE, for example), then probably it's better to create new project...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can’t say for sure whether we should include such example or not, let’s see if anyone else have more of an idea about this.
Oh I see. I hadnt looked at the actual script - I was just looking at the code in the
<pre>
tag that’s rendered in the DOM. In that case I can’t repro the blocked window.so are embedded links not something p5js should have an example for since
window.open
isnt specific to p5js?