Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A custom node of RichTextLabel for external images in BBCode tags.How to useAdd/Create a New Node - RichTextLabelExYou can use external images in BBCode tags![lb]img[rb]user://user_path.png[lb]/img[rb][lb]img[rb]E:/absolute_path.png[lb]/img[rb][lb]img[rb]relative_path.png[lb]/img[rb]
RichTextLabelEx for Godot Engine 4
A custom node of RichTextLabel for external images in BBCode tags.
This addon was made based on godot_richtext_with_dynamic_images. Thank you fahrstuhl!
How to install (plugin version)
(1) Download ZIP file
[ Code ](green button) > Download ZIP
(If you want all files, please use git clone)
(2) Copy files
Copy from (unzipped file)/addons/rich_text_label_ex/*
to (your project)/addons/rich_text_label_ex/*
(3) Activate plugin
Project > Project Settings > Plugins > RichTextLabelEx > Enable
How to install (not plugin version)
(1) Download ZIP file
same as above
(2) Copy files
Copy from (unzipped file)/addons/rich_text_label_ex/
rich_text_label_ex.gd
RichTextLabelEx.svg
to (your project)/(anywhere but addons)/
How to use
Add/Create a New Node > RichTextLabelEx
You can use external images in BBCode tags!
[img]user://user_path.png[/img]
[img]E:/absolute_path.png[/img]
[img]relative_path.png[/img]
Limitations
If you turn on bbcode_enabled in editor, turn on bbcode_enabled_deferred instead.
But you don't need to use bbcode_enabled_deferred in your script.
Settings for running and exporting
Settings for real-time editing on the editor
A custom node of RichTextLabel for external images in BBCode tags.
How to use
Add/Create a New Node - RichTextLabelEx
You can use external images in BBCode tags!
[lb]img[rb]user://user_path.png[lb]/img[rb]
[lb]img[rb]E:/absolute_path.png[lb]/img[rb]
[lb]img[rb]relative_path.png[lb]/img[rb]
Reviews
Quick Information
A custom node of RichTextLabel for external images in BBCode tags.How to useAdd/Create a New Node - RichTextLabelExYou can use external images in BBCode tags![lb]img[rb]user://user_path.png[lb]/img[rb][lb]img[rb]E:/absolute_path.png[lb]/img[rb][lb]img[rb]relative_path.png[lb]/img[rb]