Jonatan Kłosko
73a79cbdae
Add support for markdown output ( #404 )
...
* Add support for markdown output
* Make cell indicator absolute
* Update output typespec
* Move rendering to the client
* Polishing
2021-06-26 16:47:52 +02:00
Jonatan Kłosko
6c53c09a61
Add copy to clipboard button to virtualized output ( #393 )
...
* Add copy to clipboard button to virtualized output
* Move text output into its own component
* Update button background
2021-06-24 12:15:12 +02:00
Jonatan Kłosko
7024d22253
Add support for image output ( #380 )
2021-06-22 18:03:01 +02:00
Jonatan Kłosko
258c91be8c
Adjust dynamic table styles
2021-06-21 14:56:19 +02:00
Jonatan Kłosko
137deeb12f
Enforce string values in dynamic tables ( #363 )
...
* Enforce string values in dynamic tables
* Explicitly convert values to string
2021-06-17 18:49:58 +02:00
Jonatan Kłosko
6f724f7146
Make table refetch an optional feature ( #358 )
2021-06-17 13:21:09 +02:00
Jonatan Kłosko
b18c1579bd
Add dynamic table output ( #356 )
...
* Add dynamic table output
* Support table name
2021-06-17 01:02:27 +02:00
Jonatan Kłosko
80bed1aa06
Delegate output formatting rules to Kino ( #309 )
...
* Delegate output formatting rules to Kino
* Update naming
* Group output components and views
* Fallback to inspect when Kino.Render.to_output/1 fails
* Update naming
* Add reference to Kino
2021-06-01 17:47:03 +02:00