{isodate: EEEE, MMMM d, yyyy}{isodate: HH:mm:ss}{isodate: EEEE, MMMM d, yyyy. HH:mm:ss}=== {isodate: EEEE, MMMM d, yyyy} ====
<grid>
<col sm="6">
</col>
<col sm="6">
<grid>
<col>
/*
<datatables ordering="false" auto-width="false" info="true" buttons="[ 'copy', 'csv', 'print' ]" fixed-header="true">
^ Date ^ Content ^ Amounts ^
</datatables>
*/
</col>
</grid>
</col>
</grid>
| {isodate:M/d} | <label type="info">현대카드(AMEX)</label> {cursor} | <badge>₩</badge> || <label type="default">{isodate: EEEE, MMMM d, yyyy.} Total; </label> | | <badge>₩{cursor}</badge> |
on alfred_script(q) tell application "System Events" tell application "Warp" to activate set numWin to count (windows of process "Warp") if numWin < 1 then keystroke "n" using command down delay 0.5 keystroke q keystroke return end tell end alfred_script