mirror of https://github.com/TriliumNext/Notes
feat(docs): improve include note
parent
1e6c197794
commit
10b3ede686
Binary file not shown.
|
After Width: | Height: | Size: 253 B |
@ -0,0 +1,28 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../../../style.css">
|
||||
<base target="_parent">
|
||||
<title data-trilium-title>Include Note</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 data-trilium-h1>Include Note</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<p>Text notes can "include" another note as a read-only widget. This can
|
||||
be useful for e.g. including a dynamically generated chart (from scripts
|
||||
& "render HTML" note) or other more advanced use cases.</p>
|
||||
<h2>Including a note</h2>
|
||||
<p>In the <a class="reference-link" href="Formatting%20toolbar.html">Formatting toolbar</a>,
|
||||
look for the
|
||||
<img src="Include Note_image.png" width="16" height="16">button. There is also a keyboard shortcut defined for it but it is not
|
||||
allocated by default.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 253 B |
Loading…
Reference in New Issue