TF-4142 Implement hyperlink insertion

This commit is contained in:
dab246
2025-11-10 12:09:19 +07:00
committed by Dat H. Pham
parent db22415a3e
commit 249520b711
14 changed files with 257 additions and 4 deletions
@@ -257,6 +257,9 @@ class ImagePaths {
String get icNavigation => _getImagePath('ic_navigation.svg');
String get icReading => _getImagePath('ic_reading.svg');
String get icMoveFolderContent => _getImagePath('ic_move_folder_content.svg');
String get icInsertLink => _getImagePath('ic_insert_link.svg');
String get icRemoveLink => _getImagePath('ic_remove_link.svg');
String get icText => _getImagePath('ic_text.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;