Skip to content

Commit

Permalink
Update plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hokkaydo committed Jan 19, 2021
1 parent 238e0b0 commit bc20443
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'fr.readthedocs'
version '0.1.0-alpha'
version '0.1.1-alpha'

jar {
archivesBaseName = "Bindea"
Expand Down
12 changes: 9 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
<vendor email="opensource@readthedocs.fr" url="https://readthedocs.fr">readthedocs-fr</vendor>

<description><![CDATA[
This extension allow you to upload some piece of code (or a complete file)
on rtd-bin.
]]></description>
<p>Allows you to download a piece of code (or an entire file)
on rtd-bin.</p>
<p>By clicking on the "Read The Bin" button in the top bar, you can upload the selected part or code or the file opened at <a href="https://bin.readthedocs.fr">rtd- bin</a>.
Next, you will need to select the language of your code for the syntax highlighting.</p>
<p>You can also check your already created bins by selecting the <code>Open storage</code> button.
]]>
</description>

<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit bc20443

Please sign in to comment.