settings
sm番号を含んだ文字列を選択したときに埋め込みサムネイルへの置換を提案
code:script.js
width: 314px;
box-sizing: content-box;
}
箇条書きの中黒 階層の区切り線
code:style.css
.line .indent-mark .dot {
/* 1. サイズと色を指定 */
width: 6px; /* 幅 */
height: 4px; /* 高さ */
background-color: #DDD; /* 三角形の色 */ /* 2. clip-path で三角形に切り抜く */
/* (左上, 右中, 左下) の頂点を結ぶ多角形 */
clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
/* 3. 既存のスタイルをリセット */
border: 0;
border-radius: 0;
/* 4. 位置調整 */
top: 11px;
/* Scrapboxのデフォルトの最小幅(約14px)をリセット */
min-width: 0;
}
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: unset !important;
}
.indent-mark span:not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
border-right: 1px solid #FFF3 }
一覧を横いっぱい広げる
code: style.css
.container {
max-width: 1596px;
}
Test
test
test
test