Skip to content

Releases: vladiliescu/grabit

v0.6.1

07 Jan 13:15
Compare
Choose a tag to compare

A couple of quality-of-life updates

  • Markdown text is prettified by default (and not petrified, as you may think).
  • Existing files are no longer overwritten.

v0.6.0

05 Jan 15:58
Compare
Choose a tag to compare

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).