diff --git a/app/stores/DocumentsStore.js b/app/stores/DocumentsStore.js index fe182f18c..ebb0ad632 100644 --- a/app/stores/DocumentsStore.js +++ b/app/stores/DocumentsStore.js @@ -22,6 +22,7 @@ export default class DocumentsStore extends BaseStore { @observable movingDocumentId: ?string; importFileTypes: string[] = [ + ".md", "text/markdown", "text/plain", "text/html",