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

Import: Join lines of hard wrapped paragraph #2799

Open
raineorshine opened this issue Jan 30, 2025 · 0 comments
Open

Import: Join lines of hard wrapped paragraph #2799

raineorshine opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working design-needed

Comments

@raineorshine
Copy link
Contributor

raineorshine commented Jan 30, 2025

Is accurate detection possible? Should we instead leave this to the user to fix with join + split?

The condition must be carefully constructed to avoid false positives (i.e. accidentally joining imported text that should be imported as separate lines).

✗ Text may not begin with a capital letter.
✗ Text may not contain any periods.

False positives:

Mr. Smith
Mrs. Smith

Steps to Reproduce

They assumed that the
census reflected the basic sociological facts. This it did, but
through the enumerative modality, the project also objectified social,
cultural, and linguistic differences among the people. The pan-
optical view that they were constructing led to the reification of
the territory as polity in which conflict, from the point of view of the rulers,
could only be controlled by their strong hand.

Current Behavior

Imported as separate lines.

Expected Behavior

- They assumed that the census reflected the basic sociological facts. 
- This it did, but through the enumerative modality, the project also objectified social, cultural, and linguistic differences among the people. 
- The panoptical view that they were constructing led to the reification of the territory as polity in which conflict, from the point of view of the rulers, could only be controlled by their strong hand. 

Testing

Add unit tests.

@raineorshine raineorshine added bug Something isn't working design-needed labels Jan 30, 2025
@raineorshine raineorshine added this to the 🌿 Thoughtspace II milestone Jan 30, 2025
@raineorshine raineorshine changed the title Import: Join lines of line wrapped paragraph Import: Join lines of hard wrapped paragraph Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design-needed
Projects
None yet
Development

No branches or pull requests

1 participant