theam / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
Apache License 2.0
352 stars 31 forks source link

Implement a button to hide text editor in web interface #86

Closed ddrone closed 7 years ago

ddrone commented 7 years ago

Subject.

Can be useful for looking at the finished document potentially supporting a workflow with using external editor instead of builtin one.

NickSeagull commented 7 years ago

Absolutely, it would be a matter of adding another Widget to the Toolbar.View module. Take into account that you have to make a "placeholder" div in the view function.

Right now it has to be done this way, because events are handling somewhat manually. If we manage to solve #84 in the future, the development would be a bliss. 😄

NickSeagull commented 7 years ago

Closing! Thanks :)