Multi-link link formatting

Bug report

Really long links (or presumably other non-spaced text) that are on a bullet line get formatted onto a new line leaving the bullet point line “empty”. It makes sense (since there is a space after the asterisk) but it looks odd and a bit confusing.

Info

  • Windows 10
  • InkDrop 5.1.1

Reproduce

Write “* https://thisisareallylonglinkthisisareallylonglinkthisisareallylonglinkthisisareallylonglink.com/thisisareallylonglink/test/somemorestuff.html” and see the resulting format.

Hi Jon,

Thank you for reporting it.
Yeah, it would look strange.
As a workaround, you can write a custom style like so:

.editor .CodeMirror .cm-url {
    word-break: break-all;
}

I’ll try applying this patch to the app to check if it causes any side effects.

Does fix the style issue for the links. Will run with it a while myself and report back if anything “strange” appears.

1 Like

It looks like working fine!
Fixed in v5.1.2🎉
Thanks again for reporting it!