|
1 | 1 | # acode-plugin |
2 | 2 |
|
3 | 3 | 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 | + |
4 | 5 | <details open> |
5 | 6 | <summary><h2 style="display:inline;" id="toc">Table of Contents</h2></summary> |
6 | 7 |
|
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) |
24 | 25 |
|
25 | 26 | </details> |
26 | 27 |
|
|
0 commit comments