Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --add-titles option #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add --add-titles option #36

wants to merge 1 commit into from

Commits on Feb 4, 2022

  1. Add --add-titles option

    When this option is enabled, each parsed note will be considered to
    start with a heading:
    
      # Title-of-note
    
    even when no such line is present in the source file. The title is
    inferred based on the filename of the note.
    
    This option makes heavily nested note embeds make more sense in the
    exported document, since it shows which note the embedded content comes
    from. It loosely matches the behaviour of the mainline Obsidian UI when
    viewing notes in preview mode.
    jforberg authored and Johan Förberg committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    de76074 View commit details
    Browse the repository at this point in the history