Hello!
I would like to create a list that looks like:
1.) Item 1; 2.) Item 2.1 is weird …; 3.) item 3 is not formatted correctly.; 4.) this is the last item.
List Numbers = “Number Period Parenthesis Space”.
Next List Item = “Semicolon Space Space”.
Last List Item = “” … or optionally “Line Break”.
I understand that I would not be able to hit “Enter” necessarily before each item, (but it would help), and that I would have to click the “list button” each time I wanted to add a new entry.
I would like to have a style defined this way, so I can use throughout documents, and update with a click.
EDIT: Being desperate here: /IF/ this feature is not supported, as a Developer, can I make the assumption that there is a “template fragment” for custom lists defined /somewhere/ within the document source itself. Could I search for and manually edit the template fragment … Is the name of the list, and the “\r\n” character (line break character) embedded in this fragment, and I can simply remove it? Or, does Libre Writer auto-magically infer that each list should have a line break, and add its own? For example, in CSS you could modify list items with something like display-inline …
Thank you for your help!