create-specmentを作ったよ
コマンドで仕様サイトを作れるインストーラーを作りました
コマンドで仕様サイトを作れるインストーラーを作りました
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.
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.
I recently discovered that PlantUML supports regular expressions, so I decided to try it out.
For this example, I'm visualizing the following branch naming rules:
Wherever generative AI can be used, I want to make the most of it.
That includes writing detailed design documents.
That's why I created the PlantUML theme.
I made a theme to display PlantUML in Docusaurus, since it doesn't seem to be possible to make it official.
If you want to display PlantUML diagrams(pumld)
If you want to display PlantUML code(puml)
@startuml
start
:Hello world;
:This is defined on
several **lines**;
stop
@enduml