Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A VS Code extension that colorizes table columns in Markdown for clarity.

License

NotificationsYou must be signed in to change notification settings

yoshi389111/vscode-md-table-rainbow

Repository files navigation

An extension that colorizes table columns in Markdown for clarity.

Features

This extension colors by columns in markdown tables.

demo

Extension Settings

You can use it without any setting.However, you can also change:

// Delay time in milliseconds before updating colors.// Smaller values will color faster, but will increase processing cost."markdownTableRainbow.updateDelay":100,// An array of color strings (hex, rgba, rgb) for each column.// You can specify any number of colors. used cyclically."markdownTableRainbow.colors":["rgba(79,236,236,0.1)","rgba(255,255,63,0.1)","rgba(127,255,127,0.1)","rgba(255,127,255,0.1)"],// Enable cursor column highlighting (default: true)."markdownTableRainbow.cursorColorEnabled":true,// Highlight only one table (default: false)."markdownTableRainbow.singleTableMode":false,// Cursor column color strings (hex, rgba, rgb)."markdownTableRainbow.cursorColor":"rgba(100,50,180,0.8)",

About

A VS Code extension that colorizes table columns in Markdown for clarity.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp