What is WebMote?

WebMote is just another project. The initial idea behind webmote was to be able to save any arbitrary url for, let's say... something like a Raspberry Pi server endpoint in a button on the browser's local storage. That's the "Mote" part of the project. And, of course the "Web" comes from the idea that it works via opening basic URLs.

How to Create Buttons:

KeyValueDescriptionExample
idrandom stringThis value must be unique for every button, and is generated automatically. Should never be modified.2cf4beb0-6242-4dd7-8568-6027cf5fe09d
nameA short stringIf this string is longer than the given space on the grid the icon will not show. Generally should be a word or two. Google Search
icona material iconThe name of a Google Material IconHome
newWindow"true" or "false"Simply decides whether this link opens in a new tabtrue
templateLinkAny URL, optionally with variable insertsThis will usually just be the URL to a site, if it has some variability look into "inserts"https://www.google.com
insertsA list of inserts' keys and valuesFor now simply let's you break down a URL, but will allow for more dynamic buttons in a coming feature[ {"key":"variable", "value":"somethingToGoInsideURL"} ]
settings_remote