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.
Key | Value | Description | Example |
---|---|---|---|
id | random string | This value must be unique for every button, and is generated automatically. Should never be modified. | 2cf4beb0-6242-4dd7-8568-6027cf5fe09d |
name | A short string | If 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 |
icon | a material icon | The name of a Google Material Icon | Home |
newWindow | "true" or "false" | Simply decides whether this link opens in a new tab | true |
templateLink | Any URL, optionally with variable inserts | This will usually just be the URL to a site, if it has some variability look into "inserts" | https://www.google.com |
inserts | A list of inserts' keys and values | For now simply let's you break down a URL, but will allow for more dynamic buttons in a coming feature | [ {"key":"variable", "value":"somethingToGoInsideURL"} ] |