summaryrefslogtreecommitdiff
path: root/issues/implement-gn-markdown-editor.gmi
blob: 7d7d08fe6f1e519c6b3a06553a23ecc510b171cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Gn Markdown Editor implementation

### Notes

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
* type: enhancement
* status: IN PROGRESS

* keywords: markdown,editor

## Tasks

* [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:

=> https://github.com/Alexanderlacuna/gn-markdown-editor