lencx / ChatGPT

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
https://nofwl.com
52.46k stars 5.9k forks source link

[Bug] Markdown export no longer works #1245

Open lduperval opened 5 months ago

lduperval commented 5 months ago

Non-ChatGPT bug

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

SvCy commented 4 months ago

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

lduperval commented 4 months ago

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 commented 4 months ago

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

Salmooo commented 4 months ago

+1