From 3f087068c9858cb145311b5fb63dc3c342b5e46e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 11 Sep 2023 10:38:15 +0300 Subject: update issue issues/implement-gn-markdown-editor.gmi --- issues/implement-gn-markdown-editor.gmi | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'issues/implement-gn-markdown-editor.gmi') diff --git a/issues/implement-gn-markdown-editor.gmi b/issues/implement-gn-markdown-editor.gmi index 0ce9b2a..7d7d08f 100644 --- a/issues/implement-gn-markdown-editor.gmi +++ b/issues/implement-gn-markdown-editor.gmi @@ -1,11 +1,14 @@ -# implement gn markdown editor +# Gn Markdown Editor implementation ### Notes -gn renders some markdown contents ,idea is to allow users to edit and live eview their pages -Example of similar implementation +Gn renders multiple markdown pages as html,the idea of this project is to allow users to edit and live preview the results +also added to this is the ability to commit the changes directly to github repo: +Example of similar implementation => https://markdownlivepreview.com/ + + ## Tags * assigned: alexm @@ -16,6 +19,18 @@ Example of similar implementation ## Tasks -* [ ] implement markdown page editor +* [x] implement markdown page editor + +* [x] add live preview for page markdown on edit + +* [] authentication(WIP) + +* [x] commit changes to github repo + +* [x] UI improvement + +## Notes + +for quick server setup refer to the documentation below: -* [ ] add live preview for page on edit \ No newline at end of file +=> https://github.com/Alexanderlacuna/gn-markdown-editor -- cgit v1.2.3