Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkEdit-cursor-style

Bar, underline, and block cursors for MarkEdit.

Installation

Install this extension from the MarkEdit Extension Registry.

Settings

Add to settings.json, then relaunch MarkEdit:

{
  "extension.markeditCursorStyle": {
    "style": "block",
    "animate": true,
    "blinkInterval": 1200
  }
}
  • style: bar, underline, or block (default).
  • color: optional CSS color, e.g. "#d02060"; defaults to the theme color.
  • blinkInterval: full cycle in milliseconds (default 1200); 0 disables blinking.
  • animate: true (default) fades; false blinks instantly. Reduce Motion disables fading.

Invalid values use defaults. Block text uses the editor background color; choose a contrasting cursor color.

Development

  • yarn typecheck: check types.
  • yarn build:check: build without deploying.
  • yarn test:browser: start browser tests; open /test/.
  • yarn build: build and deploy to your local MarkEdit installation.

About

Customize your cursor with vertical bar, underline, and block styles.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages