>>663

AfterInit.tjs に
-----------------------------------------------------
kag.tagHandlers.htext = function(elm) {
if(historyWriteEnabled) historyLayer.store(elm.text);
return 0;
} incontextof kag;
-----------------------------------------------------

と足して、あとは KAG から
-------------
[htext text="ヒストリに出力"]
[hr]
-------------
とかこんなかんじで