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
Currently, we use CoreMirror for the in-app editor, while we support Monaco in the sides. With #1330 solving the major problem we had in Monaco, it makes it less optimal to maintain two different text editors. Now, with the Shiki Monaco integration, we could have a much better syntax highlight for the markdown content as well.
Consider the in-app editor only has a single instance and it's dev only, performance shouldn't a major concern.
Currently, we use CoreMirror for the in-app editor, while we support Monaco in the sides. With #1330 solving the major problem we had in Monaco, it makes it less optimal to maintain two different text editors. Now, with the Shiki Monaco integration, we could have a much better syntax highlight for the markdown content as well.
Consider the in-app editor only has a single instance and it's dev only, performance shouldn't a major concern.
This is also related to #1390
The text was updated successfully, but these errors were encountered: