mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(docs): mention admonitions in CKEditor
This commit is contained in:
parent
b26e430c3e
commit
2b53a1c534
@ -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",
|
||||||
|
@ -30,4 +30,5 @@ Apart from that, Trilium also has its own set of specific plugins such as:
|
|||||||
* <a class="reference-link" href="../../Note%20Types/Text/Include%20Note.md">Include Note</a>
|
* <a class="reference-link" href="../../Note%20Types/Text/Include%20Note.md">Include Note</a>
|
||||||
* 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user