-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export to HTML from menu bar #349
Comments
Sounds like a good enhancement. For now you can use "open in browser" (hover your mouse at the upper right corner of the editor to make the controls appear) and "save as..." in the browser. Please be aware that any built-in export as PDF or HTML will not provide the flexibility a small build script calling the Ruby or JavaScript variants of Asciidoctor can provide. |
Hi Sir, i like this plugin though i never knew about it. I would like to ask you that is there an inbuilt option for pdf and not html? |
Hi! I would like to take this up as a part of hacktoberfest. |
@nishp77 - the primary use of this plugin is to support writers of documentation by providing a live preview. While the preview uses HTML, it provides a good estimate on how the final document might look like. To also provide a quick preview of PDF output the conversion button for PDF was added. That's the history of the PDF functionality. If there is someone who wants to add HTML support, I'm happy to support her/him writing a pull request. |
@jalispran - thanks for volunteering! You'll need some Java skills and some endurance to find your way around the APIs of IntelliJ. There is a CONTRIBUTING.adoc file that guides you through the process to setup a local development environment. Using the guide, you should be able to do the following: Check out the source of the plugin, open it in IntelliJ and ensure that you can debug the plugin through the IntelliJ's launch configuration. You'll need to use a JDK 8 setup as described in the contributing guide. To see what needs to be done, please have a look at the changes for #325. While some of the commits were necessary to make the following work:
When everything works,
You can create the pull request any time once you have the first lines of code running. Once you've opened the pull request, I can assist you with any obstacles there might be. You can push more changes to the pull request's branch while the pull request is open. |
@ahus1 I'm interested in working on this issue. I'm halfway through. |
This is part of the 0.30.11 pre-release. The new pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository. Thank you to @balabarath for providing the PR for this feature! |
There seems to be not "export to HTML" - just PDF. Any chance on implementing this?
The text was updated successfully, but these errors were encountered: