0.1.14 • Published 4 years ago

autotext v0.1.14

Weekly downloads
3
License
EPL-2.0
Repository
github
Last release
4 years ago
  • About react component textarea with embedded spelling dictionary and autocompletion

react компонента autocomplete котра використовує словник наголосів сформований на основі mph_ua.db для пришвидшення вводу тексту; застосовується для набору субтитрів під час перегляду відео forktube;

HTML5 textarea з автодоповненням

  • Install #+begin_src shell npm install autotext #+end_src

  • Run #+BEGIN_SRC: javascript import React from 'react' import Textarea from 'autotext'

React.renderComponent( , document.getElementById('element') ); #+END_SRC

#+BEGIN_SRC: clojure (ns my.app (:require reagent.core :as r))

(r/render (r/adapt-react-class at/textarea) (.getElementById js/document "app")) #+END_SRC

  • Build #+BEGIN_SRC: shell npm install #+END_SRC

#+BEGIN_SRC: emacs-lisp (cider-jack-in-cljs) #+END_SRC

browse to http://localhost:8080

  • Publish #+BEGIN_SRC: shell shadow-cljs release npm npm publish #+END_SRC
0.1.14

4 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago