sharevb
sharevb
Fix #777, #822 , #797, #466, #806, #1065, #1091, #1212, #1206
Fix partially #538
OCR an image with Tesseract.js
Certificate Signing Request Generator using node-forge and sshpk Fix https://github.com/CorentinTh/it-tools/issues/586 and https://github.com/CorentinTh/it-tools/issues/736
Allows to generate an URL that make highlight in web pages (see https://developer.mozilla.org/en-US/docs/Web/Text_fragments)
Handle common languages prefix : 0x, 0o, 0b (C/C#), &H, &O, &B (vb.net) Handle common languages suffix : I (vb.net), U/L (C/C# unsigned and long), n (js bigint) Handle case...
Convert HTML to Markdown, allow pasting from clipboard (ie, pasting part of a web page or copy paste from Word) Fix partially https://github.com/CorentinTh/it-tools/issues/538. Inspired by https://github.com/CorentinTh/it-tools/pull/632 Using turndown
with bcrypt and md5 options Fix https://github.com/CorentinTh/it-tools/issues/430, https://github.com/CorentinTh/it-tools/issues/807, #1223