|
1 |
| -# test-plugin |
2 |
| - |
3 |
| - |
4 |
| -[](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) |
5 |
| -[](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) |
6 |
| - |
7 |
| -## Template ToDo list |
8 |
| -- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 |
| -- [ ] Get familiar with the [template documentation][template]. |
10 |
| -- [ ] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin). |
11 |
| -- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description]) |
12 |
| -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate). |
13 |
| -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
14 |
| -- [ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace. |
15 |
| -- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables). |
16 |
| -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate). |
17 |
| -- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. |
| 1 | +# gitea-idea-plugin |
| 2 | + |
| 3 | + |
| 4 | +[](https://plugins.jetbrains.com/plugin/22477-gitea) |
| 5 | +[](https://plugins.jetbrains.com/plugin/22477-gitea) |
18 | 6 |
|
19 | 7 | <!-- Plugin description -->
|
20 |
| -This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
| 8 | +Gitea Plugin for Jetbrains IDEs. |
| 9 | + |
| 10 | +# Support Feature |
| 11 | + |
| 12 | +* Gitea Repo Clone |
| 13 | +* TaskManagement |
| 14 | + * Track time |
| 15 | + * Update state |
| 16 | + |
| 17 | +# New Feature Coming Soon: |
21 | 18 |
|
22 |
| -This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process. |
| 19 | +* Issue management |
| 20 | +* PR Management & Review |
23 | 21 |
|
24 |
| -To keep everything working, do not remove `<!-- ... -->` sections. |
25 | 22 | <!-- Plugin description end -->
|
26 | 23 |
|
| 24 | +## Features Preview |
| 25 | + |
| 26 | +### Gitea Repo Clone |
| 27 | + |
| 28 | +| Features Preview | Features Preview | Features Preview | |
| 29 | +|-------------------------------------|-------------------------------------|------------------| |
| 30 | +|  |  | | |
| 31 | + |
| 32 | +### Task Management |
| 33 | + |
| 34 | +| Features Preview | Features Preview | Features Preview | |
| 35 | +|-------------------------------------|-------------------------------------|-------------------------------------| |
| 36 | +|  |  |  | |
| 37 | +|  |  |  | |
| 38 | +|  | | | |
| 39 | + |
27 | 40 | ## Installation
|
28 | 41 |
|
29 | 42 | - Using the IDE built-in plugin system:
|
30 |
| - |
31 |
| - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "test-plugin"</kbd> > |
32 |
| - <kbd>Install</kbd> |
33 |
| - |
34 |
| -- Using JetBrains Marketplace: |
35 | 43 |
|
36 |
| - Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running. |
37 |
| - |
38 |
| - You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using |
39 |
| - <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd> |
| 44 | + <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "Gitea"</kbd> > |
| 45 | + <kbd>Install</kbd> |
40 | 46 |
|
41 | 47 | - Manually:
|
42 | 48 |
|
43 |
| - Download the [latest release](https://github.com/LeonDevLifeLog/test-plugin/releases/latest) and install it manually using |
| 49 | + Download the [latest release](https://github.com/LeonDevLifeLog/gitea-idea-plugin/releases/latest) and install it |
| 50 | + manually using |
44 | 51 | <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
|
45 | 52 |
|
| 53 | +## Special Thanks |
| 54 | + |
| 55 | +[](https://jb.gg/OpenSourceSupport) |
46 | 56 |
|
47 | 57 | ---
|
48 | 58 | Plugin based on the [IntelliJ Platform Plugin Template][template].
|
49 | 59 |
|
50 | 60 | [template]: https://github.com/JetBrains/intellij-platform-plugin-template
|
| 61 | + |
51 | 62 | [docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation
|
0 commit comments