<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>obsidian | DBA von Nebenan</title>
	<atom:link href="https://dbavonnebenan.de/tag/obsidian/feed/" rel="self" type="application/rss+xml" />
	<link>https://dbavonnebenan.de</link>
	<description>Sql Server, Performance &#38; PowerShell Automation</description>
	<lastBuildDate>Sat, 07 Jun 2025 18:04:17 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://dbavonnebenan.de/wp-content/uploads/2025/04/cropped-www_logo-32x32.png</url>
	<title>obsidian | DBA von Nebenan</title>
	<link>https://dbavonnebenan.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Offline Images with Obsidian Website Clipper</title>
		<link>https://dbavonnebenan.de/improve-obsidian-website-scraper-en/</link>
					<comments>https://dbavonnebenan.de/improve-obsidian-website-scraper-en/#respond</comments>
		
		<dc:creator><![CDATA[Gabriel]]></dc:creator>
		<pubDate>Fri, 25 Apr 2025 06:36:48 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[eng]]></category>
		<category><![CDATA[obsidian]]></category>
		<guid isPermaLink="false">https://dbavonnebenan.de/?p=165</guid>

					<description><![CDATA[<p>The Obsidian website clipper works really well. But I&#8217;m bothered that images only appear as links to the web. This doesn&#8217;t match my idea of a local dump. So I wrote a small PowerShell script that searches through MD files in the current folder for links, downloads them to the attachments folder, and dynamically replaces [&#8230;]</p>
<p>The post <a href="https://dbavonnebenan.de/improve-obsidian-website-scraper-en/">Offline Images with Obsidian Website Clipper</a> first appeared on <a href="https://dbavonnebenan.de">DBA von Nebenan</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>The <a href="https://obsidian.md/clipper">Obsidian website clipper </a>works really well. But I&#8217;m bothered that images only appear as links to the web. This doesn&#8217;t match my idea of a local dump.</p>



<p>So I wrote a small PowerShell script that searches through MD files in the current folder for links, downloads them to the attachments folder, and dynamically replaces the links in the MD with local links.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="240" src="https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-1024x240.png" alt="" class="wp-image-234" srcset="https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-1024x240.png 1024w, https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-300x70.png 300w, https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-768x180.png 768w, https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40.png 1065w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>


https://gist.github.com/gabrielkoehl/c99b084c85521bcbb533994046e7aa7e


<p></p><p>The post <a href="https://dbavonnebenan.de/improve-obsidian-website-scraper-en/">Offline Images with Obsidian Website Clipper</a> first appeared on <a href="https://dbavonnebenan.de">DBA von Nebenan</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://dbavonnebenan.de/improve-obsidian-website-scraper-en/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Offline Bilder mit Obsidian Website Clipper</title>
		<link>https://dbavonnebenan.de/improve-obsidian-website-scraper-de/</link>
					<comments>https://dbavonnebenan.de/improve-obsidian-website-scraper-de/#respond</comments>
		
		<dc:creator><![CDATA[Gabriel]]></dc:creator>
		<pubDate>Thu, 24 Apr 2025 14:58:59 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[DE]]></category>
		<category><![CDATA[obsidian]]></category>
		<guid isPermaLink="false">https://dbavonnebenan.de/?p=365</guid>

					<description><![CDATA[<p>Der Obsidian Website Clipper funktioniert echt gut. Aber es stört mich, dass Bilder nur als Links zum Web erscheinen. Das passt nicht zu meiner Vorstellung von einem lokalen Dump. Deshalb habe ich ein kleines PowerShell-Script geschrieben, das MD-Dateien im aktuellen Ordner nach Links durchsucht, sie in den Attachments-Ordner herunterlädt und die Links in den MD-Dateien [&#8230;]</p>
<p>The post <a href="https://dbavonnebenan.de/improve-obsidian-website-scraper-de/">Offline Bilder mit Obsidian Website Clipper</a> first appeared on <a href="https://dbavonnebenan.de">DBA von Nebenan</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Der <a href="https://obsidian.md/clipper">Obsidian Website Clipper</a> funktioniert echt gut. Aber es stört mich, dass Bilder nur als Links zum Web erscheinen. Das passt nicht zu meiner Vorstellung von einem lokalen Dump.</p>



<p>Deshalb habe ich ein kleines PowerShell-Script geschrieben, das MD-Dateien im aktuellen Ordner nach Links durchsucht, sie in den Attachments-Ordner herunterlädt und die Links in den MD-Dateien dynamisch durch lokale Links ersetzt.<br></p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="240" src="https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-1024x240.png" alt="" class="wp-image-234" srcset="https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-1024x240.png 1024w, https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-300x70.png 300w, https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40-768x180.png 768w, https://dbavonnebenan.de/wp-content/uploads/2025/04/2025-04-25_14-40.png 1065w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>


https://gist.github.com/gabrielkoehl/c99b084c85521bcbb533994046e7aa7e


<p></p><p>The post <a href="https://dbavonnebenan.de/improve-obsidian-website-scraper-de/">Offline Bilder mit Obsidian Website Clipper</a> first appeared on <a href="https://dbavonnebenan.de">DBA von Nebenan</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://dbavonnebenan.de/improve-obsidian-website-scraper-de/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
