-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# perline | ||
Wrap text at logical places. Sentence or sub-unit per line. | ||
# Perline | ||
The project combines the Perline text style, | ||
a two-way converter, and a live playground site. | ||
For soft wrap documents, Perline simply means | ||
"one sentence per line". | ||
For documents with maximum line widths, | ||
any long sentences split at logical places over further lines. | ||
In Perline, all lines hold a self-contained part of a sentence. | ||
The two-way converter wraps normal text to Perline, | ||
and unwraps Perline to normal text. | ||
The live playground edits and presents text in both formats. | ||
|
||
Visit [the Perline Website](https://perline.pages.dev/). |