-
Publii Version : v.0.38.3 (build 14239)
Theme: Simple (v.2.3.3.0)
OS: Windows 10
Steps
1. Create a new post in Markdown mode.
2. Drag and drop first image in the post.
3. Navigate to the …
-
I want to use EasyMDE in my Blazor project. The implementation is quite completed and you find it on [GitHub][3].
I specified the property `ImageUploadEndpoint` but I can't write an ASP.NET Core Co…
-
I try to run the examples but they don't work. First, the path in the `link` and `script` is not correct. This is the working `index.html`
```
Example / Preview
…
-
How can I get from EasyMDE the render HTML?
I have this code that raises a call to Blazor for every change.
```
easyMDE.codemirror.on("change", function () {
dotNetObjectRef.invokeMethodAs…
-
I try to use this library with **Blazor** and here you fine [the repo](https://github.com/erossini/BlazorMarkdownEditor/tree/Using-EasyMDE). It is working.
The problem I get is to upload a file. Us…
-
**Describe the bug**
The cursor position in the status bar (line:column) is wrong. The line number has an offset of -1.
**To Reproduce**
Position the cursor anywhere in the document and check the…
-
**Describe the bug**
If an action is assigned to a button in an submenu, this action is not called, when the button is clicked.
**To Reproduce**
Steps to reproduce the behavior:
1. Define a subm…
-
I got this error,, I am using the latest 3.0.0 version.
I've clean installed and setup with Covalent. double checked my AppModule in terms of Covalent modules.
```
ERROR in The target entry-point…
-
**Describe the bug**
Getting an error eecuting `npm run test`.
`marked` cannot be imported.
**To Reproduce**
Steps to reproduce the behavior:
1. Execute `npm run test` in the main/root director…
-
**Describe your question**
As a beginner in web development I really love how simple yet powerful markdown editor this is. Easymde uses `*` by default for the unordered list. Can we make it configura…