Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 21:09
· 43 commits to main since this release
316d745

Initial release.

Added

  • Clean Markdown → PDF export: one command (Aktive Notiz als PDF exportieren, also
    bound to a ribbon icon) turns the active note into a real, text-selectable vector PDF —
    no letterhead, no branding, just the note content.
  • Standard markdown scope: headings, paragraphs, bold/italic/inline code, nested
    ordered/unordered lists, blockquotes, horizontal rules, links, images (re-encoded as
    JPEG), fenced code blocks, and simple tables.
  • Graceful degradation: elements outside the Standard scope (callouts, math, embeds,
    …) are simplified rather than dropped silently — a single summary Notice reports how
    many elements were simplified. Paperize always produces a PDF.
  • Four output modes: next to the note (default), the Obsidian attachment folder, a
    custom folder, or share/open out of the vault (mobile share sheet / system default app).
  • Settings: font family (Sans/Serif/Mono — Adobe Core-14 standard fonts only, no
    embedding), base font size, page size (A4/Letter), margins, frontmatter stripping,
    title display, page numbers, running header/footer, and output mode.
  • Cross-platform: produces real vector PDF bytes identically on desktop and
    iPhone/iPad (isDesktopOnly: false).
  • Dependency-free at runtime: no external PDF library, no network calls, no
    telemetry — the PDF engine is a small, pure, vendored writer
    (src/vendor/kit/pdf/, from obsidian-kit@0.8.0).