Stackedit/public/res/html/tooltipUserCustomExtension.html
2014-04-26 01:53:06 +01:00

19 lines
484 B
HTML

Extension variable name:
<b>userCustom</b>
<br>
<br>
<b>Example:</b>
<br />
userCustom.onPreviewFinished = function() {
<br />
&nbsp;&nbsp;eventMgr.onMessage(&quot;Finished!&quot;);
<br />
};
<br />
<br />
<a target="_blank"
href="https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#architecture">More
info</a>
<br />
<br />
<b class="text-danger"><i class="icon-attention"></i> Careful! This is subject to malicious code. Don't copy/paste untrusted content.</b>