Obsidian Offering $5000 Bounty for Notion

2 hours ago 2

Currently Importer supports Notion imports via the HTML export #14. This new importer would use the Notion API and download files progressively. This would also add support for Databases to Bases conversion. See #415

Bounty

See the Contribution guidelines for how to claim this bounty.

Bounty: $5,000 USD
Timeframe: 30 days

⚠️ Please only apply if you have taken time to explore the Importer codebase, as well as the Notion API. Provide detail about how you would approach solving it within the constraints of this Obsidian plugin.

Requirements

  • Uses Notion API (integration token) incorporating changes from new data source object introduced 2025-09.
  • Properly converts files to Obsidian-flavored Markdown, including tables, to-do lists, etc
  • Support for images and attachments. Embed links converted to Markdown format !()[image.png] and placed in the user's defined attachment location (Settings → File & links)
  • Provide working test cases, ideally a reproducible data import that can be used on Notion. Alternatively a test account you can share with us via DM.

Databases to Bases

Some exploration is required before implementation because Databases and Bases work a bit differently. Notion's Databases start out as empty, whereas a Base starts out with all of the user's files, then narrows down using filters.

  • Determine for importing files, and the bases/views
  • Determine what can be imported: views, columns, groups, summaries, formulas, etc.

Read Entire Article