Le Tan
6b59886847
handle note deletion and creation friendly
...
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-21 14:41:35 +08:00
Le Tan
8d9278f491
use VConfigManager to hanlde configurations
...
Move config related stuff to VConfigManager. For a config value,
VConfigManager will first try to look it up in the user-scoped vnote.ini
config file, if it is empty, then try to look it up in the default
vnote.ini.
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-16 14:47:57 +08:00
Le Tan
7bce2cb298
use QWebEngineView to display markdown files
...
Thanks to [marked JavaScript library](https://github.com/chjj/marked ) by
Christopher Jeffrey. The
[style sheet](http://kevinburke.bitbucket.org/markdowncss/markdown.css )
was created by Kevin Burke.
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-09 20:47:20 +08:00
Le Tan
e3e18d040c
use QStackedWidget to hold QTextBrowser and VEdit
...
Use QTextBrowser to display file in read mode and VEdit to display file
in edit mode.
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-07 21:55:30 +08:00
Le Tan
3f8c87a325
add basic logics for handling html file
...
Add edit/read/save logics for html file.
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-07 10:56:28 +08:00
Le Tan
504e3323cf
display selected file in a QTabWidget
...
Add VTabWidget and VEdit to display content of files.
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-06 22:33:55 +08:00