Closed realLiangshiwei closed 2 years ago
Have you tried Toolbar customization for our Markdown component? https://blazorise.com/docs/extensions/markdown
<Markdown @bind-Value="@markdownValue" CustomButtonClicked="@OnCustomButtonClicked">
<Toolbar>
// Text="Preview"` I want to use text instead of `icon`.
<MarkdownToolbarButton Name="preview" Title="Preview" Icon="none"/>
</Toolbar>
</Markdown>
At the easy-markdown-editor
, it allows to set text properties.
So, we're missing a Text
property. Thanks for letting us know.
Is your feature request related to a problem? Please describe.
I'm trying to do custom the markdown toolbar, but there is no text property.
Describe the solution you'd like
https://github.com/Ionaru/easy-markdown-editor#toolbar-customization
Additional context
Add any other context or screenshots about the feature request here.