From today, you're able to add a "description" for a code.
You might want to write:
- some references, what inspired you to write it
- how to interact with your Flash content
- the core logic, any explanation about the code
- any requests for other wonderfl users to fork and modify
- what you think is cool about the code you wrote
- .. or anything
HTML tags are not allowed but URLs will be auto-extracted as anchor tags.
We did some comment-parsing-and-extract-what-looks-like-description from past code, so some might already have description, but write it by yourself for future codes.


-----
各コードに説明文をつけることができるようになりました。.....φ(・∀・*)
コード編集ページでタイトル、タグを編集するフォームに、説明文を記述するエリアを追加しました。ここで書いた説明文が、コードページのタイトルの下に表示されます。
ぜひ、コードを書くにあたって工夫した点や解説したい内容、操作方法など、今までコードコメントなどに書いていた内容をここに書いてみて下さい。
HTMLタグなどは使用できませんがURLは自動でリンクになります。
これまで投稿されていたコードに関しては自動でコードコメントから抽出しました。
が、基本的には作成者による任意入力となりますので今後投稿するコードではフォームからご自分で入力するようにしてください。