New post: The Markdown Link no. 8

Today’s links include #markdowneditors Otterly and I Write Like; Defuddle, which gets the main content of any web page in #markdown; Kewt, a tiny static site generator; and #Obsidian Web Clipper works with any markdown editor.

https://md-handbook.com/blog/markdown-link-no-8

#Defuddle #Otterly #Kewt #IWriteLike

The Markdown Handbook

The Markdown Handbook is your reference to everything markdown.

@kepano

qutebrowser - shortcut for Defuddle

Configuration:

1) Open the file at the following path:

~/.config/qutebrowser/config.py

2) Enter the configuration below:

## Command to generate Markdown from web pages or YouTube transcripts

config.bind('ac', 'hint links spawn --detach qutebrowser https://defuddle.md/{hint-url}')
config.bind('aC', 'spawn --detach qutebrowser https://defuddle.md/{url}')

Explanation of the commands: “ac” captures text from a page without opening it, by accessing its hyperlink; “aC” (with the second letter capitalized) captures the text from a page that is already open.

Demo:

https://bolha.tube/w/bVELMvy9uRUyd3PRheEjSX

#Defuddle #qutebrowser #clipping #Markdown

Defuddle : get the main content of any page as markdown - including youtube videos?! [url, html] #defuddle #markdown https://defuddle.md/
Defuddle — Get the main content of any page as Markdown.

Get the main content of any page as clean, readable Markdown.

Full Content Extractors: Comparing Defuddle and Postlight Parser: https://jocmp.com/2025/07/12/full-content-extractors-comparing-defuddle/

Unnecessary history about full content extractors and a quick comparison of Postlight Parser and Defuddle.

#rss #obsidian #defuddle #indieweb

Full Content Extractors: Comparing Defuddle and Postlight Parser

Unnecessary history about full content parsers and a quick comparison of Postlight Parser and Defuddle.

🚀 Oh great, another half-baked tool no one asked for to "simplify" the web. #Defuddle promises to extract content like Readability, but instead, muddles it up with #GitHub #buzzwords and leaves you wondering if it’s a parody of bad UI. 🙃
https://github.com/kepano/defuddle #badUI #halfbaked #tools #webdevelopment #HackerNews #ngated
GitHub - kepano/defuddle: Extract the main content from web pages.

Extract the main content from web pages. Contribute to kepano/defuddle development by creating an account on GitHub.

GitHub