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

Import non-Notion markdown directory #273

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 24, 2024

  1. add source type to importer; optional notion id

    First commit preparing for non-Notion markdown import (e.g. Obsidian import).
    
    - add sourceType to importer
    - conditionally strip and track notion Id from note title
    cloverich committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e2218d4 View commit details
    Browse the repository at this point in the history
  2. non-Notion front matter (skip) and title

    - skip front matter parsing when not Notion (existing routine is _very_ Notion specific)
    - skip title parsing from front matter; fallback to file name when non-Notion import
    - rely on ctime / mtime for created at and updated at by stubbing empty front matter
    cloverich committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    61422c4 View commit details
    Browse the repository at this point in the history
  3. resolve Wikilink Embeddings

    cloverich committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3fb0960 View commit details
    Browse the repository at this point in the history