Judah Anthony

Results 3 comments of Judah Anthony

Do give you more information, I seem to only get the error when I have a field in the `fields` object that is optional. In the example above, I think...

"ref" is a unique identifier. Many times people use file path as ref, as it would ensure uniqueness, but it could be configured to return an ID or GUID or...

I'm doing this for: a) strip HTML b) transliteration and c) strip punctuation: ``` preprocess: function(content) { const tr = (str) => { const map = {"а":"a" /* truncated for...