My Idyll Post

Welcome to Idyll. Open index.idyll to start writing

This is an Idyll file. Write text as you please in here. To add interactivity, you can add different components to the text.

Here is how you can use a variable:

5.00
[var name:"exampleVar" value:5 /]

[Range min:0 max:10 value:exampleVar /]
[Display value:exampleVar /]

And here is a custom component:

You can use standard html tags if a component with the same name doesn’t exist.

  • markdown syntax is supported.

You can also load files from your static/ directory.

This component is implemented using D3: