CodeMirror는 브라우저 내 코드 편집기 프로젝트로, GitHub에서 다양한 공개 리포지토리를 운영하고 있습니다. 주요 프로그래밍 언어로는 TypeScript, JavaScript, HTML이 있으며, 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에서 여러 리포지토리를 통해 CodeMirror의 기능과 설정을 지원하는 다양한 도구와 구성 예시를 제공합니다.
codemirror의 주요 프로그래밍 언어는 TypeScript, JavaScript, HTML입니다. 이 언어들은 코드 편집기의 기능을 구현하는 데 중요한 역할을 합니다.
예, codemirror의 리포지토리는 모두 공개되어 있습니다. 사용자는 GitHub에서 다양한 리포지토리를 확인하고, 코드 편집기와 관련된 프로젝트에 기여할 수 있습니다.