Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
I started to port a Markdown Intellij plugin to Asciidoc using the java Asciidoc integration. The current work is very alpha and allows to provide a view of a document using Swing HTML component.
Even though the work is very alpha and is not yet deployed to the Intellij plugin center, I wanted to mention it publicly to avoid duplicate effort and encourage contributions. The work is being developed in this GitHub repository. Julien |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Administrator
|
This is fantastic news! In fact, I was asked about this earlier today at OSCON. I'll be sure to spread the word now that I've seen this message. Thanks for kicking off this effort! -Dan On Jul 25, 2013 1:39 AM, "julien [via Asciidoctor :: Discussion]" <[hidden email]> wrote:
I started to port a Markdown Intellij plugin to Asciidoc using the java Asciidoc integration. The current work is very alpha and allows to provide a view of a document using Swing HTML component. ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In reply to this post by julien
Really interesting, I think that having your IDE integrated with your document system is a really good thing, you can write the documentation (or read it) then write your code (test and code), ... without having to change the context (no multiple programs, no manual steps, ...) so you can stay focused on your work.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In reply to this post by julien
Julien, would you like to create a blog post (either on your blog, or send one as a pull request to the asciidoctor site) and we'll be sure to highlight it that way? If you're agreeable to it, this would be another good repo to pull into the asciidoctor organization.
On Thu, Jul 25, 2013 at 2:38 AM, julien [via Asciidoctor :: Discussion] <[hidden email]> wrote: I started to port a Markdown Intellij plugin to Asciidoc using the java Asciidoc integration. The current work is very alpha and allows to provide a view of a document using Swing HTML component. ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Sure, I can write a short blog at the first milestone. For the repo, it makes more sense to be in Asciidoctor GitHub organization.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Administrator
|
I've given you permission on GitHub to transfer the repo into the Asciidoctor org. Just let me know if you need any assistance. ...and a blog post would be splendid! -Dan On Thu, Jul 25, 2013 at 2:31 PM, julien [via Asciidoctor :: Discussion] <[hidden email]> wrote: Sure, I can write a short blog at the first milestone. For the repo, it makes more sense to be in Asciidoctor GitHub organization. Dan Allen | http://google.com/profiles/dan.j.allen
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Can you post some instruction for newbies how to build it and install in intellij? It will be very helpful as I consider moving from eclipse to intellij and everything is quite new to me.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Hi,
you need to follow this guide : http://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development except that the project is already created so you just need to open it : https://github.com/asciidoctor/idea-asciidoc/blob/master/AsciidocPlugin.iml see the "Running and debugging a plugin" part of the the Getting Started. |
Free forum by Nabble | Edit this page |