tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 13 forks source link

Self-hosted TinyMCE with the Blazor framework using the package manager #66

Closed qwerty-debug closed 1 year ago

qwerty-debug commented 1 year ago

I am trying to work through the following guide: https://www.tiny.cloud/docs/tinymce/6/blazor-pm/

I installed the 'TinyMCE' NuGet package as suggested in step 4. Now at step 8. I need to pass a '/path/to/tinymce.min.js'.

The problem is... I can't manage to find the correct '/path/to/tinymce.min.js'. The documentation also doesn't specify what path it is expected to be when using the NuGet package.

Anything sensible I have tried based on the '_content/TinyMCE.Blazor/tinymce-blazor.js' path that is mentioned in the documentation or based on what I see when extracting the NuGet package doesn't work.

Now based on what I find inside the NuGet package... I am wondering: is this package actually intended to be used with DotNet Core / Blazor? If so, what is the correct '/path/to/tinymce.min.js' to use?

exalate-issue-sync[bot] commented 1 year ago

Ref: INT-3164

qwerty-debug commented 1 year ago

For future reference: