Skip to content

Commit fddeedb

Browse files
committed
chore: update references
1 parent 6b429df commit fddeedb

File tree

4 files changed

+7
-33
lines changed

4 files changed

+7
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
22

3-
# toon-plugin Changelog
3+
# TOON Changelog
44

55
## [Unreleased]
66
### Added

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# toon-plugin
1+
# TOON Plugin
22

3-
![Build](https://github.com/xepozz/toon-plugin/workflows/Build/badge.svg)
3+
![Build](https://github.com/j-plugins/toon-plugin/workflows/Build/badge.svg)
44
[![Version](https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
55
[![Downloads](https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
66

@@ -69,29 +69,3 @@ Chose the best option for you to say thank you:
6969
[<img height="28" src="https://boosty.to/favicon.ico"> Boosty](https://boosty.to/xepozz)
7070

7171
<!-- Plugin description end -->
72-
73-
## Installation
74-
75-
- Using the IDE built-in plugin system:
76-
77-
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "toon-plugin"</kbd> >
78-
<kbd>Install</kbd>
79-
80-
- Using JetBrains Marketplace:
81-
82-
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.
83-
84-
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
85-
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
86-
87-
- Manually:
88-
89-
Download the [latest release](https://github.com/xepozz/toon-plugin/releases/latest) and install it manually using
90-
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
91-
92-
93-
---
94-
Plugin based on the [IntelliJ Platform Plugin Template][template].
95-
96-
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
97-
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

3-
pluginGroup = com.github.xepozz.toonplugin
4-
pluginName = toon-plugin
5-
pluginRepositoryUrl = https://github.com/xepozz/toon-plugin
3+
pluginGroup = com.github.xepozz.toon
4+
pluginName = TOON
5+
pluginRepositoryUrl = https://github.com/j-plugins/toon-plugin
66
# SemVer format -> https://semver.org
77
pluginVersion = 2025.0.1
88

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ plugins {
22
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
33
}
44

5-
rootProject.name = "toon-plugin"
5+
rootProject.name = "TOON Plugin"

0 commit comments

Comments
 (0)