Skip to main content

jujutsu(jj)のページを追加しました

· One min read

次のversion管理ツールとして期待の jujutsu のページを追加しました

Jujutsu (jj) 実践ガイド

長い間git天下な時代でしたが、やりづらさやわかりづらさを感じて 動いている人たちいるのを知れて良かった。

しかも形になって提供してくれている。感謝

公式: https://docs.jj-vcs.dev/latest/

まだまだ使いはじめなんだけど、 まずはこのドキュメントから使って検証していきます

Validating YAML Preview in Docusaurus

· One min read

Are you managing your prompts for generative AI properly?

Although most generative AI platforms retain prompt histories, using prompts across different AIs can become a bit frustrating.
At such times, I came across an article suggesting that managing prompts in YAML format can be effective.

  1. A Beginner’s Guide to Prompt Engineering in YAML Format
    1. https://note.com/novapen_create/n/n2c273166aef4

Thanks to Nopapen for the great article.

That got me thinking—“Maybe Docusaurus could be a convenient tool to preview YAML?”
So, I decided to explore the idea.

Introducing How to Add Custom Table Styles in Excel

· 3 min read

Once you discover Excel's ListObject (table styles), it's so convenient you'll want to use it for even small tables.
However, one downside is that the default table styles (appearance) are not very appealing.

img

From left to right:

  1. None: No style applied
  2. Standard: Default table style
  3. TableStyleLightBlue: Custom table style #1
  4. TableStyleLightGreen: Custom table style #2

You can create your own custom table styles like the ones above, but the issue is that they are saved on a per-workbook basis.
While you can copy them to other workbooks, you may end up transferring unwanted data, which can be risky.

That’s where a script that lets you add table styles anytime comes in handy.
If you have such a script, you can apply your preferred table style to any workbook whenever you like—so let me show you how.