We’re planning to implement the markdown visualization and here are the new designs.
As you can see, some parts aren’t achievable with the current markdown component. The changes we’d need are:
- Ability to hide the preview/editor toggle from the toolbar’s right side
- In the same spot, be able to display a help button instead
- Ability to display a customFooterComponent
Here's the proposed API:
customFooterContent?: Component;
toolbarRightContentType?: 'previewToggle' | 'help';
Open to better ideas too!
We’re planning to implement the markdown visualization and here are the new designs.
As you can see, some parts aren’t achievable with the current markdown component. The changes we’d need are:
Here's the proposed API:
Open to better ideas too!