Skip to content

Commit c6db382

Browse files
revert: readme doc (#104)
1 parent 04bba7e commit c6db382

File tree

1 file changed

+41
-30
lines changed

1 file changed

+41
-30
lines changed

README.md

Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,62 @@
1-
# test-plugin
2-
3-
![Build](https://github.com/LeonDevLifeLog/test-plugin/workflows/Build/badge.svg)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg)](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+
![Build](https://github.com/LeonDevLifeLog/gitea-idea-plugin/workflows/Build/badge.svg)
4+
[![Version](https://img.shields.io/jetbrains/plugin/v/22477-gitea.svg)](https://plugins.jetbrains.com/plugin/22477-gitea)
5+
[![Downloads](https://img.shields.io/jetbrains/plugin/d/22477-gitea.svg)](https://plugins.jetbrains.com/plugin/22477-gitea)
186

197
<!-- 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:
2118

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
2321

24-
To keep everything working, do not remove `<!-- ... -->` sections.
2522
<!-- Plugin description end -->
2623

24+
## Features Preview
25+
26+
### Gitea Repo Clone
27+
28+
| Features Preview | Features Preview | Features Preview |
29+
|-------------------------------------|-------------------------------------|------------------|
30+
| ![Features Preview](./assets/5.png) | ![Features Preview](./assets/6.png) | |
31+
32+
### Task Management
33+
34+
| Features Preview | Features Preview | Features Preview |
35+
|-------------------------------------|-------------------------------------|-------------------------------------|
36+
| ![Features Preview](./assets/0.png) | ![Features Preview](./assets/1.png) | ![Features Preview](./assets/2.png) |
37+
| ![Features Preview](./assets/3.png) | ![Features Preview](./assets/4.png) | ![Features Preview](./assets/7.png) |
38+
| ![Features Preview](./assets/8.png) | | |
39+
2740
## Installation
2841

2942
- 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:
3543

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>
4046

4147
- Manually:
4248

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
4451
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
4552

53+
## Special Thanks
54+
55+
[![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://jb.gg/OpenSourceSupport)
4656

4757
---
4858
Plugin based on the [IntelliJ Platform Plugin Template][template].
4959

5060
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
61+
5162
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation

0 commit comments

Comments
 (0)