l1xnan / obsidian-better-export-pdf

Obsidian PDF export enhancement plugin
MIT License
240 stars 13 forks source link

Feature Request: Single continuous page export #197

Open Asveste opened 1 month ago

Asveste commented 1 month ago

It would be nice if the option to export everything into one page could be added, meaning you would just get a single continuous long page. You can sort of already do it by setting custom height, but its very annoying to find out the exact height for every document. Some sort of "Endless/Continuous" option that automatically sets the right height to get everything into one single page would be awesome to have.

l1xnan commented 1 month ago

When adding the feature for custom page sizes, I intended to support this feature. However, I ultimately found that I couldn't accurately determine the width and height of the page. Therefore, I gave up on it and only added a feature to prompt the user for page size (though it's also a half-baked feature). This allows users to manually adjust based on the prompt. This feature can be continuously optimized in the future. image