Skip to content
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

[Bug] Markdown export no longer works #1245

Open
1 task done
lduperval opened this issue Apr 19, 2024 · 3 comments
Open
1 task done

[Bug] Markdown export no longer works #1245

lduperval opened this issue Apr 19, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lduperval
Copy link

Non-ChatGPT bug

  • This issue does not occur on chat.openai.com and only occurs on this app.

Version

1.1.0

Bug description

The Export function no longer seems to work. I suspect there is a change in the naming of the various components but I'm not sure how to correct it.

Is suspect the problem is with this line i

const allBlocks = document.querySelectorAll(SELECTOR);

which is used to find the blocks to process in processNodes.

If someone know what the problem is and can add a comment with the fix it would be greatly appreciated!

OS

Windows 11

Environment

No response

@lduperval lduperval added the bug Something isn't working label Apr 19, 2024
@SvCy
Copy link

SvCy commented May 7, 2024

how do you even export? i used to use png/md but none shows now searched the menu to no avail.

@lduperval
Copy link
Author

You used to be able to do it with the export markdown button. Same for PDF and PNG. But now, it looks like the names of the objects on the page have changed and since there is no comment in the code, I'm not sure what they refer to in the new interface. And my CSS skills aren't good enough to determine what that is. I might ask ChatGPT to help out but don't have the cycles to do that for now.

The ideal fix would be to figure out what the various IDs are, fix them in the code and comme the code to say what the code is looking for. That way, if the IDs change again, it might be easier to fix.

@SvCy
Copy link

SvCy commented May 10, 2024

umm guess i'll just leave it at that for now..👉👈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants