Skip to content

JavaFX-Markdown-Preview v1.0.1

Compare
Choose a tag to compare
@raghul-tech raghul-tech released this 12 Jun 20:37
· 8 commits to main since this release

📦 Release v1.0.1 – Full Markdown Support for Java & JavaFX 🎉
Release Date: June 12, 2025
Tag: v1.0.1

✨ What's New
✅ Full Markdown Rendering Support
Powered by Flexmark, this release enables accurate and flexible Markdown rendering in your Java or JavaFX applications.

📂 Support for Both File & String Input
Seamlessly preview Markdown from either a .md file or a raw Markdown string — fits static and dynamic content needs.

🔄 Auto-Refresh on File Change
Real-time preview with automatic reloading when the source file is modified.

🖥️ Standalone JavaFX Window
Renders in an independent JavaFX window that can be reopened anytime if closed.

☕ Works with Pure Java or JavaFX Projects
Easily integrates with both traditional Java apps or UI-driven JavaFX environments.

🛠 Enhancements
Clean modular codebase for easy extension and reuse.

Improved error handling and reload logic for a better user experience.

📦 Dependency (Maven)
Add this to your pom.xml:

<dependency>
  <groupId>io.github.raghul-tech</groupId>
  <artifactId>javafx-markdown-preview</artifactId>
  <version>1.0.1</version>
</dependency>

📚 Documentation
Explore the full API via the official Javadoc.