Skip to content
Snippets Groups Projects
Commit beef4c1a authored by Alf Eaton's avatar Alf Eaton
Browse files

Explicitly use editoria-typescript recipe for conversion

Example configuration:

"pubsweet-component-ink-backend": {
   "recipes": {
      "editoria-typescript": "6",
   }
}
parent a3150657
No related branches found
No related tags found
No related merge requests found
import { actions } from 'pubsweet-client'
import { ink as convertToHTML } from 'pubsweet-component-ink-frontend/actions'
import { ink } from 'pubsweet-component-ink-frontend/actions'
import uploadFile from 'xpub-upload'
import { generateTitle, extractTitle } from '../lib/title'
......@@ -44,7 +44,7 @@ export const uploadManuscript = (acceptedFiles, history) => dispatch => {
const fileURL = request.responseText
dispatch(convertToHTML(inputFile, {}))
dispatch(ink(inputFile, { recipe: 'editoria-typescript' }))
.then(response => {
if (!response.converted) {
throw new Error('The file was not converted')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment