Page 1 of 1

CintaNotes doesn't copy text styles and text surrounded by less/greater-than

Posted: Sat Jan 13, 2018 2:43 pm
by sieg
Hi to all of you!

Try Ctrl-F12 or manual copy/paste from these URLs:

1) https://ghisler.ch/board/viewtopic.php?p=290321&sid=d343c99615729c91f5b1e5375aa843ec#290321

Result: <misscommand> is not pasted in cintanotes.


2) https://www.ghisler.ch/board/viewtopic.php?p=328262&sid=76c9fb5a2556c4f5efac8e28027c2c51#328262

Result: <empty> is not pasted in cintanotes.


Moreover, the text styles are not preserved ("bold" in this case, but It's the same with italic, etc.)


Many thanks.

Re: CintaNotes doesn't copy text styles and text surrounded by less/greater-than

Posted: Wed Jan 24, 2018 6:06 am
by CintaNotes Developer
Hi sieg,
Sorry for late reply!

sieg wrote:1) https://ghisler.ch/board/viewtopic.php? ... 3ec#290321
Result: <misscommand> is not pasted in cintanotes.


I confirm. CN thinks it's an unknown HTML tag and skips it. Will fix in the next update, thanks!


It's the same issue.

sieg wrote:Moreover, the text styles are not preserved ("bold" in this case, but It's the same with italic, etc.)

CintaNotes can only parse very simple style tags. In this case, the boldness of text is specified using CSS, and CN can't parse CSS yet. We have plans to add this in future versions, but implementing this will certainly take some time.