UserCSS:ページリストの見出しに文末に応じた絵文字をつける
code:style.css
/* %2F は '/' のこと */
code:style.css
/* 文末 /wip で空のチェックボックスを表示 */
/* wip : work in progress = 作業中 */
.grid li.page-list-item > ahref$="%2Fwip" i > .content > .header > .title::before { content: '⬜️ '; /* */
}
code:style.css
/* 文末 /done で完了のチェックボックスを表示 */
content: '✅ '; /* */
}
code:style.css
/* 文末 /tbd で保留のチェックボックスを表示 */
/* tbd : to be determine = あとで決める、保留 */
.grid li.page-list-item > ahref$="%2Ftbd" i > .content > .header > .title::before { content: '🟥 '; /* */
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-ページリストの見出しに文末に応じた絵文字をつける-1572B6.svg?logo=css3&style=for-the-badge