Scrapboxもくもく会
書いてる人もクラスメソッドのひとなのかな?yosider.icon
そうっぽい
井戸端の日記ページのテイストで、YWTっぽく書いている 今回は普段からメンバー全員で使用しているScrapboxにページを作りそこでもくもく会と称して同時に作業を行うことになりました。 このやり方なら井戸端でもできそう
というか既に日記ページでゆるくやってるかsta.icon
たまに盛り上がったりもするし
決まった時間に決まったフォーマットに沿って目標を宣言して作業をしていく流れ
井戸端よりもうちょっと束縛厳しい感じ
クラスメソッド外の人も招待してもらえれば参加できる?yosider.icon
できるっぽいです
「入れてくださーい」と頼んで入れてもらえるかがわからないなぁ
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/villagepump/Scrapboxもくもく会/closed.svg
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/villagepump/Scrapboxもくもく会/open.svg
code:open.svg
<g>
<style type="text/css">
.f01{
stroke: navy;
stroke-width: 4;
fill: navy;
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="30" y="30" font-size="20">☁☁</text>
<text class="f02" x="5" y="55" font-size="18">もくもく会</text>
<text class="f02" x="22" y="82" font-size="20">開催中</text>
</g>
</svg>
code:closed.svg
<g>
<style type="text/css">
.f01{
stroke: brown;
stroke-width: 4;
fill: brown;
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="30" y="30" font-size="20">☁☁</text>
<text class="f02" x="5" y="55" font-size="18">もくもく会</text>
<text class="f02" x="22" y="82" font-size="20">準備中</text>
</g>
</svg>