question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Html Export not working

See original GitHub issue

Describe the bug API html export is not exporting tags created by plugins. To Reproduce Steps to reproduce the behavior:

  1. Install ep_font_color plugin
  2. Select text, choose color from dropdown
  3. 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:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ilmartyrkcommented, Nov 18, 2020

@johnMclear, closing the issue, I checked it in master branch, but it’s fixed in develop

0reactions
licaon-ktercommented, Dec 10, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found