OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-06-11 19:17:13 +00:00
parent 5a5714ff49
commit 3f7aec7f5b
1575 changed files with 4 additions and 28509 deletions

View File

@ -1,27 +0,0 @@
tags: $:/tags/Commander/Macro
title: $:/plugins/kookma/commander/macros/logging
type: text/vnd.tiddlywiki
\define set-title() $:/temp/commander/logs/tid-{{{[tag[$:/tags/Commander/LogOps]count[]add[1]]}}}
\define create-log-tiddler(msg)
<$wikify name="myTitle" text="""<<set-title>>""">
<$wikify name="myCaption" text="""<$macrocall $name="set-caption" msg=<<__msg__>> />""">
<$action-createtiddler $basetitle=<<myTitle>>
$savetitle="$:/state/commander/log-tiddler"
tags="$:/tags/Commander/LogOps"
type="application/json"
caption=<<__msg__>>
/>
</$wikify>
</$wikify>
\end
\define log-add-single-operation(msg:"commander operation", tidItem:"no item")
<$action-setfield $tiddler={{$:/state/commander/log-tiddler}} $index=<<__tidItem__>> $value=<<__msg__>> />
\end
\define delete-all-log-tiddlers()
<$action-deletetiddler $filter="[tag[$:/tags/Commander/LogOps]]" />
\end