2025-03-30 22:29:29 +03:00
|
|
|
|
<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>Trilium Demo</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<h1 data-trilium-h1>Trilium Demo</h1>
|
|
|
|
|
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<figure class="image image-style-align-right">
|
|
|
|
|
<img src="Trilium Demo_trilium-icon.png" />
|
|
|
|
|
</figure>
|
|
|
|
|
<p><strong>Welcome to TriliumNext Notes!</strong>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
</p>
|
|
|
|
|
<p>This is initial "demo" document provided by TriliumNext by default to
|
|
|
|
|
showcase some of its features and also give you some ideas how you might
|
|
|
|
|
structure your notes. You can play with it, modify note content and tree
|
|
|
|
|
structure as you wish.</p>
|
|
|
|
|
<p>If you need any help, visit TriliumNext website: <a href="https://github.com/TriliumNext">https://github.com/TriliumNext</a>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
</p>
|
|
|
|
|
<h3>Cleanup</h3>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<p>Once you're finished with experimenting and want to cleanup these pages,
|
|
|
|
|
you can simply delete them all.</p>
|
|
|
|
|
<section class="include-note" data-note-id="xNgX9Cfpn6WV"
|
|
|
|
|
data-box-size="medium"> </section>
|
|
|
|
|
<h3>Formatting</h3>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<p>TriliumNext supports classic formatting like <i>italic</i>, <strong>bold</strong>, <i><strong>bold and italic</strong></i>.
|
|
|
|
|
Of course you can add links like this one pointing to <a href="http://www.google.com">google.com</a>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
</p>
|
|
|
|
|
<p>Lists</p>
|
|
|
|
|
<p><strong>Ordered:</strong>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
</p>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
<ol>
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<li>First Item</li>
|
|
|
|
|
<li>Second item
|
2025-03-30 22:29:29 +03:00
|
|
|
|
<ol>
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<li>First sub-item
|
|
|
|
|
<ol>
|
|
|
|
|
<li>sub-sub-item</li>
|
|
|
|
|
</ol>
|
|
|
|
|
</li>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
</ol>
|
|
|
|
|
</li>
|
|
|
|
|
</ol>
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<p><strong>Unordered:</strong>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
|
2025-03-30 23:09:17 +03:00
|
|
|
|
</p>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
<ul>
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<li>Item</li>
|
|
|
|
|
<li>Another item
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Sub-item</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
</ul>
|
2025-03-30 23:09:17 +03:00
|
|
|
|
<p>Block quotes</p>
|
|
|
|
|
<blockquote>
|
|
|
|
|
<p>Whereof one cannot speak, thereof one must be silent”</p>
|
|
|
|
|
<p>– Ludwig Wittgenstein</p>
|
|
|
|
|
</blockquote>
|
|
|
|
|
<p>Checkout also other examples like <a href="Trilium%20Demo/Formatting%20examples/School%20schedule.html">tables</a>,
|
|
|
|
|
<a
|
|
|
|
|
href="Trilium%20Demo/Formatting%20examples/Checkbox%20lists.html">checkbox lists,</a> <a href="Trilium%20Demo/Formatting%20examples/Highlighting.html">highlighting</a>,
|
|
|
|
|
<a
|
|
|
|
|
href="Trilium%20Demo/Formatting%20examples/Code%20blocks.html">code blocks</a>and <a href="Trilium%20Demo/Formatting%20examples/Math.html">math examples</a>.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-03-30 22:29:29 +03:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|