Skip to content

Commit 539b2f5

Browse files
committed
update toc
1 parent 6e5676c commit 539b2f5

File tree

2 files changed

+60
-49
lines changed

2 files changed

+60
-49
lines changed

README.md

+53-49
Original file line numberDiff line numberDiff line change
@@ -15,56 +15,60 @@ Python client for ETAPI of Trilium Note.
1515
## 🦮 Table of Contents
1616

1717
<!--ts-->
18-
1918
* [🐍 trilium-py](#-trilium-py)
20-
* [🦮 Table of Contents](#-table-of-contents)
21-
* [🔧 Installation](#-installation)
22-
* [📖 (Basic) Usage](#-basic-usage)
23-
* [🚀 Initialization](#-initialization)
24-
* [📊 Application Information](#-application-information)
25-
* [🔍 Search note](#-search-note)
26-
* [🏭 Create Note](#-create-note)
27-
* [🖼️ Create Image note](#️-create-image-note)
28-
* [👀 Get note](#-get-note)
29-
* [🔄 Update note](#-update-note)
30-
* [🗑️ Delete note](#️-delete-note)
31-
* [📅 Day note](#-day-note)
32-
* [📤 Export note](#-export-note)
33-
* [📥 import note](#-import-note)
34-
* [💾 Save revision](#-save-revision)
35-
* [💾 Create data backup](#-create-data-backup)
36-
* [🏷 Create attribute](#-create-attribute)
37-
* [Get attachment list](#get-attachment-list)
38-
* [Get attachment info](#get-attachment-info)
39-
* [Update attachment info](#update-attachment-info)
40-
* [Get attachment content](#get-attachment-content)
41-
* [Update attachment content](#update-attachment-content)
42-
* [Create attachment](#create-attachment)
43-
* [(Advanced Usage) ✅ TODO List](#advanced-usage--todo-list)
44-
* [Add TODO item](#add-todo-item)
45-
* [Check/Uncheck a TODO item](#checkuncheck-a-todo-item)
46-
* [Update a TODO item](#update-a-todo-item)
47-
* [Delete a TODO item](#delete-a-todo-item)
48-
* [Move yesterday's unfinished todo to today](#move-yesterdays-unfinished-todo-to-today)
49-
* [(Advanced Usage) 🚚 Upload Markdown files](#advanced-usage--upload-markdown-files)
50-
* [Upload single Markdown file with images](#upload-single-markdown-file-with-images)
51-
* [Bulk upload Markdown files in a folder](#bulk-upload-markdown-files-in-a-folder)
52-
* [Import from VNote](#import-from-vnote)
53-
* [Import from Joplin](#import-from-joplin)
54-
* [Import from Logseq](#import-from-logseq)
55-
* [Import from Obsidian](#import-from-obsidian)
56-
* [Import from Youdao Note/有道云笔记](#import-from-youdao-note有道云笔记)
57-
* [Import from Turtl](#import-from-turtl)
58-
* [Import from other markdown software](#import-from-other-markdown-software)
59-
* [(Advanced Usage) 🎨 Beautify notes](#advanced-usage--beautify-notes)
60-
* [Beautify a note](#beautify-a-note)
61-
* [Beautify a note and its child notes](#beautify-a-note-and-its-child-notes)
62-
* [(Advanced Usage) 🧹 Sort note content](#advanced-usage--sort-note-content)
63-
* [(Advanced Usage) 🧹 Delete empty new note](#advanced-usage--delete-empty-new-note)
64-
* [(Advanced Usage) 🗜️ Optimize image size](#advanced-usage-️-optimize-image-size)
65-
* [🛠️ Develop](#️-develop)
66-
* [🔗 Original OpenAPI Documentation](#-original-openapi-documentation)
67-
19+
* [🦮 Table of Contents](#-table-of-contents)
20+
* [🔧 Installation](#-installation)
21+
* [📖 (Basic) Usage](#-basic-usage)
22+
* [🚀 Initialization](#-initialization)
23+
* [📊 Application Information](#-application-information)
24+
* [🔍 Search note](#-search-note)
25+
* [🏭 Create Note](#-create-note)
26+
* [🖼️ Create Image note](#️-create-image-note)
27+
* [👀 Get note](#-get-note)
28+
* [🔄 Update note](#-update-note)
29+
* [🗑️ Delete note](#️-delete-note)
30+
* [📅 Day note](#-day-note)
31+
* [📤 Export note](#-export-note)
32+
* [📥 import note](#-import-note)
33+
* [💾 Save revision](#-save-revision)
34+
* [💾 Create data backup](#-create-data-backup)
35+
* [🏷 Create attribute](#-create-attribute)
36+
* [Get attachment list](#get-attachment-list)
37+
* [Get attachment info](#get-attachment-info)
38+
* [Update attachment info](#update-attachment-info)
39+
* [Get attachment content](#get-attachment-content)
40+
* [Update attachment content](#update-attachment-content)
41+
* [Create attachment](#create-attachment)
42+
* [(Advanced Usage) ✅ TODO List](#advanced-usage--todo-list)
43+
* [Add TODO item](#add-todo-item)
44+
* [Check/Uncheck a TODO item](#checkuncheck-a-todo-item)
45+
* [Update a TODO item](#update-a-todo-item)
46+
* [Delete a TODO item](#delete-a-todo-item)
47+
* [Move yesterday's unfinished todo to today](#move-yesterdays-unfinished-todo-to-today)
48+
* [(Advanced Usage) 🚚 Upload Markdown files](#advanced-usage--upload-markdown-files)
49+
* [Upload single Markdown file with images](#upload-single-markdown-file-with-images)
50+
* [Bulk upload Markdown files in a folder](#bulk-upload-markdown-files-in-a-folder)
51+
* [Import from VNote](#import-from-vnote)
52+
* [Import from Joplin](#import-from-joplin)
53+
* [Import from Logseq](#import-from-logseq)
54+
* [Import from Obsidian](#import-from-obsidian)
55+
* [Import from Youdao Note/有道云笔记](#import-from-youdao-note有道云笔记)
56+
* [Import from Turtl](#import-from-turtl)
57+
* [Import from other markdown software](#import-from-other-markdown-software)
58+
* [(Advanced Usage) 🎨 Beautify notes](#advanced-usage--beautify-notes)
59+
* [Beautify a note](#beautify-a-note)
60+
* [Beautify a note and its child notes](#beautify-a-note-and-its-child-notes)
61+
* [(Advanced Usage) 🧹 Sort note content](#advanced-usage--sort-note-content)
62+
* [(Advanced Usage) 🧹 Delete empty new note](#advanced-usage--delete-empty-new-note)
63+
* [(Advanced Usage) 🗜️ Optimize image size](#advanced-usage-️-optimize-image-size)
64+
* [(Advanced Usage) 🔗 Automatically Add Internal Links](#advanced-usage--automatically-add-internal-links)
65+
* [Example](#example)
66+
* [Excluding Notes from Internal Linking](#excluding-notes-from-internal-linking)
67+
* [Special Case: Duplicate Titles](#special-case-duplicate-titles)
68+
* [Final Rule: No Self-Linking](#final-rule-no-self-linking)
69+
* [Code Samples](#code-samples)
70+
* [🛠️ Develop](#️-develop)
71+
* [🔗 Original OpenAPI Documentation](#-original-openapi-documentation)
6872
<!--te-->
6973

7074
## 🔧 Installation

README_CN.md

+7
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ Trilium Note的ETAPI的Python客户端。
5858
* [美化笔记](#美化笔记)
5959
* [美化笔记及其子笔记](#美化笔记及其子笔记)
6060
* [(高级用法) 🧹 排序笔记内容](#高级用法--排序笔记内容)
61+
* [(高级用法)🗜️ 优化图片大小](#高级用法️-优化图片大小)
62+
* [(高级用法)🔗 自动添加内部链接](#高级用法-自动添加内部链接)
63+
* [示例](#示例)
64+
* [排除特定笔记的内部链接](#排除特定笔记的内部链接)
65+
* [特殊情况:重复标题](#特殊情况重复标题)
66+
* [最后一条规则:避免自引用](#最后一条规则避免自引用)
67+
* [代码示例](#代码示例)
6168
* [🛠️ 开发](#️-开发)
6269
* [🔗 原始OpenAPI文档](#-原始openapi文档)
6370
<!--te-->

0 commit comments

Comments
 (0)