aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 367a5cb..4e1f565 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,20 @@
LibreEdit intended to be a simple open-source text editing app for iOS, written
in Swift.
-## TODO
+LibreEdit integrates with the native iOS file manager, allowing users full
+control over the files themselves. The editor is simple and should display all
+file types.
-- [ ] Add functionality to `New` button.
-- [ ] Allow custom file names when saving.
-- [ ] Allow editing of existing files.
+There is an option to view rendered Markdown in the secondary actions menu in
+the naviation bar.
## Screenshots
-![Libre Edit](Screenshots/libre_edit.png)
+Native file manager:
+![Libre Edit](Screenshots/file_manager.png)
+
+Editor:
+![Libre Edit](Screenshots/editor.png)
+
+Rendered Markdown:
+![Libre Edit](Screenshots/rendered.png)