GitXplorerGitXplorer
Y

awesome-codemirror5

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
321848370249dd6a459577cf2907e611d4c1e58f

feat: its codemirror 5 awesome page

YYash-Singh1 committed 3 years ago
Unverified
e118b02421a96af32c185430a511f9380b042739

chore: setup node v16

YYash-Singh1 committed 3 years ago
Unverified
7642ccb8e9a3922e3a66cf540b61ec9b5823d42d

forgot to add dependencies lol

YYash-Singh1 committed 4 years ago
Unverified
6298e6fda8ed02d1aad878b1c5e2c5279485bfc9

forgot to add script lol

YYash-Singh1 committed 4 years ago
Unverified
72a0915bd8994de84d4e6e9c005266f3f822dc4f

Add CI

YYash-Singh1 committed 4 years ago
Verified
b4be8d591fc2bb4eea926314e212473ab15ab004

Fix verilog and xml

YYash-Singh1 committed 4 years ago

README

The README file for this repository.

Welcome to the CodeMirror 5 awesome page!

Contents

Addons

  • Built by CodeMirror
    • Dialog - Prompt the user for input in the editor (depends on: dialog.css)
    • Searching
      • Searchcursor - Implements an API for search/replace
      • Search - Implements the search commands in the UI (depends on: searchcursor, dialog) (optionally depends on: matchesonscrollbar)
      • Jump-to-line - Adds in a way in the UI to jump to any line (depends on: dialog)
      • Matchesonscrollbar - Allow highlighting on search (depends on: annotatescrollbar, matchesonscrollbar.css) (optionally depends on: simplescrollbar)
    • Edit
    • Comment
    • Display
      • Autorefresh - Automatically refreshes the editor
      • Fullscreen - Allows to make editor fullscreen (depends on: fullscreen.css)
      • Panel - Allows to add in panels above or below the editor
      • Placeholder - Puts a placeholder on empty editors
      • Rulers - Add styled vertical rulers are certain positions
    • Fold
    • Hint
    • Lint - Adds the main linting (depends on: lint.css)
      • Linters: HTML, JSON, Javascript, Coffeescript, CSS
    • Merge - Shows a merged diff (depends on: merge.css)
    • Mode
      • Loadmode - Lazy-loading a mode
      • Multiplex - Allow to load multiple modes in one
      • Overlay - Run multiple modes in one, running over the base mode
      • Simple - Create simple modes with a single object with states, regular expressions, and strings
    • Runmode
      • Runmode - Syntax highlight without opening the editor, can be used on server-side
      • Colorize - Simpler way for colorizing in the browser
    • Scroll
    • Selection
    • Tern - Built in support for Tern into CodeMirror
    • Hardwrap - API to hardwrap paragraphs, ranges, etc.
    • Vim - Vim mode for CodeMirror

Modes

Themes

Contributing

Want to add in your own creations! Send a PR.