URLFormJS icon indicating copy to clipboard operation
URLFormJS copied to clipboard

URLFormJS - Create sticky forms, stateful applications, and shareable links.

Results 2 URLFormJS issues
Sort by recently updated
recently updated
newest added

Add path functions that are currently in [filever](https://github.com/Cyphrme/FileVer/blob/186f6c430d1192cb09aad7d3cf0f045087518a63/path.go) (but will eventually be moved to their own package `path`)

enhancement

Support Aliases, especially for flags. ```javascript const FormOptions = { "FormParameters": [{ { "name": "toggle", "type": "bool", "aliases":["t","toggle_mode"], "saveSetting": true, }, { "name": "uri_settable", "aliases":["settable"], "type": "bool", }, ], };...

enhancement
good first issue
help wanted