-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Export > MD on a Joplin note has surprising behaviour #11606
Comments
It sounds like it might be failing due to something specific in your note data. Would you be able to export your notes in batches (rather than all at once), then when it fails split the batch into smaller batches, until it can be narrowed down to a single note. Then if you duplicate that note and strip the contents bit by bit until if stops failing to export that note, you might be able to identify what specifically in the note is causing the export issue, so you could provide a sample |
I just tried this with the note that Joplin starts with called "1. Welcome to Joplin! 🗒️" in the Notebook called "Welcome! (Desktop)". I vaguely recall that it was originally just "Welcome!" and I renamed it. This is what happened:
So, the export does happen. It's just not very obvious when I am expecting it to work more like "Export -> PDF - PDF File" where the export is simply saved to the file whose name you specify. If what I described is how it's supposed to work, then it would be wrong to call this a "bug", but it's perhaps a usability issue since it's non-intuitive. What would be intuitive is having the |
It looks to behave the same on Windows as well. To be honest it sounds like this is by design. If you export a single note to markdown then you can't necessarily export the note in a single file, because it could contain attachments which will be put in the _resources folder. For pdf and html export, they always export a single file as the attachments are embedded, hence you can have a save file dialog instead (if it is just 1 note selected) |
I do not disagree. I just wish it had all been a bit more obvious what it was doing because the first few times, I was left with the impression that it was doing nothing since it wasn't doing what I intuitively expected. But maybe that's just me. |
Operating system
Linux
Joplin version
3.2.8
Desktop version info
Joplin 3.2.8 (prod, linux)
Client ID: 0212406b09af49f183a2d0c21dbe3ae2
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: d458648
Backup: 1.4.2
Freehand Drawing: 2.13.0
Current behaviour
_resources
folder is created..md
file is found at the deepest level of the hieararcy.Expected behaviour
At step 4, I would expect a "Save File" window to appear, pre-populated with a filename that includes the ".md" extension. Then, clicking save would create the given file with the markdown of the selected note.
NOTE: exporting for other file types, such as PDF, works as expected.
Logs
The text was updated successfully, but these errors were encountered: