constrained-editor-plugin
constrained-editor-plugin copied to clipboard
This project is to restrict the editable area in the monaco-editor
Bumps [immer](https://github.com/immerjs/immer) to 9.0.21 and updates ancestor dependency [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus). These dependencies need to be updated together. Updates `immer` from 8.0.1 to 9.0.21 Release notes Sourced from immer's releases. v9.0.21 9.0.21...
If you add the restriction interactively (i.e. after onMount), the selected line is not restricted, but everything before and after it is. ` interface AdminCodeEditorProps { initialRestrictions: []; initialCode: string;...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) to 5.3.4 and updates ancestor dependency [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus). These dependencies need to be updated together. Updates `webpack-dev-middleware` from 3.7.3 to 5.3.4 Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4...
I am currently working with the Monaco Editor & the Constrained Editor Plugin. I have defined some code like so, including the use of a tab character:  I want...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
When I toggle the dev mode I get an error in the console.
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...
my code is but it throws the editor is instance of IStandaloneCodeEditor here, is there a way i can use this plugin in IStandaloneDiffEditor's ModifiedEditor ?
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...