Matthew Conlen
Matthew Conlen
thanks for the updated fork! I was trying to find an example of using this to input zipcode. I see references to this in > Just add PKView to your...
This allows browserify users to successfully install the package via ``` npm install JangoSteve/jQuery-EasyTabs ``` and in the js ``` js require('EasyTabs'); ```
It would be nice to make the React dependency more modular. All of the React specific code lies in the `idyll-components` and `idyll-document` modules. The components are implemented in react...
**Is your feature request related to a problem? Please describe.** It is common for CMSs to automatically replace three hyphens (e.g. `---`) with an em-dash (`—`). **Describe the solution you'd...
P5JS Support
**Is your feature request related to a problem? Please describe.** I'd like to support a streamlined workflow for embedding Processing/P5 sketches in idyll documents. **Describe the solution you'd like** Ideally...
**Describe the bug** Some components depend on React lifecycle methods that are being deprecated, see this warning: ``` Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In...
Idyll's component syntax was originally designed so it would be familiar to users who were comfortable with component embed tags used in content management systems, but I worry it may...
**Describe the bug** If you use a [Scroller](https://idyll-lang.org/docs/components/default/scroller) component, there is too much padding above the top of the first `[Step /]`. The component or CSS should be updated so...
I think it would be conceptually clearer to call what we refer to now as the IdyllDocument the Idyll Runtime. You could also imagine a world in which there are...
**Describe the bug** ``` npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! ```