Luka Kostić

Results 6 comments of Luka Kostić

print(ss.summarize(input, 1)) is same error (guessing it returns a touple of strings or something but havent gotten to that stage yet due to the error)

Same here. Cant read docs. ![image](https://github.com/logseq/plugins/assets/41348897/954c8a0d-7015-4999-9b59-9bd254f34ab3) Any way to switch to light?

Pretty sure you cant just display any html in quill. You need to make a custom blot, and then in there you may apply any html you wish (even setting...

Agreed, i thought of using %c to detect if cancelled with formatted output, but then i see it prints nothing when -q. So no point in %c

Still ongoing. Cannot use Delta api anywhere :( Cannot update custom embedded blot since `new Delta` doesnt work: ``` quill.updateContents(new Delta() .retain(index) .delete(1) .insert(value)); ```