Skip to content

Releases: rogerdigital/document-exporter

0.4.9

25 Jun 04:38
4119104

Choose a tag to compare

What's Changed

Full Changelog: 0.4.8...0.4.9

0.4.8

25 Jun 03:44
a71a8d7

Choose a tag to compare

Fixes

PDF export

  • Page top margin: images no longer stick to the top of continuation pages. Fixed a conflict where non-zero printToPDF margins overrode the CSS @page top margin, zeroing it on every page after the first. (#59)
  • Image spacing: excessive vertical gaps between consecutive images fixed — Obsidian merges adjacent image embeds into one paragraph, and the spacing collapse now correctly handles multi-media paragraphs. (#59)
  • Soft line breaks: text lines without blank lines between them now render on separate lines again (a prior CSS rule hiding <br> was silently merging them). (#59)

Attachment handling

  • Assets folder location: when exporting a folder as Markdown or HTML, the assets folder now lands under the target folder (matching PDF/Word), instead of appearing a second time at the export root. (#60)
  • Cross-file deduplication: attachments sharing a name across different notes are now correctly deduplicated across the whole export. The collector previously reset its state per file. (#62)

Content consistency across formats

  • Document title: the title no longer duplicates the body's first heading. When a note starts with a # Heading, it is now used as the document title and removed from the body. (#61)
  • Markdown image alt text: images in Markdown exports now include alt text. Empty alt (![](...)) caused images to not render in Obsidian and many viewers. (#61)
  • Word soft line breaks: adjacent text lines in DOCX no longer become separate paragraphs with large spacing — they now stay in one paragraph separated by line breaks. (#61)
  • Word source-path comments: <!-- source: ... --> comments no longer appear as literal visible text in DOCX output. (#61)

Full changelog: 0.4.7...0.4.8

0.4.7

23 May 11:43
e871802

Choose a tag to compare

What's Changed

Full Changelog: 0.4.6...0.4.7

0.4.6

20 May 16:53
d0a92b8

Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

0.4.5

16 May 16:52
6e8f379

Choose a tag to compare

Demo

Document Exporter selected files to PDF

Document Exporter exports selected Obsidian notes, folders, or query results into shareable document outputs. This demo highlights choosing specific files and exporting them as PDF.

What's Changed

Full Changelog: 0.4.4...0.4.5

0.4.4

16 May 10:38
b34837f

Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

15 May 11:13
63da597

Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

15 May 10:35
3500288

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

15 May 09:25
e375289

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

15 May 07:32
e90856c

Choose a tag to compare

New features

  • Per-file export with directory structure preservation — batch exports now create individual files maintaining the original folder hierarchy instead of combining into a single document
  • Batch export uses folder name — the output folder name field replaces the file name field for folder and multi-file exports
  • Visual progress bar with cancel support — a progress indicator appears during every export showing the current step or file; click Cancel to stop and keep already-exported files

Improvements

  • Aligned source fields in export modal — source type fields are now consistently positioned

Breaking changes

  • Removed sort feature — the sort mode setting and related UI have been removed from the export pipeline