1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Docs: Fix typo: Change "Table of Content" to "Table of Contents" (#10832)

This commit is contained in:
Henry Heino
2024-08-06 09:00:23 -07:00
committed by GitHub
parent 135d46f31b
commit 223a685529

View File

@@ -1,9 +1,9 @@
---
sidebar_position: 1
---
# Creating a table of content plugin
# Creating a table of contents plugin
This tutorial will guide you through the steps to create a table of content plugin for Joplin. It will display a view next to the current note that will contain links to the sections of a note. It will be possible to click on one of the header to jump to the relevant section.
This tutorial will guide you through the steps to create a table of contents plugin for Joplin. It will display a view next to the current note that will contain links to the sections of a note. It will be possible to click on one of the header to jump to the relevant section.
Through this tutorial you will learn about several aspect of the Joplin API, including: