ncornette/Python-Markdown-Editor

No save button in firefox

nishadhka opened this issue · 2 comments

Thank you very much for wonderful program, I am routinely using. I am facing difficulty in not having save button, the screen shot of the program in git folder I am using it for running is actually having.
screenshot from 2014-09-19 12 36 34 It is in Firefox, Ubuntu 12.04.

Hi, apparently You didn't provide a filename in commandline, please refer to usage :

Usage

Launch editor for testing : ** NO FILENAME ** ** NO SAVE ACTION **

$ markdown_edit.py 

Edit existing markdown file for preview :

$ markdown_edit.py readme.md

Edit existing markdown file and save html output file :

$ markdown_edit.py -f readme.html readme.md

Thank you once again, I got save button by mentioning already existing file.