This is the cs50x's final project, a simple markdown editor.
At the beginning, maybe I need to introduce I had used open source part.
The core of this project is easy markdown editor
This project based on the electron and the react
The style from the sass and bootstrap
Of course, I made my scaffold for electron and react, this is the address
In this editor, you can use many shortcuts to increase efficiency.
You can use the toolbar on the top, which can preview the markdown and change the title or many things.
ctrl
+N
: create a new filectrl
+S
: save current filectrl
+F
: open search barctrl
+O
: import file or filesctrl
+W
: close active filectrl
+Z
: undoctrl
+Shift
+Z
: redoctrl
+X
: cutctrl
+C
: copyctrl
+V
: pastectrl
+A
: select allctrl
+,
: open setting window
It's a pity that I haven't the MacOS, So my releases only have the edition of windows. After this time, I will borrow a mac from my friends to packaging the software on macOS.
I must say, the typescript is more powerful than the javascript. When I start this project, However, I can't handle typescript. So, I have to use javascript to finish this project.