The Tree of Widsdom

智慧の樹

@export: sub-posts

Type: Agent

This sets the export of sub-posts.

$AgentQuery

(descendedFrom("Blog POSTS") & $OutlineDepth(original)>4)

$AgentAction

if($blogExpOpt.contains("SKIP"))
	{$blogReady=;$HTMLDontExport=1;$Color=_skip}else{$Color=;}; 
if($blogExpOpt.contains("OWNPAGE"))
	{$blogReady=1;$HTMLDontExport=;$OutlineBackgroundColor=_ownpage; $ShadowColor=#8f0;$Shadow=1;}; 
if($blogExpOpt.contains("FOOTNOTE"))
	{$blogReady=1;$HTMLDontExport=;$OutlineBackgroundColor=_footnote;$ShadowColor=#08f;$Shadow=1;}; 
if($blogExpOpt.contains("NOTOC"))
	{$blogReady=;$HTMLDontExport=;$OutlineBackgroundColor=_notoc;$ShadowColor=#f44;$Shadow=1;}; }
else{$blogReady=;$HTMLDontExport=;$Color=;$ShadowColor=;$Shadow=;$OutlineBackgroundColor=;};