CodeMirror是一个在浏览器中运行的代码编辑器,其公共GitHub账户展示了多个重要的项目。主要使用TypeScript和JavaScript语言,CodeMirror的知名库包括codemirror5和dev等,涵盖了广泛的功能和配置示例,适用于各种开发需求。
In-browser code editor (version 5, legacy)
Development repository for the CodeMirror editor project
An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
DOM view component for the CodeMirror code editor
Markdown language support for the CodeMirror code editor
Example configuration for the CodeMirror code editor
Language server protocol client for CodeMirror
Collection of ported legacy language modes for the CodeMirror code editor
Merge view for CodeMirror
SQL language support for the CodeMirror code editor
Autocompletion for the CodeMirror code editor
One Dark theme for the CodeMirror code editor
Editor state data structures for the CodeMirror code editor
Example/template repository for building a language package
JavaScript language support for the CodeMirror code editor
Collaborative editing for the CodeMirror code editor
Tool for compiling grammars to modes
Python language support for the CodeMirror code editor
此仓库未提供描述。
Collection of editing commands for the CodeMirror code editor
HTML language support for the CodeMirror code editor
JSON language support for the CodeMirror code editor
A consistent set of modes for C, C++, Java, Go, JavaScript, TypeScript, Python, HTML, and Angular Templates
Language support infrastructure for the CodeMirror code editor
Rust language support for the CodeMirror code editor
Vue template support for CodeMirror
Search functionality for the CodeMirror code editor
Linting support for the CodeMirror code editor
PHP integration for CodeMirror
Liquid template support for CodeMirror
YAML language support for CodeMirror
CSS language support for the CodeMirror code editor
Java language support for the CodeMirror code editor
Document data structure for the CodeMirror code editor
Syntax highlighting for the CodeMirror code editor
Language metadata and dynamic loading for the CodeMirror code editor
Build utility used by CodeMirror packages
C++ language support for the CodeMirror code editor
Go language support for CodeMirror
Sass/SCSS language support for CodeMirror
XML language support for the CodeMirror code editor
WebAssembly Text Format support for the CodeMirror code editor
Lezer grammar language support for CodeMirror
Streaming language parser for the CodeMirror code editor
Angular Template language mode for CodeMirror
Automatic bracket closing for the CodeMirror code editor
Bracket matching for the CodeMirror code editor
Jinja language support for CodeMirror
Tooltip support for the CodeMirror code editor
Range set data structure for the CodeMirror code editor
Less editor support for CodeMirror
Commenting and uncommenting commands for the CodeMirror code editor
UI panels for the CodeMirror code editor
Gutter and line number functionality for the CodeMirror code editor
Undo/redo history for the CodeMirror code editor
Rectangular selection for the CodeMirror code editor
Code folding for the CodeMirror code editor
codemirror在GitHub上构建了多个与代码编辑相关的项目,主要以codemirror5和dev为代表。这些项目提供了全面的编辑器功能,帮助开发者在浏览器中高效编写代码。
codemirror主要使用TypeScript和JavaScript编写其项目。此外,HTML也在其代码库中发挥了作用,支持各种编辑器的功能和用户界面设计。
是的,codemirror的所有代码库都是公开的,用户可以自由访问、使用和贡献这些项目。这种开放性促进了社区的参与和项目的不断发展。