thesaurus icon indicating copy to clipboard operation
thesaurus copied to clipboard

Code Blocks don't get properly recognized. Cannot be placed.

Open ksobon opened this issue 6 years ago • 4 comments

The suggestions box lists a Code Block as a suggestion, but it cannot place it when the button is clicked.

image

ksobon avatar Nov 07 '18 15:11 ksobon

I have also seen node ids listed as suggestion.. Bad

QilongTang avatar Nov 07 '18 20:11 QilongTang

I thought we excluded CBN parsing, how could this happen!?

QilongTang avatar Nov 07 '18 20:11 QilongTang

@QilongTang is it possible to find out contents of a Code Block? Like if I use Code Blocks mostly as a short hand for Strings, basic math etc. Let's see if we can get contents of a codeblock and infer what the substitute could be.

ksobon avatar Nov 07 '18 20:11 ksobon

The code will be serialized as code property in the json block, so smarter parsing!

QilongTang avatar Nov 07 '18 20:11 QilongTang