quilljs-markdown icon indicating copy to clipboard operation
quilljs-markdown copied to clipboard

QuillJS Editor Plugin for advanced Markdown

Results 17 quilljs-markdown issues
Sort by recently updated
recently updated
newest added

Is it possible to parse [markdown horizontal rules](https://www.markdownguide.org/basic-syntax/#horizontal-rules)? There are such dividers in [QuillJS](https://quilljs.com/guides/cloning-medium-with-parchment/#dividers) and I want `***` or `---` to work correctly. But currently `---` is not supported at...

WILL MAKE IT
Saw with Maintainer

Thanks for your project, it's really helpful. One minor issue, though, is that there is currently no easy way to enable bold and italics at the same time. If I...

WILL MAKE IT
RESEARCH
WORK IN PROGRESS
Saw with Maintainer

I want `# heading` to be converted to `` instead of ``. is there an option for that?

NICE IDEA
Saw with Maintainer

it would be nice to implement the heighly demanded feature to add the same functionality for ngx-quill to support Angular

Saw with Maintainer

When we typing markdown syntax for creating some block format (lists, code-block ...), undo/redo don't work correct. We use quilljs history module for undo/redo.

RESEARCH
Saw with Maintainer

This project is great!😄 But I don’t know how to add other markdown syntax. 😭

RESEARCH
Saw with Maintainer

How can I trigger text format if I set my editor's text from some external string containing markdown (essentially loaded from some GitHub repo's README.md)? Pasting the same text `#...

Display error when i copy a multi inlinecode sentence like "- \`Integer.MAX_VALUE\` is \`2147483647\`, \`Integer.MAX_VALUE / 10\` is \`214748364\`. something else...." , and paste on editor directly. seems like this...

Hi @cloverhearts ! I'm setting up Quill + QuillMarkdown as follows: ```html const editor = new Quill('#editor', { theme: 'snow' }); const editor_markdown = new QuillMarkdown(editor); ``` This loads without...

WILL MAKE IT
Saw with Maintainer