// URLStatus represents the status of a URL check. type URLStatus struct { URL string json:"url" Status string json:"status" Timestamp time.Time json:"timestamp" } func checkURL(url string, results ...
A lightweight and minimalist Obsidian plugin to view, open, and edit .url files directly in Obsidian’s native webview. Perfect for users who want to keep web documents or webapps accessible inside ...