Feature Request for HTML WYSIWYG editor
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
Hey.
I really appreaciate your tool! Id like to propose the reverse functionality of HTML WYSIWYG editor. Where you can paste HTML text and it provides it as a "clear / structured text"
Is their example of this tool in the wild?
For eg:
https://html-online.com/ https://htmled.it/
Additional context
No response
Validations
- [x] Check the feature is not already implemented in the project.
- [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [x] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Hi @JellyB92 , something like : https://sharevb-it-tools.vercel.app/html-cleaner combined with https://sharevb-it-tools.vercel.app/html-wysiwyg-editor
Hey @sharevb
Yes, kind of that! Id like to paste html source code and modify then the output directly (remove columns etc.) in the generated view. Then kind of copy the table into excel etc.
Hi @JellyB92 , implemented now in https://sharevb-it-tools.vercel.app/html-wysiwyg-editor by the way of link "Click here to paste or edit raw html"
You are a blessing!
Thank you very much!
Hey
Just one more thing, i experience some mark / copy issue while i want to mark the whole table inside the field with "CTRL + A" and then "CTRL + C". Its kind of not marking the whole table. Even with the mouse.
Could you doublecheck if you have some spare time? My suggestion would be to add a button "copy value" for each field
BR Jelly
Hi @JellyB92 , sounds like TipTap has some bugs related to selecting tables, row, columns, cells, etc...
Will try to investigate, fill free to open issue in my fork (as I am not the maintainer here): https://github.com/sharevb/it-tools
And if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)
Hi @sharevb
Im kinda new into selfhosting toppics.
I try to use the tool with LXC container on my proxmox, but failed to get the newest version and still use it over your site :)