SamKacer
SamKacer
I just tried this out and it delivers the exact feature I was looking for. thanks!
> @SamKacer > I made this feature, you can see #233 this pull request Awesome, I will check it out and give feedback
Hi, @jasongrout I tried to install using the instruction you gave in the comment in this issue, but I got an error when running: npm run build I am on...
@NickNaso thank you for your reply. I found my .node-gyp folder under Users\MyUserName\.node-gyp I deleted its contents and ran npm install inside the dir of the example project, but I...
@NickNaso napi examples build just fine using the commands. node addon api builds as well, but I have to write the absolute path to the include file in the binding.gyp...
@djburkhart thanks for your reply. I havent resolved it yet and I am afraid that is not the issue for me. Here is what that line looks like in mybinding.gyp:...
Accidently submitted before writing anything, editing it now...
Edited it now with full context
I realized one reason why tab is probably not in `BLANK_CHUNK_CHARS`. When symbol level is set to All, tab is read, however the characters in `Blank_chunk_chars` are never read at...
Experimenting with the idea that if text is empty after applying dictionary substitutions and symbol level, then it should be read as "blank", I achieved the desired behavior when I...