Skip to content

Inkbound 1.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 06:32
· 3 commits to main since this release

Chapter titles now come from the notes themselves, so a book's table of
contents reads like a real book instead of showing filenames.

  • First-heading titles — each chapter's title is its note's first #
    heading (03_recursion with # Recursion now appears as Recursion),
    everywhere a chapter title shows up: the table of contents, the navigation
    document, and the "Linked from:" backlink trails.
  • Alias fallback — a note with no heading but a frontmatter aliases
    entry (plain string or list) is titled by it, mirroring how the book title
    is resolved.
  • Filename last — notes with neither keep the previous filename-based
    behavior, so nothing changes for books that don't opt in.
  • Deterministic and never-failing: title resolution can never abort an export,
    and empty or whitespace-only headings are ignored rather than producing
    blank titles. In folder exports the index note's own heading (often the book
    title) becomes the first TOC entry — expected behavior.

Install manually by downloading the assets below into <vault>/.obsidian/plugins/inkbound/, then enable Inkbound in Settings → Community plugins.