You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@araslanov-e I believe it is still an issue. To clarify, we have two versions of the editors:
v1 which is the editor that uses front matter, and I think the default editor for video uploads
v2 editor which is the editor you posted a screenshot of
If you're trying to reproduce this, I think you can simply try to reproduce in development with the v1 editor, and don't need to attempt a video upload in development. To change your editor settings, visit /settings/misc and update your editor version to v1.
Activity
Zhao-Andy commentedon Aug 30, 2019
Sorry, just seeing this now! I switched the
description
andtags
position and it seemed to work. Might be a weird front matter parsing issue.omenking commentedon Aug 30, 2019
No worries. What a funny fix. But if its works can't complain eh.
araslanov-e commentedon Oct 4, 2019
@Zhao-Andy Is the problem relevant?

Now a new form
Zhao-Andy commentedon Oct 4, 2019
@araslanov-e I believe it is still an issue. To clarify, we have two versions of the editors:
If you're trying to reproduce this, I think you can simply try to reproduce in development with the v1 editor, and don't need to attempt a video upload in development. To change your editor settings, visit
/settings/misc
and update your editor version tov1
.araslanov-e commentedon Oct 6, 2019
@Zhao-Andy
Problem №1 - after description space is lost https://github.com/thepracticaldev/dev.to/blob/master/app/services/article_with_video_creation_service.rb#L39
For example
Problem №2 - https://github.com/thepracticaldev/dev.to/blob/master/app/labor/markdown_fixer.rb#L58 invalid regexp https://rubular.com/r/d48NKsmxIWml6B
I'm trying to solve the second
araslanov-e commentedon Oct 6, 2019
@Zhao-Andy solved №1 - #4258
4 remaining items