Jon-Kyle
Jon-Kyle
Load Dat archives! This would be view only, and enable use of Beakers `web-api` and `webdb`. This could require breaking out some of the core Beaker functionality for viewing Dat...
Would be great to dillinieate between secure and unsecure connections! Perhaps this could go in the omnibox?
Hey all, ran into a funny one tonight. What are thoughts on matching the router against routes both with and without trailing slashes? For instance, if I add a route...
When using gr8 to scaffold out grid layouts I use the provided column (`cX`) utilities and flexbox. Recently CSS grid has been seeing some action, and has been implemented widely...
gr8 has a little utility called `dev`, which outputs: ``` .dev{outline:1px solid #912eff} .dev > *{outline:1px solid #5497ff} .dev > * > *{outline:1px solid #51feff} .dev > * > *...
When adding a util to the ignore option, it does not get added to breakpoints if the responsive option is enabled. Planning to fix this one, but trying to wrap...
Randomize the order of track playback!
Store an array of track IDs which have been listened to in localstorage. Load this into state. Use this to show what tracks have been listened to, sort of like...
Finalizes the migration to generating truly flat content state. 1. Removes `pages` and `files` objects. 2. Follows content state schema. 3. Fixes some funny async stuff. Best used with [`nanopage`](https://github.com/jondashkyle/nanocontent/)...
Currently there are `url`, `path` and `source` keys. - **`url`**: the formatted path (removes the parent content dir) - **`path`**: the unformatted path of the true location (includes the parent...