Ask HN: Can I Access the Contents of a contenteditable without JavaScript

https://news.ycombinator.com/item?id=23477804
by rzach • 6 years ago
2 1 6 years ago

I'm trying to write a browser-based editor but I don't want to use JS in any way. In fact, I would prefer to use C - basically it will parse the input for syntax highlighting, etc. Basically I need to know, can I access the contents of a contenteditable div through an HTTP server?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com