Zim

Comment 3 for bug 893633

Revision history for this message
N8 (kingn8dogg) wrote :

I agree with the stated use case; At work, I use one large notebook. I often need to share a single page with colleagues and I prefer to avoid static methods like email attachments and prefer to use more dynamic methods like exporting html to a web server or network share.

If this is accepted as a bug then I think the fix is a change to exporter.py. Currently when exporting a single page the linker.target_dir is not set. Attached is a possible solution, the only difference is the addition of line 194: "self.linker.target_dir = dir". I am a python novice. I did not write or modify any test cases for this change and only manually tested it on windows running from source.