https://github.com/philippefichet/asciidoc4netbeans
Asciidoc for netbeans
https://github.com/philippefichet/asciidoc4netbeans
asciidoctor documentation netbeans netbeans-plugin
Last synced: 5 months ago
JSON representation
Asciidoc for netbeans
- Host: GitHub
- URL: https://github.com/philippefichet/asciidoc4netbeans
- Owner: philippefichet
- License: lgpl-2.1
- Created: 2022-09-25T16:29:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T08:09:11.000Z (over 2 years ago)
- Last Synced: 2024-04-17T09:24:26.996Z (about 2 years ago)
- Topics: asciidoctor, documentation, netbeans, netbeans-plugin
- Language: Java
- Homepage:
- Size: 1.82 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Asciidoc for Netbeans
:toc: left
:toc-title: Table of content
:toclevels: 5
:sectnums: true
:icons: font
FICHET Philippe
1.0-SNAPSHOT
== Requirement
Java 11+ +
Netbeans 13.0+ +
Netbeans JavaFX implementation module +
xref:#known-issues[Show Known issues]
== Features
* Based on `asciidoctorj`
* Syntax highlighting (based on TextMate grammar)
* Preview in Netbeans
* Support PlantUML diagram
* Web server to show in browser
** Rendering from the web server when following links
* Follow link to file in Netbeans
* Dark mode support
* Show engine status in `Services` tab
* Search best output directory for rendering (``target/, build/
== Resources
https://docs.asciidoctor.org/asciidoc/latest/[icon:book[] asciidoc] +
https://github.com/asciidoctor/asciidoctorj[icon:book[] asciidoctorj] +
[#known-issues]
== Known issues
To work with Netbeans 18 and 19, you need a JDK/JRE including OpenJFX to launch Netbeans. +
For example, using https://www.azul.com/downloads/?package=jdk-fx#zulu[JDK Zulu].
[WARNING]
====
This is due to a Netbeans bug fixed in version 20. +
It's not possible to correct this with a patch in this extension.
====