Zizi64 wrote: ↑Sun Oct 08, 2023 7:06 am
2. "Manually" replace possibly hundreds of thousands of <br/> tags with <br> tags.
Every Text Editor, Code Editor(even the simplyest one) has Find and Replace function... What editor software you have edit "manually" these "HTML files"?
The problem there though is that we're talking about upwards of 3,000 HTML files.
I remembered though that Nodepad++ has a "Find and Replace in Multiple Files" function, though, so, the amount of time it will take is not really the issue.
The main issue is that I use Git for version control on all these HTML files.
My Git diff for this commit is just going to be not ideal.
Zizi64 wrote: ↑Sun Oct 08, 2023 7:06 am
Alway store your important documents in the native file format of the Office suite. If you use AOO or LO Writer, the native file format is the international standard ODF (.odt) file format.
The reason I store them in HTML format is actually two fold:
1. As per what I just mentioned about managing over 3,000 HTML files using Git, when they are stored in the compressed ODT format, I don't have viewable diffs.
2. The main crux of my particular use case is being able to view (and link between) the HTML files from inside a browser.
robleyd wrote: ↑Sun Oct 08, 2023 1:20 am
LibreOffice does recognise the <br/> tag as a line break. That may be an alternative for you.
Interesting! You are correct.
Hmm, this does at least circumvent me having to modify all my HTML files.
I've been a user of Open Office for over 15 years though, so, even if the two are entirely interchangeable aside from this one little thing, it still feels a bit "weird" to make the switch permanently. I mean, especially over something as seemingly trivial as a singular forward slash

.
This allows me to make some of the edits I was looking to make a lot more easily.
As for calling it a permanent solution, I'll have to mull over that for the next few days.
Thank you, though.
OpenOffice 4.1.14 on Windows 11 Pro.