Open Eloitor opened 1 month ago
If I convert handwritten text to a keyword, it works. (The "example" keyword below)
But, if in the supernote, I do ... > Add Keyword, that keyword does not appear...
...
Add Keyword
"__keywords__": [ { "KEYWORDPAGE": "2", "KEYWORDSEQNO": "0", "KEYWORDRECT": "0,0,0,0", "KEYWORDRECTORI": "0,0,0,0", "KEYWORDSITE": "443", "KEYWORDLEN": "7", "KEYWORD": "example" }, { "KEYWORDPAGE": "0", "KEYWORDSEQNO": "0", "KEYWORDRECT": "291,521,258,139", "KEYWORDRECTORI": "291,501,258,180", "KEYWORDSITE": "622011" }, { "KEYWORDPAGE": "0", "KEYWORDSEQNO": "0", "KEYWORDRECT": "291,521,258,139", "KEYWORDRECTORI": "291,501,258,180", "KEYWORDSITE": "622332" } ]
I was able to reproduce the same phenomenon. This is a specification of the Supernote tablet. When I checked with a binary editor, "KEYWORDLEN" and "KEYWORD" did not exist.
If I convert handwritten text to a keyword, it works. (The "example" keyword below)
But, if in the supernote, I do
...
>Add Keyword
, that keyword does not appear...