From 6c9db2cc06004688f729db0aefaca89aca2fc642 Mon Sep 17 00:00:00 2001 From: Roberto Machorro <7190436+RobertoMachorro@users.noreply.github.com> Date: Mon, 12 Aug 2019 22:58:18 -0400 Subject: [PATCH] Updated wishlist entries on README. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be11c9..c5b3ccd 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,15 @@ Most of the technology used in this App comes straight from Apple, we are just r ## In the Works -* Syntax highlight (optional for end user), ideally supporting TextMate files +* Status bar with word/paragraph count, etc. * Command line launcher tool, with support for waiting (usable as $EDITOR) +* [Comprehensive Help File](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/OnlineHelp/Tasks/SpecifyHelpFile.html#//apple_ref/doc/uid/20000020) + +## Potential Features + +* Syntax highlight (optional for end user), ideally supporting TextMate files +* Line number column(s) +* Code folding support ## Contributing