Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Editor #101

Open
1 task done
LukeTOBrien opened this issue Jul 28, 2024 · 1 comment
Open
1 task done

Code Editor #101

LukeTOBrien opened this issue Jul 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@LukeTOBrien
Copy link

LukeTOBrien commented Jul 28, 2024

Feature request type

New component

Component name

No response

Is your feature request related to a problem?

No response

Describe the solution you'd like

I am porting a legacy app to Blazor + Mud, inside my app we have an editor (used for Markdown), the editor has been created using CodeMirror.
I just wondered that such a component would make a great little addition to your extensions project.

What do you say?

Have you seen this feature anywhere else?

For my spercific case with Markdown, I have noticed there is a https://github.com/MyNihongo/MudBlazor.Markdown
But this project has a dependancy on MarkDig, I don't want to compile Markdown, just an editor that will handle highlighting etc.

Describe alternatives you've considered

No response

Pull Request

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@LukeTOBrien LukeTOBrien added the enhancement New feature or request label Jul 28, 2024
@fgilde
Copy link
Owner

fgilde commented Aug 6, 2024

Really not sure if I want implement that. Also currently I have less time and I think personally I would prefer Monaco instead of CodeMirror. But you can easially do it as an Extensions for MudBlazor.Extensions like the https://github.com/fgilde/MudExRichTextEditor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants