docs(demo): use clean URLs for links to Amazon

This commit is contained in:
Elian Doran
2025-10-21 11:24:07 +03:00
parent 5dc2630d2a
commit b24dbc6462
6 changed files with 96 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ {
"formatVersion": 2, "formatVersion": 2,
"appVersion": "0.99.1", "appVersion": "0.99.2",
"files": [ "files": [
{ {
"isClone": false, "isClone": false,
@@ -82,7 +82,7 @@
"title": "Trilium Demo", "title": "Trilium Demo",
"notePosition": 20, "notePosition": 20,
"prefix": null, "prefix": null,
"isExpanded": false, "isExpanded": true,
"type": "text", "type": "text",
"mime": "text/html", "mime": "text/html",
"attributes": [ "attributes": [

View File

@@ -13,12 +13,11 @@
<h1 data-trilium-h1>To read</h1> <h1 data-trilium-h1>To read</h1>
<div class="ck-content"> <div class="ck-content">
<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> <p>Check out <a href="https://www.amazon.com/amz-books/book-deals">Kindle Daily Deals</a>:</p>
</p>
<ul> <ul>
<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> <li data-list-item-id="e5bec34ede90d88a3ad5f7362ab60cbfb">Cixin Liu - <a href="https://www.amazon.com/Dark-Forest-Remembrance-Earths-Past/dp/0765386690/">The Dark Forest</a>
</li> </li>
<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> <li data-list-item-id="ef10faa539920a4fd817f09ba564d69d3">Ann Leckie - <a href="https://www.amazon.com/Ancillary-Sword-Imperial-Radch-Leckie/dp/0316246654/">Ancillary Sword</a>
</li> </li>
</ul> </ul>
</div> </div>

View File

@@ -27,6 +27,14 @@
alert("Hello world"); alert("Hello world");
@@ -35,6 +43,14 @@
}</code></pre> }</code></pre>
<p>For larger pieces of code it is better to use a code note, which uses <p>For larger pieces of code it is better to use a code note, which uses
a fully-fledged code editor (CodeMirror). For an example of a code note, a fully-fledged code editor (CodeMirror). For an example of a code note,

View File

@@ -14,9 +14,10 @@
<div class="ck-content"> <div class="ck-content">
<p>How to be a stoic from Massimo Pigliuci:</p> <p>How to be a stoic from Massimo Pigliuci:</p>
<p><a href="https://www.amazon.com/gp/product/B01K3WN1BY">https://www.amazon.com/gp/product/B01K3WN1BY</a></p> <p><a href="https://www.amazon.com/gp/product/B01K3WN1BY">https://www.amazon.com/gp/product/B01K3WN1BY</a>
</p>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -22,6 +22,14 @@
# This script opens 4 terminal windows. # This script opens 4 terminal windows.
@@ -33,6 +41,22 @@
@@ -46,6 +70,14 @@ i="0"
while [ $i -lt 4 ] while [ $i -lt 4 ]
@@ -54,6 +86,14 @@ while [ $i -lt 4 ]
do do
@@ -62,6 +102,14 @@ do
xterm &amp; xterm &amp;
@@ -73,6 +121,22 @@ do
@@ -86,6 +150,14 @@ do
done</code></pre> done</code></pre>
</div> </div>
</div> </div>

Binary file not shown.