Skip to content

v0.6.0

Compare
Choose a tag to compare
@vladiliescu vladiliescu released this 05 Jan 15:58
· 7 commits to main since this release

First public version. Everything is new and shiny and oh-so-not-battle-hardened.

Features

  • Download and convert web pages to Markdown: Fetches the content from a URL and converts it into clean Markdown format.
  • Supports multiple output formats: Save content as Markdown, readable HTML, or raw HTML.
  • Customizable output: Include YAML front matter, page titles, source links, and control the output directory structure. This is especially useful for integrating with knowledge management systems such as Obsidian.
  • Uses Readability.js: Extracts the main content from web pages for cleaner outputs (requires Node.js to be installed).