Vadim Kulibaba
Vadim Kulibaba

Oh, ok i don't know many about this case. I don't understand how blind people will see the preview and why they don't may use just textarea with javascript disabled...
Super! Sorry for misunderstanding Don't forget to subscribe on project news! https://www.producthunt.com/upcoming/typegram/messages/typegram-time
Temporarily solved in https://github.com/recoilme/tgram/issues/50 More complex solution https://github.com/recoilme/tgram/pull/76 Branch with not finished work: https://github.com/recoilme/tgram/tree/editor Need many works (nice looking, correct preview, some autosave, autoload, implement in article/comment) Need designer and...
some parser https://github.com/urakozz/go-emoji i think it may be just array of emoji
related https://stackoverflow.com/questions/30757193/find-out-if-character-in-string-is-emoji
@vogster **Send delete post to FCM** ``` {"to":"/topics/tst_del","data":{"ID":40,..} ```
**Errors** @vogster in case of errors api will return HTTP code 422 and json with error string: ``` {"error":"Error: key not found"} ```
**Post article** ``` curl -v --header "Content-type:application/json" --header "Authorization:token somebigstring" --request POST --data '{"body":"recoilme5 passwor pssword"}' http://sub.localhost:8081/editor/0 ``` **Update article** http://sub.localhost:8081/editor/ArticleId