mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(docs): mention admonitions in CKEditor
This commit is contained in:
		| @@ -5,7 +5,7 @@ | |||||||
|  |  | ||||||
| ## 🐞 Bugfixes | ## 🐞 Bugfixes | ||||||
|  |  | ||||||
| *   …. | *   Calendar does not hide when clicking on a note by @JYC333 | ||||||
|  |  | ||||||
| ## ✨ Improvements | ## ✨ Improvements | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10217,6 +10217,13 @@ | |||||||
|                                             "value": "QEAPj01N5f7w", |                                             "value": "QEAPj01N5f7w", | ||||||
|                                             "isInheritable": false, |                                             "isInheritable": false, | ||||||
|                                             "position": 50 |                                             "position": 50 | ||||||
|  |                                         }, | ||||||
|  |                                         { | ||||||
|  |                                             "type": "relation", | ||||||
|  |                                             "name": "internalLink", | ||||||
|  |                                             "value": "NwBbFdNZ9h7O", | ||||||
|  |                                             "isInheritable": false, | ||||||
|  |                                             "position": 60 | ||||||
|                                         } |                                         } | ||||||
|                                     ], |                                     ], | ||||||
|                                     "format": "markdown", |                                     "format": "markdown", | ||||||
|   | |||||||
| @@ -31,3 +31,4 @@ Apart from that, Trilium also has its own set of specific plugins such as: | |||||||
| *   Mentions, for linking pages. | *   Mentions, for linking pages. | ||||||
| *   <a class="reference-link" href="../../Basic%20Concepts%20and%20Features/Import%20%26%20Export/Markdown.md">Markdown</a> | *   <a class="reference-link" href="../../Basic%20Concepts%20and%20Features/Import%20%26%20Export/Markdown.md">Markdown</a> | ||||||
| *   [Reference links](../../Note%20Types/Text/Links.md) | *   [Reference links](../../Note%20Types/Text/Links.md) | ||||||
|  | *   [Admonitions](../../Note%20Types/Text/Block%20quotes%20%26%20admonitions.md), we ended up creating our own plugin but [aarkue/ckeditor5-admonition](https://github.com/aarkue/ckeditor5-admonition) was a good inspiration (including the toolbar icon). | ||||||
| @@ -10217,6 +10217,13 @@ | |||||||
|                                             "value": "QEAPj01N5f7w", |                                             "value": "QEAPj01N5f7w", | ||||||
|                                             "isInheritable": false, |                                             "isInheritable": false, | ||||||
|                                             "position": 50 |                                             "position": 50 | ||||||
|  |                                         }, | ||||||
|  |                                         { | ||||||
|  |                                             "type": "relation", | ||||||
|  |                                             "name": "internalLink", | ||||||
|  |                                             "value": "NwBbFdNZ9h7O", | ||||||
|  |                                             "isInheritable": false, | ||||||
|  |                                             "position": 60 | ||||||
|                                         } |                                         } | ||||||
|                                     ], |                                     ], | ||||||
|                                     "format": "html", |                                     "format": "html", | ||||||
|   | |||||||
| @@ -54,6 +54,9 @@ | |||||||
|           </li> |           </li> | ||||||
|           <li><a href="#root/_help_QEAPj01N5f7w">Reference links</a> |           <li><a href="#root/_help_QEAPj01N5f7w">Reference links</a> | ||||||
|           </li> |           </li> | ||||||
|  |           <li><a href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/iPIMuisry3hd/_help_NwBbFdNZ9h7O">Admonitions</a>, | ||||||
|  |             we ended up creating our own plugin but <a href="https://github.com/aarkue/ckeditor5-admonition">aarkue/ckeditor5-admonition</a> was | ||||||
|  |             a good inspiration (including the toolbar icon).</li> | ||||||
|         </ul> |         </ul> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user