Closed brandtdaniels closed 3 years ago
Interesting. I did this mostly through an SSH terminal into my work computer at the time. Planning on reworking it on Xcode IDE itself sometimes next month.
same problem..how to fix it?
@maqiqing This is mostly due to missing code in the JS or undeclared variables. Looking to fix this this month hopefully!
Cmd+A and Ctrl+i in RichEditorView fixes most of these issues. For some reason, text formatting in the code file causes anywhere from 5-20 build errors.
@maqiqing This is mostly due to missing code in the JS or undeclared variables. Looking to fix this this month hopefuly!
Please fix this asap. Critical issue.
It has been fixed. I'm hopefully going to publish this package on to SPM. Edit: Or well not me but the new maintainer. Sorry for the long wait.
Please let me know if there are any more issues. I'll be taking over maintainership for the time being and adding this to SPM. Hopefully I can make this package more extensible regarding the styling as well. Extending the JS can also be done via runJS
but people might want to just include an entirely new file, which I can understand, so I'll be looking to do that as well.
I've created an iOS example app and fixed some bugs. It'll be a slightly slow process in fixing everything since I'm pretty busy with school, but at least y'all can use this somewhat now. Thanks for the patience!
In RichEditorOptionItem Line 162: Value of type 'RichEditorView' has no member 'checkbox'
In RichEditorView Line 358: Use of unresolved identifier 'offline' Line 360: Use of unresolved identifier 'vidURL' Line 400: Expression of type 'String' is unused Line 406: Invalid redeclaration of 'addRowToTable()'