remove unused function, code formating

This commit is contained in:
Mathieu PATUREL
2017-01-02 16:29:33 +11:00
parent 5a3b1a7f81
commit f52bf98470
4 changed files with 28 additions and 27 deletions

View File

@ -1,13 +1,20 @@
todo:
☐ sync scroll @needsUpdate(because of images)
✔ load images from internet (`https:`) @done (17-01-02 15:51)
☐ regive focus to the right markdown view
☐ set the title of the preview
☐ preview.set_scratch(True)
☐ add 404 image
☐ fix #4
☐ bug when empty `src`
☐ auto refresh preview if loading images
☐ call settings listener on_new too
☐ preview.wordWrap => True
☐ try/except for 404
☐ support hanchor (TOC) @big
___________________
Archive:
✔ clean the code (syntax) @done (17-01-02 16:27) @project(todo)
✔ add 404 image @done (17-01-02 16:27) @project(todo)
✔ load images from internet (`https:`) @done (17-01-02 15:51) @project(todo)