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
Right now in ./src/pages/trainer/training/edit/editor.tsx, there is a textarea component to write markdown and a button in ToolbarComponent to preview this content.
The aim of this issue is preview content while your are writting markdown.
Also, it's necessary to get sync preview and edit textArea scrolls while you are scrolling one of them. (Maybe this code could be usefull for it).
Right now in
./src/pages/trainer/training/edit/editor.tsx
, there is a textarea component to write markdown and a button in ToolbarComponent to preview this content.The aim of this issue is preview content while your are writting markdown.
Also, it's necessary to get sync preview and edit textArea scrolls while you are scrolling one of them. (Maybe this code could be usefull for it).
Important: Follow this work flow
The text was updated successfully, but these errors were encountered: