From c1f0dd589a57915d7280a8bb25bc6ca0ee1a9d8e Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 22 May 2025 09:29:40 +0000 Subject: [PATCH] editor - add note --- metadata/org.billthefarmer.editor.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/metadata/org.billthefarmer.editor.yml b/metadata/org.billthefarmer.editor.yml index 02e5ed203c..6431130adf 100644 --- a/metadata/org.billthefarmer.editor.yml +++ b/metadata/org.billthefarmer.editor.yml @@ -10,6 +10,21 @@ IssueTracker: https://github.com/billthefarmer/editor/issues Changelog: https://github.com/billthefarmer/editor/releases AutoName: Editor +Description: |- + NOTE: The app is no longer developed. + + This is a very simple generic text editor which may be used standalone or to show or edit any sort of text file from another app. If you select a text file in a file manager or similar app you will be offered the option of using this editor along with whatever other apps you have installed that can show or edit a text file. Files will initially be opened read only, long touch on the display or touch the edit item in the toolbar to enable editing. + + * Regular expression text search + * View markdown in browser or html viewer + * Optional auto save + * Optional word wrap + * Optional suggestions + * Optional syntax highlighting + * Character set detection and selection + * Light/Dark/Black/Retro themes + * Small/Medium/Large text size + * Monospace/Proportional typefaces RepoType: git Repo: https://github.com/billthefarmer/editor.git