Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodeMirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Aurel Pascal Schubotz
CodeMirror
Commits
e7b3d699
Commit
e7b3d699
authored
9 years ago
by
Marijn Haverbeke
Browse files
Options
Downloads
Patches
Plain Diff
Add a code of conduct
parent
78c619e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+21
-6
21 additions, 6 deletions
README.md
index.html
+4
-1
4 additions, 1 deletion
index.html
with
25 additions
and
7 deletions
README.md
+
21
−
6
View file @
e7b3d699
...
...
@@ -3,10 +3,25 @@
[

](https://www.npmjs.org/package/codemirror)
[
Funding status: 
](https://marijnhaverbeke.nl/fund/)
CodeMirror is a JavaScript component that provides a code editor in
the browser. When a mode is available for the language you are coding
in, it will color your code, and optionally help with indentation.
CodeMirror is a versatile text editor implemented in JavaScript for
the browser. It is specialized for editing code, and comes with over
100 language modes and various addons that implement more advanced
editing functionality.
The project page is http://codemirror.net
The manual is at http://codemirror.net/doc/manual.html
The contributing guidelines are in
[
CONTRIBUTING.md
](
https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md
)
A rich programming API and a CSS theming system are available for
customizing CodeMirror to fit your application, and extending it with
new functionality.
You can find more information (and the
[
manual
](
http://codemirror.net/doc/manual.html
)
) on the
[
project
page
](
http://codemirror.net
)
. For questions and discussion, use the
[
discussion forum
](
http://discuss.codemirror.net/
)
.
See
[
CONTRIBUTING.md
](
https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md
)
for contributing guidelines.
The CodeMirror community aims to be welcoming to everybody. We use the
[
Contributor Covenant
(1.1)
](
http://contributor-covenant.org/version/1/1/0/
)
as our code of
conduct.
This diff is collapsed.
Click to expand it.
index.html
+
4
−
1
View file @
e7b3d699
...
...
@@ -168,7 +168,10 @@
list, which is only used for major announcements (such as new
versions). If needed, you can
contact
<a
href=
"mailto:marijnh@gmail.com"
>
the maintainer
</a>
directly.
</p>
directly. We aim to be an inclusive, welcoming community. To make
that explicit, we have
a
<a
href=
"http://contributor-covenant.org/version/1/1/0/"
>
code of
conduct
</a>
that applies to communication around the project.
</p>
<p>
A list of CodeMirror-related software that is not part of the
main distribution is maintained
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment