Skip to content

Anatomy of a netnet URL

nbriz edited this page Jan 8, 2022 · 4 revisions

There are different ways to preload content, like sketches, examples and tutorials by addding URL parameters (aka query strings) and/or URL hashes (aka URI fragmets). You can also combine URL parameters and URL hashes, so long as the hash is written after the URL params, for example: https://netnet.studio/?layout=dock-left#code/eJyzSU7NK0ktsuNSUPBIzcnJVwjPL8pJUQjPTElVCE9NUuSy0YeqAAAk0A2e

URL Hashes

a netnet URL does not necessarily need to contain any hashes, but it can contain either of the following:

URL Params

a netnet URL does not necessarily need to contain any URL parameters, but it can contain different combinations of any of the following:

Clone this wiki locally