以下のコードブロック
CreateDocument[{
TextCell["Title", "Title"],
TextCell["Subtitle", "Subtitle"],
TextCell["Section 1", "Section"],
TextCell["Section 1.1", "Subsection"],
TextCell["Section 1.2", "Subsection"],
TextCell["Section 1.3", "Subsection"],
TextCell["Section 2", "Section"],
TextCell["Section 2.1", "Subsection"],
TextCell["Section 2.2", "Subsection"],
TextCell["Section 2.3", "Subsection"],
TextCell["Section 3", "Section"],
TextCell["Section 2.1", "Subsection"],
TextCell["Section 2.2", "Subsection"],
TextCell["Section 2.3", "Subsection"]}
]
スケルトン ノートを作成します。
セクションが折りたたまれるようにそのノートを作成することは可能ですか? ノートブックが (たとえば) セクション 1 をカバーするセル クローザーがクリックされたかのように表示されるようにします。セクション 2 と 3 についても同様です。