Html Export not working
See original GitHub issueDescribe the bug API html export is not exporting tags created by plugins. To Reproduce Steps to reproduce the behavior:
- Install ep_font_color plugin
- Select text, choose color from dropdown
- Use API-s getHTML https://etherpad.org/doc/v1.8.6/#index_gethtml_padid_rev to get the HTML seems to work for ep_headings2 plugin, but doesn’t work for others Expected behavior HTML should contain span with class="color:{chosen color name}
Add any other context about the problem here.
Tracked it down to src/node/utils/ExportHtml.js
getHTMLFromAtext needs to be async to get tags and data from plugins.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Simple JavaScript import/export on html not working
I just did a simple JavaScript on export/import and inserted it in the html I am having an error "Uncaught SyntaxError: Cannot use...
Read more >HTML export not working under Chrome - Construct 3
I just exported a small project for a demo coder competition and ran into a pretty weird issue. The exported index.Html works just...
Read more >Exporting HTML does not work | Justinmind Q&A
When I try to open the HTML it says : Page not found.This may be due to an error during the HTML export....
Read more >HTML Export not working from Architect 9.8 - ARIS Community
Hi all, i want to create a html export from the Architect 9.8 client. I am logging in to a database with the...
Read more >Html export does not seem to work. - Nicepage Forum
When I export in Html it looks terrible. It almost looks like the css file is not working correctly. First image shows the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@johnMclear, closing the issue, I checked it in master branch, but it’s fixed in develop
Not fixed for me on develop (d25010d5d7e5e53a020c24ea69cac64e58d266c5)
This is a plugin thing so I should remove those listed above or it should work with them too? Now it waits a long time then timeouts. No error in server log.