Use the following regex to trim PDF outline bookmarks to 60 characters. Keep forgetting it so best to jot it down.^ "(\d+:\d+)(.{60})(.*?)(" \d+)
"$1$2$4
Then trim digits to 1 decimal point(" \d+)( \d+)(.)(\d{1})(\d+)
$1$2$3$4
LibreOffice remove double blank lines using extenstion Alt Search & Replace
Search this:^$\p*
Replace by:\p
>>Click here to continue<<
