Files
Trilium/apps/edit-docs/demo/root/Trilium Demo.html

76 lines
2.8 KiB
HTML
Raw Normal View History

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">
<figure class="image image-style-align-right image_resized" style="width:29.84%;">
<img style="aspect-ratio:150/150;" src="Trilium Demo_icon-color.svg" width="150"
height="150">
</figure>
2025-06-22 10:53:04 +03:00
<p><strong>Welcome to Trilium Notes!</strong>
</p>
2025-10-19 11:43:00 -04:00
<p>This is a "demo" document packaged with TriliumNext to showcase some
of its features and also give you some ideas on how you might structure
your notes. You can play with it, and modify the note content and tree
structure as you wish.</p>
2025-10-19 11:43:00 -04:00
<p>If you need any help, visit the TriliumNext website: <a href="https://github.com/TriliumNext">https://github.com/TriliumNext</a>
</p>
<h3>Cleanup</h3>
<p>Once you're finished with experimenting and want to cleanup these pages,
you can simply delete them all.</p>
<h3>Formatting</h3>
<p>TriliumNext supports classic formatting like <em>italic</em>, <strong>bold</strong>, <em><strong>bold and italic</strong></em>.
2025-10-19 11:43:00 -04:00
You can add links pointing to <a href="https://triliumnotes.org/">external pages</a> or
<a href="Trilium%20Demo/Formatting%20examples/">internal notes</a>.
</p>
<p>Lists</p>
<p><strong>Ordered:</strong>
</p>
<ol>
<li>First Item</li>
<li>Second item
<ol>
<li>First sub-item
<ol>
<li>sub-sub-item</li>
</ol>
</li>
</ol>
</li>
</ol>
<p><strong>Unordered:</strong>
</p>
<ul>
<li>Item</li>
<li>Another item
<ul>
<li>Sub-item</li>
</ul>
</li>
</ul>
<p>Block quotes</p>
<blockquote>
<p>Whereof one cannot speak, thereof one must be silent”</p>
<p> Ludwig Wittgenstein</p>
</blockquote>
2025-10-19 11:43:00 -04:00
<p>See 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
2025-10-19 11:43:00 -04:00
href="Trilium%20Demo/Formatting%20examples/Code%20blocks.html">code blocks</a> and <a href="Trilium%20Demo/Formatting%20examples/Math.html">math examples</a>.</p>
2025-03-30 22:29:29 +03:00
</div>
</div>
</body>
2025-10-19 11:43:00 -04:00
</html>