Just write.
- write and edit text files
- search and replace
- jump to numbered line
- open current file's folder
Parchment automatically performs a few technical things in order to provide a pleasant text editing experience.
When saving a file, Parchment automatically removes any whitespace characters at the end of each line.
Parchment automatically ensures that all saved files end with exactly one newline character. This means that files saved by Parchment will work correct when using command-line applications.
Parchment refuses to open non-textual files; Any file containing a NUL character (byte of value 0x00) will be rejected.
Parchment refuses to open files which aren't valid UTF-8.
Parchment compiles with Flatpak Builder.
flatpak-builder build ca.vtrlx.Parchment.json --user --install --force-clean
flatpak run ca.vtrlx.ParchmentTo build and run the development version, add .Devel after the application's name.
flatpak-builder build ca.vtrlx.Parchment.Devel.json --user --install --force-clean
flatpak run ca.vtrlx.Parchment.Devel