asg017 / dataflow

An experimental self-hosted Observable notebook editor, with support for FileAttachments, Secrets, custom standard libraries, and more!

Home Page:https://alexgarcia.xyz/dataflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove display of result on `viewof`

nicola opened this issue · comments

Cells that have viewof are meant to be view and it would be great to remove display of their result (it makes the notebook much cleaner)

This is a reasonable request! I will include it in the next dataflow release in the next day or so.

This is now the default for dataflow as of v0.0.4, the viewof values cells are not displayed. Same with mutable cells as well!

md`# #3`

viewof text = html`<input type=text value="yo!">`


md`Text: **${text}**`

image