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

feat: add copy button for Shiki Magic Move code block#2289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
antfu merged 2 commits intoslidevjs:mainfromelecmonkey:main
Sep 25, 2025
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
[autofix.ci] apply automated fixes
  • Loading branch information
@autofix-ci
autofix-ci[bot] authoredSep 25, 2025
commit3df604478ea173218037f9a6a3c52ff2986ef89c
10 changes: 7 additions & 3 deletionspackages/vscode/schema/headmatter.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -181,11 +181,15 @@
},
{
"type": "string",
"enum": ["final", "always"]
"const": "final"
},
{
"type": "string",
"const": "always"
}
],
"description": "Show copy button in magic move code blocks. false: Nocopy button, 'final': Onlyon final step,'always': On all steps, true: Same as 'always'",
"markdownDescription": "Show copy button in magic move code blocks.\n- `false` - No copy button\n-`'final'`- Only show copy button on the final step\n-`'always'`- Showcopy button on all steps\n- `true` - Same as `'always'`",
"description": "Show copy button in magic move code blocks\n\n`'final'` for only showcopy buttononthefinal step `'always'` or `true` for show copy button on all steps",
"markdownDescription": "Show copy button in magic move code blocks\n\n`'final'`for only show copy button on the final step\n`'always'`or `true` for showcopy button on all steps",
"default": true
},
"author": {
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp