react-simplemde-editor
react-simplemde-editor copied to clipboard
React wrapper for simplemde (easymde) markdown editor
Hey team, First of all thank you for building this awesome library. Am using this in one of my side project and I wanna be able to use this editor...
When this editor is loaded it fetches assets from the following locations: https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css https://cdn.jsdelivr.net/codemirror.spell-checker/latest/en_US.aff https://cdn.jsdelivr.net/codemirror.spell-checker/latest/en_US.dic https://maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0 Is it possible to have these assets bundled within the application as to not...
``` app-index.js:32 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()? Check the render method of `Controller`. at LoadableComponent...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.17 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
When I click the preview button, the raw text is replaced by `undefined`, instead of the compiled markdown. ``` import SimpleMdeReact from "react-simplemde-editor"; const component_name = () => { const...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.4 to 3.2.7. Changelog Sourced from vite's changelog. 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading double slash (#13349) (0574f80), closes #13348 #13349 3.2.6 (2023-04-18)...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
I've been trying to setup `react-simplemde-editor` but I keep running into the same issue ``` TypeError (0 , _react.useMemo) is not a function ``` As you'll see in the example...
In other words, is there a way to change the style of the border? For example: adding a className prop: className="focus:border-blue-500" Thank you.