This is also what I do for a CMS'ish style of interface in something at 
work, using elm-markdown to render a real-time view of what is being 
created.

Even pre-markdown back in decades past I still opted two have two panes, 
one where (at the time) html was put in, and the other showing the rendered 
html (in pseudo-realtime at the time, a refreshing frame, bleh).  You have 
no sudden jerks or disconnects or something unexpected unlike a WYSIWYG 
style (which I utterly *abhor* due to how many issues pretty much all of 
them have).


On Tuesday, October 11, 2016 at 1:49:53 PM UTC-6, Rolf Sievers wrote:
>
> If your users understand markdown, you could use markdown input and maybe 
> even render a preview.
>
> This is what I am doing for a project of mine. (This of course circumvents 
> the problem of writing a rich text editor but might help with your original 
> problem.)
>
> Am Montag, 10. Oktober 2016 22:42:49 UTC+2 schrieb Bulat Shamsutdinov:
>>
>> Hello!
>>
>> I have aside project which I really want to write in Elm. That project 
>> needs rich text edit (nothing fancy, just bullets and text styles).
>>
>> To my knowledge there is no solution to that task in Elm (which is a 
>> bummer). And even ports require nasty hacks (according to previous 
>> discussions here)
>>
>> Is there a way to implement that basic functionality using only Elm? 
>>
>>    - Is it technically possible at the moment?
>>    - What approach would you suggest?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to