Bar, underline, and block cursors for MarkEdit.
Install this extension from the MarkEdit Extension Registry.
Add to settings.json, then relaunch MarkEdit:
{
"extension.markeditCursorStyle": {
"style": "block",
"animate": true,
"blinkInterval": 1200
}
}style:bar,underline, orblock(default).color: optional CSS color, e.g."#d02060"; defaults to the theme color.blinkInterval: full cycle in milliseconds (default1200);0disables blinking.animate:true(default) fades;falseblinks instantly. Reduce Motion disables fading.
Invalid values use defaults. Block text uses the editor background color; choose a contrasting cursor color.
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.