I have a file of notes about books I have studied and I would like to obtain this structure (PN = real page numbers):
PN[TAB]my notes
If the "my notes" field spans over more than one line, I would like the continuation lines to be indented aligned at the TAB position, such as:
32 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.
I tried to play with all the options (tw, ai, ts) but to no success.
I am using TAB and keeping my comments/notes as ONE line, even if displayed as continuation, because in this way I can easily parse the files to extract information, having an unambiguous and simple pattern to deal with. So in this example the NewLine should be placed only after the final words (/ex ea/).
Many thanks for your kind help!
guido m. (Italy)