codemirror-plugin icon indicating copy to clipboard operation
codemirror-plugin copied to clipboard

Emmet plugin for CodeMirror web editor

Results 9 codemirror-plugin issues
Sort by recently updated
recently updated
newest added

It's been a while since the plugin looks like this and I don't know why ![image](https://user-images.githubusercontent.com/77838689/181654330-54f61197-41a4-4735-a9d4-1938c385f105.png) this is my package.json ![image](https://user-images.githubusercontent.com/77838689/181654560-d83ef95e-9c3e-4fe0-a91e-efa0cc46894f.png) ### my code is exactly the same as shown...

Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

If you TAB after a fully-written CSS property, it has weird effects: ```css body { background-color[CURSOR] } ``` Then press tab, you get: ```css body { background: color; } ```...

I working with codemirror 5.2 and stand alone mode with Browser.js I suggest add the events swapDoc and Blur `editor.on('blur', () => proxy.hidePreview()); editor.on('swapDoc', () => proxy.hidePreview());` Any suggestions?

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**please show me how to connect it with react-codemirror2. I make mistakes...** ![image](https://user-images.githubusercontent.com/66781842/152672488-23383b68-a725-4146-aed7-4e73c1509f50.png) ![image](https://user-images.githubusercontent.com/66781842/152672595-285690c9-ed73-4e57-b251-5700a9f26968.png)

Are there any plans to support codemirror 6?

So Command-D in "normal" emmet does outward-expansion. But in CodeMirror, if you turn on the official Sublime Text bindings: https://codemirror.net/demo/sublime.html Then Command-D gets replaced with "select next occurrence" (`selectNextOccurrence`). Because...

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.55.0 to 5.58.2. Release notes Sourced from codemirror's releases. 5.58.2 No release notes provided. 5.58.1 Version 5.58.1 Bug fixes placeholder addon: Remove arrow function that ended up...

dependencies