UNPKG

latex-editor

Version:

Super Simple Collaborative Latex Editor

9 lines (8 loc) 282 B
<!DOCTYPE html> <html> <body> <textarea style="width:80%;" rows=40 id="textfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea> <script src="../bower_components/yjs/y.es6"></script> <script src="./index.js"></script> </body> </html>