andreafeccomandi / bibisco

Novel writing software
https://bibisco.com
GNU General Public License v3.0
684 stars 119 forks source link

Export Bug: New paragraph not always opened #327

Closed EmmaluFox closed 1 year ago

EmmaluFox commented 2 years ago

I noticed my exported document had some missing paragraphs and had around 500 fewer words in Word/Adobe Reader than is stated in the app. I found the missing text and located it in the project json file. I found that in certain places a new paragraph tag wasn't opened meaning that text was not exported.

For example, here a new paragraph tag should have been opened before "This":

<p><br></p>This

I wonder if it might be happening in cases where I have inserted a break, then changed my mind and pressed the up arrow to use the line previously marked as a break?

EmmaluFox commented 2 years ago

P.S. When I delete all blank space between the missing text and the previous line then add a new line break the text then exports as expected.

andreafeccomandi commented 1 year ago

From version 3.0, the controls have been strengthened to prevent this type of error.