Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 46bffca

Browse files
authored
Merge pull request #1973 from NickBusey/patch-1
Update Steel Blue.css
2 parents 0e10485 + 31c95d5 commit 46bffca

37 files changed

+13
-76
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,22 @@ <h1 data-trilium-h1>Trilium Demo</h1>
1818
height="150">
1919
</figure>
2020
<p><strong>Welcome to TriliumNext Notes!</strong>
21-
2221
</p>
2322
<p>This is initial "demo" document provided by TriliumNext by default to
2423
showcase some of its features and also give you some ideas how you might
2524
structure your notes. You can play with it, modify note content and tree
2625
structure as you wish.</p>
2726
<p>If you need any help, visit TriliumNext website: <a href="https://github.com/TriliumNext">https://github.com/TriliumNext</a>
28-
2927
</p>
3028
<h3>Cleanup</h3>
31-
3229
<p>Once you're finished with experimenting and want to cleanup these pages,
3330
you can simply delete them all.</p>
3431
<h3>Formatting</h3>
35-
3632
<p>TriliumNext supports classic formatting like <em>italic</em>, <strong>bold</strong>, <em><strong>bold and italic</strong></em>.
3733
Of course you can add links like this one pointing to <a href="http://www.google.com">google.com</a>
38-
3934
</p>
4035
<p>Lists</p>
4136
<p><strong>Ordered:</strong>
42-
4337
</p>
4438
<ol>
4539
<li>First Item</li>
@@ -54,7 +48,6 @@ <h3>Formatting</h3>
5448
</li>
5549
</ol>
5650
<p><strong>Unordered:</strong>
57-
5851
</p>
5952
<ul>
6053
<li>Item</li>

apps/edit-docs/demo/root/Trilium Demo/Books/Book template.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,17 @@ <h1 data-trilium-h1>Book template</h1>
1414

1515
<div class="ck-content">
1616
<h2>Main characters</h2>
17-
1817
<p>… here put main characters …</p>
1918
<p>&nbsp;</p>
2019
<h2>Plot</h2>
21-
2220
<p>… describe main plot lines …</p>
2321
<p>&nbsp;</p>
2422
<h2>Tone</h2>
25-
2623
<p>&nbsp;</p>
2724
<h2>Genre</h2>
28-
2925
<p>scifi / drama / romance</p>
3026
<p>&nbsp;</p>
3127
<h2>Similar books</h2>
32-
3328
<ul>
3429
<li></li>
3530
</ul>

apps/edit-docs/demo/root/Trilium Demo/Books/To read.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ <h1 data-trilium-h1>To read</h1>
1414

1515
<div class="ck-content">
1616
<p>Checkout Kindle daily deals: <a href="https://www.amazon.com/gp/feature.html?docId=1000677541">https://www.amazon.com/gp/feature.html?docId=1000677541</a>
17-
1817
</p>
1918
<ul>
2019
<li>Cixin Liu - <a href="https://www.amazon.com/Dark-Forest-Remembrance-Earths-Past/dp/0765386690/ref=pd_bxgy_14_img_2?_encoding=UTF8&amp;pd_rd_i=0765386690&amp;pd_rd_r=AB0J179TM9NTEAMHE240&amp;pd_rd_w=FAhxX&amp;pd_rd_wg=pLGK7&amp;psc=1&amp;refRID=AB0J179TM9NTEAMHE240">The Dark Forest</a>
21-
2220
</li>
2321
<li>Ann Leckie - <a href="https://www.amazon.com/Ancillary-Sword-Imperial-Radch-Leckie/dp/0316246654/ref=pd_sim_14_1?_encoding=UTF8&amp;pd_rd_i=0316246654&amp;pd_rd_r=D7KDTGZFP7YM1YSYVY4G&amp;pd_rd_w=jkn28&amp;pd_rd_wg=JVhtw&amp;psc=1&amp;refRID=D7KDTGZFP7YM1YSYVY4G">Ancillary Sword</a>
24-
2522
</li>
2623
</ul>
2724
</div>

apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Checkbox lists.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,21 @@ <h1 data-trilium-h1>Checkbox lists</h1>
1818
<li>
1919
<label class="todo-list__label">
2020
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">buy milk&nbsp;&nbsp;</span>
21-
2221
</label>
2322
</li>
2423
<li>
2524
<label class="todo-list__label">
2625
<input type="checkbox" checked="checked" disabled="disabled"><span class="todo-list__label__description">do the laundry&nbsp;&nbsp;</span>
27-
2826
</label>
2927
</li>
3028
<li>
3129
<label class="todo-list__label">
3230
<input type="checkbox" checked="checked" disabled="disabled"><span class="todo-list__label__description">watch TV&nbsp;&nbsp;</span>
33-
3431
</label>
3532
</li>
3633
<li>
3734
<label class="todo-list__label">
3835
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">eat ice cream&nbsp;&nbsp;</span>
39-
4036
</label>
4137
</li>
4238
</ul>

apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Code blocks.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ <h1 data-trilium-h1>Code blocks</h1>
2020
is first created it will try to automatically determine the programming
2121
language, should that fail it is possible to manually adjust it. The color
2222
scheme for the syntax highlighting is adjustable in settings.&nbsp;</p><pre><code class="language-application-javascript-env-frontend">function helloWorld() {
23+
2324
alert("Hello world");
24-
}</code></pre>
2525

26+
}</code></pre>
2627
<p>For larger pieces of code it is better to use a code note, which uses
2728
a fully-fledged code editor (CodeMirror). For an example of a code note,
2829
see&nbsp;<a class="reference-link" href="../Scripting%20examples/Custom%20request%20handler.js">Custom request handler</a>.</p>

apps/edit-docs/demo/root/Trilium Demo/Formatting examples/Math.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ <h1 data-trilium-h1>Math</h1>
1515
<div class="ck-content">
1616
<p><span class="math-tex">\(% \f is defined as #1f(#2) using the macro \f\relax{x} = \int_{-\infty}^\infty &nbsp; &nbsp; \f\hat\xi\,e^{2 \pi i \xi x} &nbsp; &nbsp; \,d\xi\)</span>Some
1717
math examples:</p><span class="math-tex">\[\displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }\]</span>
18-
1918
<p>Another:</p><span class="math-tex">\[\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)\]</span>
20-
2119
<p>Inline math is also possible:&nbsp;<span class="math-tex">\(c^2 = a^2 + b^2\)</span>&nbsp;</p>
2220
<p>&nbsp;</p>
2321
</div>

apps/edit-docs/demo/root/Trilium Demo/Inbox/The Last Question.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ <h1 data-trilium-h1>The Last Question</h1>
2222
<p>This page demonstrates two things:</p>
2323
<ul>
2424
<li>possibility to <a href="#root/_hidden/_help/_help_KSZ04uQ2D1St/_help_iPIMuisry3hd/_help_nBAXQFj20hS1">include one note into another</a>
25-
2625
</li>
2726
<li>PDF preview - you can read PDFs directly in Trilium!</li>
2827
</ul>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ <h1 data-trilium-h1>Journal</h1>
1414

1515
<div class="ck-content">
1616
<p>You can read some explanation on how this journal works here: <a href="https://github.com/zadam/trilium/wiki/Day-notes">https://github.com/zadam/trilium/wiki/Day-notes</a>
17-
1817
</p>
1918
</div>
2019
</div>

apps/edit-docs/demo/root/Trilium Demo/Journal/2021/11 - November/28 - Tuesday.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ <h1 data-trilium-h1>28 - Tuesday</h1>
1818
<li>
1919
<label class="todo-list__label">
2020
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">&nbsp;&nbsp;</span>
21-
2221
</label>
2322
</li>
2423
</ul>

apps/edit-docs/demo/root/Trilium Demo/Journal/2021/11 - November/28 - Tuesday/Christmas gift ideas.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ <h1 data-trilium-h1>Christmas gift ideas</h1>
1717
<li>XBox</li>
1818
<li>Candles</li>
1919
<li><a href="https://www.amazon.ca/Anker-SoundCore-Portable-Bluetooth-Resistance/dp/B01MTB55WH?pd_rd_wg=honW8&amp;pd_rd_r=c9bb7c0f-0051-4da7-991f-4ca711a1b3e3&amp;pd_rd_w=ciUpR&amp;ref_=pd_gw_simh&amp;pf_rd_r=K10XKX0NGPDNTYYP4BS4&amp;pf_rd_p=5f1b460b-78c1-580e-929e-2878fe4859e8">Portable speakers</a>
20-
2120
</li>
2221
<li>...?</li>
2322
</ul>

0 commit comments

Comments
 (0)