Skip to content

A simple editorjs implementation as a blazor component - HTML / C# / CSS / JavaScript

License

Notifications You must be signed in to change notification settings

kibblewhite/BlazorEditorJs

Repository files navigation

GitHub Repo GitHub Licence GitHub Stars Nuget Version Nuget Downloads

BlazorEditorJs

A simple editorjs implementation as a blazor component.

All I ask for is a github star for me and one for the editorjs repository if you use this, thank you.


To see it's usage, please visit the BlazorApp project and inspect the files:

  • BlazorEditorJs.App\BlazorEditorJs.App.Client\Pages\Home.razor
  • BlazorEditorJs.App\BlazorEditorJs.App.Client\Pages\Home.razor.cs
  • BlazorEditorJs.Lib\README.md

If you feel like giving support, please send some towards codex editorjs team at:


Think there is a missing offical tool/plugin that should be included. The tool should meet the following requirements:

  • It is present in the jsdelivr CDN and can be included via the libman tool (Microsoft.Web.LibraryManager.Build)
  • Their configuration schema should be correct, sample. tools: { plugin: { class: class_fn, ... } }

Let me know and I'll do my best for it to be included into the project.

Did you know that you can dynamically load plugin-tools from external CDN and this project supports it? Check out the edtorjs-toggle-block example being loaded in externally in the BlazorWasmApp project.

MinimumVisualStudioVersion = 17.4.33213.308

Next steps...

  • UI Unit Testing using Microsoft's playwright
  • Better exception handling, either: catch and log / bubble up to the application layer / handles error by passing exception message up to calling method
  • Use of Monads to handle results and data internally (TBC)

Notes:

dotnet nuget push EditorJS/bin/Release/net8.0/publish/EditorJS.*.nupkg -k <api-key /> -s https://api.nuget.org/v3/index.json

About

A simple editorjs implementation as a blazor component - HTML / C# / CSS / JavaScript

Resources

License

Stars

Watchers

Forks