Puggle: MediaWiki editing in IntelliJ IDEA (https://en.wikipedia.org/wiki/Wikipedia:Puggle)
Added increment series. If you have a table with an incrementing numeric value in a column, you can insert something and it will update all the values below it (used for "rank" in tables).
- Set up an IntelliJ plugin development environment as per here: http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html
- Clone this project somewhere and open it in IntelliJ IDEA.
- Set the project SDK to be the plugin development SDK that you set up earlier.
- Run the project's "Plugin" run configuration.
- Download the latest release.
- In IntelliJ, go to Settings > Plugins > Install plugin from disk.
- Find where you saved the plugin (.zip file) and restart IntelliJ when prompted.
- Create a new empty IntelliJ project (specialized MediaWiki project coming soon).
- Create a file with the
.mediawiki
extension, and add some wikitext.
If you have any questions, bugs, or feature requests, you can join us on IRC at ##puggle on Freenode! (All IRC users with a @wikipedia
or @wikimedia
host-mask are automatically voiced.)