-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML export with clickable urls #253
Comments
Yeah sure. This was always planned, but it quickly dropped in priority on the (back then) long to-do list when I discovered how difficult it was :-). Things have slowed down enough to tak e another crack at it though. I actually believe I have something working now (locally), it's not perfect, but I think it works the same as Signal's linkify function (it's more or less copied from Android Open Source Project). When I find some time (I'll be busy for the next few days), I will clean my code up and then find some way to integrate it with the project. I'll get back to you when it's done. Thanks! |
…_folder(_membership) tables. First attempt at --linkify (HTML export, see #253). Update HTML settings. Remove lazy loading
There is now initial support for this. This one was quite difficult, it could do with a lot of thorough testing. Notes:
For testing, please try to just look at as many URLs as you can (I realize manually checking each individual one in a backup could be too much, depending on the backup's size). Also, if possible pass the generated HTML through a validator (W3C). During development there were many difficulties when links were combined with text formatting (bold, italics) or multiwidth unicode characters (both around, and in the URL). This could lead to invalid HTML, or to the link tags ( The feature is currently behind Thanks! |
I bit the bullet and made |
Just tried it and looking good :)
Consider this right approach. Thank you. |
Thank you for #251 again! Have another feature proposal. Another part of "convenience package" ;) Can it be implemented sometime? Since Signal desktop app contains clickable links as well. Perhaps it can be yet another switch.
The text was updated successfully, but these errors were encountered: