Skip to content

Commit

Permalink
Enhanced doku on plugin descriptor to include the latest features
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Aug 8, 2016
1 parent f5aa249 commit 316e202
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<![CDATA[
Idea plugin to edit <a href="http://orgmode.org/">OrgMode</a> files
<ul>
<li> supports basic outline and comments</li>
<li> supports spell checkying</li>
<li>supports basic outline and comments</li>
<li>block elements folding</li>
<li>spell checking</li>
<li>live templates</li>
</ul>
More features on the go!
Expand All @@ -24,8 +26,9 @@
<![CDATA[
<p>0.3.0</p>
<ul>
<li>Initial support for folding code blocks</li>
<li>Initial support for folding code blocks and drawers</li>
<li>Minor improvements on the preferences pane</li>
<li>Internal refactoring to leverage a BNF grammar instead of using a handwritten parser</li>
</ul>
<p>0.2.0</p>
<ul>
Expand Down

0 comments on commit 316e202

Please sign in to comment.