Scott C. Krause
Scott C. Krause
Please review the [Pocket Titan Shield](https://www.arcanus55.com/?trusted55=A55CV22) protective capsule. Your readers might want to physically protect their keys. It's an airtight, waterproof, crush-proof, and tamper evident Faraday shield for small digital...
Hi, I've modified the formcontrols.js snippet to create an HTML report via a data URI. Helpful in my case where I needed to share form controls with a team. I...
Currently unistore logic only works when there is only one widget on the page. Store unistore (compress string) and unistore_token on each neodigm-widget element. **Steps to reproduce:** `neodigmAgent.unistore` **About UniStore:**...
**Low priority:** It seems that doConfetti will fail silently if the target has no children. Steps to reproduce: ` NeodigmClaire.init().doConfetti( "neodigm-sodapop-scrim" ) `
https://github.com/arcanus55/neodigm55/wiki/Neodigm-55-Declarative-Attributes-API
This is a new ever-present component that abstracts DOM events (Roadmap v3.5). This client-side micro-service manages all DOM events by emitting the relevant events to its subscribing components. Because it...
This enhancement will allow Toast to fire a web notification in addition to or instead of its normal animation. neodigmToast.msg( { "msg":"hello", "theme":"brand", "webnote":"true", "toast":"true" } ) A webnote feature...
Allow a component to be loaded as only JS (or only MU). Default is both. `` For example an Ipsum generator could be loaded as a simple JS API.
Add declarative support for global events. ``` data-n55-keylime-click = "{'SodaPop': '.qry'}" data-n55-keylime-rightclick= "{'Toast': 'msg', 'theme'}" data-n55-keylime-hover = "{'PopTart': '.qry'}" data-n55-keylime-longclick = "{'Wired4Sound': '11'}" data-n55-keylime-inview = "{'roundRobin': 'party'}" ```