From ff8eaaa72717f0fa253f49bb6fcfbda57f9e6bf4 Mon Sep 17 00:00:00 2001 From: Jurgen Date: Tue, 5 Sep 2023 14:18:35 +0200 Subject: [PATCH] Update README.md with JFXCentral link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb250d3..97b52116 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -RichTextFX +RichTextFX ========== RichTextFX provides a memory-efficient text area for JavaFX that allows the developer to style ranges of text, display custom objects in-line (no more `HTMLEditor`), and override specific default behaviors only where necessary. @@ -10,6 +10,8 @@ Use the library as a foundation for building rich text editors and code editors For further details about RichTextFX, its design principles, how it works, and applying CSS styling, [see the wiki](https://github.com/FXMisc/RichTextFX/wiki). +[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white)](https://www.jfx-central.com/libraries/richtextfx) + Demos -----