SourceDown

by 0libots
5
4
3
2
1
New Plugin

Description

Import documents, media, archives, and web pages as Markdown using Microsoft MarkItDown. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

SourceDown

Import complex documents and other sources into Obsidian using Microsoft MarkItDown.

Use

  1. Enable SourceDown in Obsidian's Community plugins settings.
  2. Open SourceDown settings and choose Install / update.
  3. Choose files from the ribbon panel, paste a URL, or right-click a vault file.

Converted notes include source metadata. Embedded images are saved beside the note in an asset folder, and duplicate imports receive numbered filenames.

MarkItDown requires Python 3.10+. The plugin installs it into its own .venv; it does not modify your global Python packages.

Develop

npm install
npm test
npm run check
npm run deploy

Dependabot checks the Obsidian build dependencies weekly.