Skip to content

JoditFX, formerly SummernoteFX, is a simple wrapper that allows using Jodit HTML editor in JavaFX applications as a replacement for the HTMLEditor control.

License

Notifications You must be signed in to change notification settings

cwrsimon/joditfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joditfx

Screenshot

Getting started

  1. Make sure you have a working JDK 11 environment on your machine.
  2. Clone the project.
  3. Build the library and install it to your local Maven repository ($HOME/.m2):
./mvnw clean install
  1. Run the demo app from the commmand-line:
./mvnw exec:java -Dexec.mainClass="de.wesim.joditfx.DemoApp"
  1. Or, run the demo app from inside your IDE: Locate src/test/java/de/wesim/joditfx/ and run RunDemoAppInIDE.java.
  2. Integrate joditfx in your own Javafx project with this XML snippet:
<repositories>
        <repository>
            <id>mvn-repo</id>
            <url>https://github.com/cwrsimon/artifacts/raw/master</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
</repositories>
<dependency>
	<groupId>de.wesim</groupId>
	<artifactId>joditfx</artifactId>
	<version>0.2.1</version>
</dependency>

Planned features

  • deployment to Maven Central Repository

About

JoditFX, formerly SummernoteFX, is a simple wrapper that allows using Jodit HTML editor in JavaFX applications as a replacement for the HTMLEditor control.

Topics

Resources

License

Stars

Watchers

Forks

Packages