mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	docs(demo): use clean URLs for links to Amazon
This commit is contained in:
		
							parent
							
								
									5dc2630d2a
								
							
						
					
					
						commit
						b24dbc6462
					
				
							
								
								
									
										4
									
								
								apps/edit-docs/demo/!!!meta.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								apps/edit-docs/demo/!!!meta.json
									
									
									
									
										vendored
									
									
								
							| @ -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": [ | ||||||
|  | |||||||
| @ -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&pd_rd_i=0765386690&pd_rd_r=AB0J179TM9NTEAMHE240&pd_rd_w=FAhxX&pd_rd_wg=pLGK7&psc=1&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&pd_rd_i=0316246654&pd_rd_r=D7KDTGZFP7YM1YSYVY4G&pd_rd_w=jkn28&pd_rd_wg=JVhtw&psc=1&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> | ||||||
|  | |||||||
| @ -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, | ||||||
|  | |||||||
| @ -14,7 +14,8 @@ | |||||||
| 
 | 
 | ||||||
|       <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> | ||||||
|  | |||||||
| @ -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 & |     xterm & | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -73,6 +121,22 @@ do | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -86,6 +150,14 @@ do | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| done</code></pre> | done</code></pre> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|  | |||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran