S
S
saalaus2018-08-20 20:03:10
JavaScript
saalaus, 2018-08-20 20:03:10

How to make line number in editable contenteditable?

How to make div contenteditable show line numbers? I tried to use plugins for this, but they all work crookedly with contenteditable
2QjnH.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Proskurin, 2018-08-20
@Vlad_IT

I do not recommend using contenteditable for such purposes. It is for wysiwyg editing only. You are tormented by the problems that it will give you on a silver platter, such as pasting strange characters in different browsers, pasting graphic data from the clipboard (picture in code would be cool).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question