ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU General Public License v2.0
23 stars 23 forks source link

Webui: Text widget does not support lineshift #153

Open trondarild opened 4 years ago

trondarild commented 4 years ago

Lineshift is there when originally pasting something into the text field, but disappears on reload. Typing lineshift into text field doesn't appear to work.

christianbalkenius commented 4 years ago

This is because line breaks are not allowed within JSON string, but we could escape them somehow.