Skip to content

Commit b3cb68d

Browse files
committed
updated readme
1 parent eabe3da commit b3cb68d

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

readme.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# acode-plugin
22

33
To create plugin for Acode editor use this template. To use this template create a github repository and add `https://github.com/deadlyjack/acode-plugin` as template.
4+
45
<details open>
56
<summary><h2 style="display:inline;" id="toc">Table of Contents</h2></summary>
67

7-
* [Required Files of a plugin](#required-files)
8-
* [How to add a plugin to Acode](#add-your-plugin-to-acode)
9-
* [Available plugin references](#plugin-development)
10-
* [How to test a plugin](#testing)
11-
- [Requirement](#requirement)
12-
* [Global APIs](#global-apis)
13-
- [editorManager](#editormanager)
14-
- [acode](#acode)
15-
- [actionStack](#actionstack)
16-
- [appSettings](#appsettings)
17-
- [Events](#events)
18-
- [Toast](#show-toast)
19-
- [Data Storage](#data-storage)
20-
- [Cache Storage](#cache-storage)
21-
* [Native APIs](#native-apis)
22-
- [FsOperation](#fsoperation)
23-
- [WcPage](#wcpage)
8+
- [Required Files of a plugin](#required-files)
9+
- [How to add a plugin to Acode](#add-your-plugin-to-acode)
10+
- [Available plugin references](#plugin-development)
11+
- [How to test a plugin](#testing)
12+
- [Requirement](#requirement)
13+
- [Global APIs](#global-apis)
14+
- [editorManager](#editormanager)
15+
- [acode](#acode)
16+
- [actionStack](#actionstack)
17+
- [appSettings](#appsettings)
18+
- [Events](#events)
19+
- [Toast](#show-toast)
20+
- [Data Storage](#data-storage)
21+
- [Cache Storage](#cache-storage)
22+
- [Native APIs](#native-apis)
23+
- [FsOperation](#fsoperation)
24+
- [WcPage](#wcpage)
2425

2526
</details>
2627

0 commit comments

Comments
 (0)