react-textarea-code-editor
react-textarea-code-editor copied to clipboard
A simple code editor with syntax highlighting.
Possibly shown user errors in inserted code
think will be great to add the possibility send errors props with the format ```typescript type Errors = { startAt: number; // start position in string endAt: number; // end...
fix(deps): update dependency rehype-prism-plus to v1.4.2
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rehype-prism-plus](https://togithub.com/timlrx/rehype-prism-plus) | [`1.4.1` -> `1.4.2`](https://renovatebot.com/diffs/npm/rehype-prism-plus/1.4.1/1.4.2) | [](https://docs.renovatebot.com/merge-confidence/)...
Cursor not lining up with text and syntax highlighting, indent, etc not working
 If you look at the gif you can see that the cursor is actually above where the input appears. When you type it's really difficult to know where your...
Add `syntax` prop to register a new syntax
`package.json` will be updated once the dependency `@mapbox/rehype-prism` publishes a new release.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uiwjs/react-textarea-code-editor). ## Config Migration Needed - [ ]...
Max number of lines so it doesn't overflow my div?
Hi, I've got a problem with formatting, I even tried editing the source, but I could achieve setting maximum height or at least setting the maximum possible number of lines....
[Question] Raw data is not aligned with parsed data
Hi everyone, I am facing with the issue when trying to load the data from the api. There are some special characters which can be displayed normal on and ....
[Feature Request] display line number
[Feature Request] Copy to Clipboard or Customizable Button Bar
# Proposal Hi, first of all, this is a great react component. I have used it for some of my projects and it works as intended. Great stuff! I'd like...
stop code wrap
Is there any way to stop code wrap and make it horizontal scroll