jodit
jodit copied to clipboard
Jodit - Best WYSIWYG Editor for You
How can I insert code block and make it highlight,use 3rd-party libs like highlight.js
Stylus syntax is more powerful than Sass or Less and Stylus community is growing : https://github.com/stylus/stylus If it could help, there are old tools to convert Saas/Less into Stylus files:...
I have created these 2 buttons to insert some text into the editor... that is working 100%. I need to add more buttons and instead of having an icon for...
**Jodit Version:** 3.1.69 Joomla component **Browser:** FF **OS:** Windows **Is React App:** False Using the Sourcerer Joomla extension by Regular Labs and Jodit: **Code** **Expected behavior:** ```html {source} {/source} ```...
When I try to use the image button to add an image url in the production version, it results in the following html: ``` ``` This works on development server(localhost)....
**Jodit Version:** ``` { "jodit-react": "~1.0.42", } ``` **Browser:** Chrome Version 83.0.4103.61 (Official Build) (64-bit) **OS:** Mac **Code** ```jsx import React, { Component } from 'react' import dynamic from 'next/dynamic'...
Trying to upload image gives "Connection error" prompt. **Jodit Version:** 3.1.40 **Browser:** Chrome **OS:** Windows 10, Lubuntu **Code** ```js - jodit.min.js?v=3.1.40:10 **POST** https://{websiteurl}/index.php?option=com_jodit&task=filebrowser&action=permissions **404** ``` **Expected behavior:** Browses image files...
Hi, I am having project in laravel where I want to have your file browser method. I tried your php connector but I could not figure out how to use...
**Jodit Version:** 3.5.4 **Browser:** Chrome **OS:** Mac **Is React App:** False **Expected behavior:** Paste content containing multiple paragraphs from Google Docs into Jodit. Select 'Keep' in 'Paste as HTML' pop-up....
**Jodit Version:** 3.10.2 **Browser:** Chrome/FF **OS:** Linux/Windows **Is React App:** False **Code** ```vue import "jodit/build/jodit.min.css"; export default { extends: Vue.GenericInput, data() { return { componentValue: this.value || "", config: {...