OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 335 forks source link

Add property file name to default schema #329

Closed calvernaz closed 7 years ago

calvernaz commented 10 years ago

Add file name to default schema, useful for exporting purposes.

OscarGodson commented 10 years ago

Looks good, curious tho, why doesn't using the key work since the key is the file name?

calvernaz commented 10 years ago

I could augment the object on export, but: