mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
Marketing page in Appendix I - Resources
This commit is contained in:
parent
3c77492d4d
commit
ec65f2aa90
@ -267,6 +267,7 @@
|
||||
|
||||
* [Glossary](appendix/glossary.md)
|
||||
* [Useful Links](appendix/resources/useful_links.md)
|
||||
* [Marketing](appendix/resources/marketing.md)
|
||||
* [Consulting](appendix/resources/consulting.md)
|
||||
|
||||
## Appendix II - API Changes
|
||||
|
131
appendix/resources/marketing.md
Normal file
131
appendix/resources/marketing.md
Normal file
@ -0,0 +1,131 @@
|
||||
---
|
||||
title: Marketing
|
||||
---
|
||||
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
## Embeddable Widgets
|
||||
|
||||
The Marketplace provides embeddable widgets that you can place on your website with a simple code snippet:
|
||||
|
||||
- Embeddable Plugin Card - renders an information card with the plugin name, icon, description, last update, and downloads counter,
|
||||
- Embeddable "Install Plugin" Button - provides a button that allows installing your plugin right in the user's IDE, if it is currently open.
|
||||
|
||||
For more details, please follow the [Embeddable Content](https://plugins.jetbrains.com/docs/marketplace/embeddable-content.html) section in the JetBrains Marketplace doc.
|
||||
|
||||
|
||||
## Readme Badges
|
||||
|
||||
Adding badges to the README files to the open-source projects is common for providing additional information to the users.
|
||||
|
||||
Below there are listed a few ones related to the IntelliJ SDK and plugins development provided by [shields.io](https://shields.io) and [espend.de](https://www.espend.de):
|
||||
|
||||
> **NOTE** The following code snippets contain `:pluginId` and `:packageName` placeholders.
|
||||
>
|
||||
> `:pluginId` can be obtained from your plugin page URL, like: `https://plugins.jetbrains.com/plugin/6954-kotlin` - in this case, it's `6954`.
|
||||
>
|
||||
> `:pluginId` for shields.io also accepts a string ID that can be found in *Versions* tab, like `https://plugins.jetbrains.com/plugin/6954-kotlin/versions`.
|
||||
>
|
||||
> `:packageName` for ReSharper accepts only string ID.
|
||||
|
||||
### Downloads
|
||||
|
||||
**IntelliJ Plugins**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
**ReSharper Plugins**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
|
||||
### Rating
|
||||
|
||||
**IntelliJ Plugin Numeric Rating**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
**IntelliJ Plugin Stars Rating**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
|
||||
### Version
|
||||
|
||||
**IntelliJ Plugins**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
**ReSharper Plugins**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
**ReSharper Plugins (incl. pre-releases)**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
|
||||
### Other Badges
|
||||
|
||||
**GitHub Actions Workflow**
|
||||
|
||||

|
||||
```
|
||||

|
||||
```
|
||||
|
||||
**JetBrains IntelliJ Platform SDK Docs**
|
||||
|
||||
[](http://www.jetbrains.org/intellij/sdk/docs)
|
||||
```
|
||||
[](http://www.jetbrains.org/intellij/sdk/docs)
|
||||
```
|
||||
|
||||
**JetBrains Platform Slack**
|
||||
|
||||
[](https://plugins.jetbrains.com/slack)
|
||||
```
|
||||
[](https://plugins.jetbrains.com/slack)
|
||||
```
|
||||
|
||||
**@JBPlatform Twitter**
|
||||
|
||||
[](https://twitter.com/JBPlatform)
|
||||
```
|
||||
[](https://twitter.com/JBPlatform)
|
||||
```
|
@ -29,4 +29,4 @@ The following links represent useful resources for working with the _IntelliJ Pl
|
||||
* [How We Built Comma, the Raku IDE, on the IntelliJ Platform](https://blog.jetbrains.com/platform/2020/01/webinar-recording-how-we-built-comma-the-raku-ide-on-the-intellij-platform/) Jonathan Worthington, 2020
|
||||
* [Building IntelliJ IDEA plugins in Scala](https://www.youtube.com/watch?v=IPO-cY_giNA) Igal Tabachnik, 2020
|
||||
* [Live Development of a PyCharm Plugin](https://blog.jetbrains.com/pycharm/2019/01/webinar-recording-live-development-of-a-pycharm-plugin-with-joachim-ansorg/) Joachim Ansorg, 2019
|
||||
* [Build Developer Tools On Top of IntelliJ Platform](https://www.youtube.com/watch?v=vQDzjGzkPFc) Dmitry Jemerov, 2013
|
||||
* [Build Developer Tools On Top of IntelliJ Platform](https://www.youtube.com/watch?v=vQDzjGzkPFc) Dmitry Jemerov, 2013
|
||||
|
@ -20,6 +20,7 @@ Welcome to the _IntelliJ Platform_ SDK - the primary source of documentation for
|
||||
* [**Getting Help**](getting_help.md)
|
||||
* [**Creating Your First Plugin**](/basics/getting_started.md)
|
||||
* [**Useful Links**](/appendix/resources/useful_links.md)
|
||||
* [**Marketing**](/appendix/resources/marketing.md)
|
||||
|
||||
## Updates
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user