diff options
author | Alexander_Kabui | 2023-09-11 10:38:15 +0300 |
---|---|---|
committer | Alexander_Kabui | 2023-09-11 10:38:15 +0300 |
commit | 3f087068c9858cb145311b5fb63dc3c342b5e46e (patch) | |
tree | ef6eda3dcc351018d7d09c222e9e4c20746c2b46 | |
parent | 3626f28f0a12703d1b159a86e377500aed7345a2 (diff) | |
download | gn-gemtext-3f087068c9858cb145311b5fb63dc3c342b5e46e.tar.gz |
update issue issues/implement-gn-markdown-editor.gmi
-rw-r--r-- | issues/implement-gn-markdown-editor.gmi | 25 |
1 files changed, 20 insertions, 5 deletions
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 |