Notes/src/views/details/render.ejs

9 lines
785 B
Plaintext
Raw Normal View History

2020-01-19 11:03:34 +01:00
<div class="note-detail-render note-detail-printable">
2019-05-01 23:06:18 +02:00
<div class="note-detail-render-help alert alert-warning">
2018-11-08 10:11:00 +01:00
<p><strong>This help note is shown because this note of type Render HTML doesn't have required relation to function properly.</strong></p>
<p>Render HTML note type is used for <a href="https://github.com/zadam/trilium/wiki/Scripts">scripting</a>. In short, you have a HTML code note (optionally with some JavaScript) and this note will render it. To make it work, you need to define a relation (in <a class="show-attributes-button">Attributes dialog</a>) called "renderNote" pointing to the HTML note to render. Once that's defined you can click on the "play" button to render.</p>
</div>
2019-05-01 23:06:18 +02:00
<div class="note-detail-render-content"></div>
2018-11-08 10:11:00 +01:00
</div>