You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When there are multiple subsequent line breaks in a plain text file, those tend to indicate a paragraph break. However, the HTML-based editors simply display the entire text as a "blob".
Describe the solution you'd like
The HTML document view should infer paragraph breaks from multi-line-breaks and inject p tags into the XML stream accordingly.
The text was updated successfully, but these errors were encountered:
…ragraph-boundaries-when-displaying-plain-text-files-in-HTML-based-editors
#4294 - Infer paragraph boundaries when displaying plain text files in HTML-based editors
* main: (68 commits)
#4316 - Dissolve generic API module
#4316 - Dissolve generic API module
#4316 - Dissolve generic API module
#4316 - Dissolve generic API module
#4316 - Dissolve generic API module
#4316 - Dissolve generic API module
#4314 - Move project API to own module
#4308 - Support for custom XML formats
#4308 - Support for custom XML formats
#4308 - Support for custom XML formats
#4310 - Viewport tracking does not work well in RecogitoJS editor
#4308 - Support for custom XML formats
#4302 - Files imported as HTML do not show properly in HTML-based editor
#4305 - New predictions message is shown even if no new predictions were generated
#4304 - Log more startup messages through boot logger
#4229 - Better project template selection
#4298 - Recommender status says "Waiting for evaluation" for recommenders that cannot be evaluated
#4297 - Popover always showing "tag not in tagset" even if feature has no tagset at all
#4294 - Infer paragraph boundaries when displaying plain text files in HTML-based editors
#4150 - Upgrade dependencies
...
Is your feature request related to a problem? Please describe.
When there are multiple subsequent line breaks in a plain text file, those tend to indicate a paragraph break. However, the HTML-based editors simply display the entire text as a "blob".
Describe the solution you'd like
The HTML document view should infer paragraph breaks from multi-line-breaks and inject
p
tags into the XML stream accordingly.The text was updated successfully, but these errors were encountered: