Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer paragraph boundaries when displaying plain text files in HTML-based editors #4294

Closed
reckart opened this issue Nov 13, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@reckart
Copy link
Member

reckart commented Nov 13, 2023

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.

@reckart reckart added this to the 30.0 milestone Nov 13, 2023
@reckart reckart self-assigned this Nov 13, 2023
reckart added a commit that referenced this issue Nov 13, 2023
…n HTML-based editors

- Detect multi-line-breaks and inject p-tags accordingly
reckart added a commit that referenced this issue Nov 13, 2023
…n HTML-based editors

- Detect multi-line-breaks and inject p-tags accordingly
reckart added a commit that referenced this issue Nov 13, 2023
…ragraph-boundaries-when-displaying-plain-text-files-in-HTML-based-editors

#4294 - Infer paragraph boundaries when displaying plain text files in HTML-based editors
@reckart reckart closed this as completed Nov 13, 2023
reckart added a commit that referenced this issue Nov 14, 2023
* main:
  #4294 - Infer paragraph boundaries when displaying plain text files in HTML-based editors
  #4289 - Ability to skip SSL certificate validation on external recommenders
reckart added a commit that referenced this issue Nov 21, 2023
* 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
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant