• 0.1.0 316d74544d

    0.1.0 Stable

    jkaindl released this 2026-07-11 21:08:07 +00:00 | 23 commits to main since this release

    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).
    Downloads