Mark Wilkinson
Mark Wilkinson
Added a reference to options.className. If this option is not provided, no class will be added
editorStateToJSON always returns stringified JSON with indents and newlines. If we want to "minify" this before storing in the database, we need to do something like `JSON.stringify(JSON.parse(editorStateToJSON(editorState)))` I've added a...
I encountered some issues migrating my Windows Plex to my Linux JellyFin due to the implementation of the translate property. It uses a colon as a separator but windows paths...