blob: bf8ed1d68f50be1142f67cd6c5c792e38f8e8f0e (
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
37
38
39
40
41
42
43
44
45
46
|
# Gn Markdown Editor implementation
### Notes
This is a reimplementation of the gn-markdown-editor in guile
See issue:
=> issues/implement-gn-markdown-editor.gmi
=> https://github.com/Alexanderlacuna/gn-markdown-editor.git
## Tags
* assigned: alexm
* type: feature
* priority: high
## Tasks
* [x] implement initial apis;fetch page,edit and commit
* [x] UI: implement markdown page:editor
* [x] UI: add live preview for page markdown editor
* [x] adding documentation
* [] authentication
## Notes
the UI and the api implementation are on different repos for separation
of concerns
To run the api server refer to the documentaion see:
=> https://github.com/Alexanderlacuna/geditor/blob/master/README.md
to test the UI on its own see documentation:
=> https://github.com/Alexanderlacuna/geditor-UI
|