Bibliography Alphabetizer – Online Sort References by Author
Paste a list of references and sort them A‑Z by first author. Handles various formats.
UD5 Toolkit
Relativize or absolutify URLs in your Markdown documents — perfect for content migration & portability
Relativization converts absolute URLs (like https://example.com/blog/post/) into relative paths (like ../post/ or post/) based on a reference base URL. This makes your Markdown documents portable across domains and environments — links work whether the content is served from a local dev server, staging, or production.
Absolutification is essential when you need self-contained documents — for email newsletters, RSS feeds, exported PDFs, or sharing Markdown files externally. Relative links like ../images/photo.jpg break when the document is viewed outside its original directory structure. Converting them to full absolute URLs ensures links remain functional everywhere.
Image links in Markdown () are processed identically to regular inline links. Both relativization and absolutification apply to image URLs, ensuring your visual assets remain correctly referenced after conversion. Reference-style image definitions are also handled.
The tool handles four common link types: inline links [text](url), image links , reference-style definitions [ref]: url, and autolinks <url>. Anchor-only links (like #section), mailto:, tel:, and javascript: URLs are preserved as-is to avoid breaking functionality.
Absolute URLs pointing to different domains (e.g., https://github.com/... when your base URL is https://example.com/) are intentionally left unchanged. Converting cross-domain URLs to relative paths would create broken links. Only same-domain URLs matching the base URL prefix are relativized.
For relativization, set the base URL to the canonical location of your Markdown document (e.g., https://yoursite.com/blog/post-slug/). All same-domain absolute links beneath this path will be converted to relative. For absolutification, the base URL acts as the resolver — relative paths like ./image.png are resolved against this base to produce full absolute URLs.
Yes. Protocol-relative URLs (starting with //) are treated as absolute URLs since they specify a full host. During absolutification, they inherit the protocol from the base URL. During relativization, they are left unchanged unless they share the same host as the base URL.
Absolutely. The conversion uses efficient regex-based matching and operates in O(n) time complexity relative to input length. Files with tens of thousands of links can be processed in milliseconds. The auto-convert feature uses debouncing (300ms delay) to avoid unnecessary recalculations while typing.
Paste a list of references and sort them A‑Z by first author. Handles various formats.
Paste a CSS gradient and export a vertical swatch image. Ideal for design documents. No server needed.
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
Look up the correct ironing temperature for cotton, silk, polyester, and more. Displays the corresponding laundry symbol and whether steam is safe.
See famous people's life spans on a draggable timeline. Compare who was alive at the same time. Educational fun.
Adjust the color temperature of your image: move slider to make it warmer or cooler. Quick white balance fix. Local canvas.
A giant buzzer screen. Two or more players can press their spacebar or touch their side. Lights up the fastest.
Build a minute‑by‑minute schedule with speaker names, AV cues, and notes. Export as a clean PDF for your production team.
Enter an image URL to extract a 5-color dominant palette. Avoids uploading files. Uses canvas to read remote image pixels. Fast and privacy-oriented.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Enter a URL and see a simulated preview of how the link will appear on major social platforms. Check tags.
Enter two URLs and see if they resolve to the same canonical form after normalization. Find duplicate content issues.
Enter a URL and fetch its text/background colors to perform a bulk contrast check. See warnings for WCAG violations.
Create a Blob from text or a file and generate a temporary URL for it. Understand the Blob API. Dev demo.
Write in Markdown and convert it to a styled PDF using your browser's print engine. Customize font and margins. No upload.
Write in Markdown and get clean, inline‑styled HTML suitable for emails. Pre‑designed templates included. Local conversion.
Enter an image URL, crop it interactively, and download the result. No upload. Works with any CORS‑enabled image.
Paste a direct link to an image and get its 5 dominant colors with hex codes. No upload, uses canvas with CORS proxy.
Paste your Markdown and automatically generate a linked table of contents based on headings. Insert at the top. Local magic.
Write text with inline footnote markers and this tool will move the notes to the bottom and add proper Markdown links. Saves time.
Enter the URL of any image and receive a random harmonious palette extracted from it. Click to regen. For quick inspiration.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, cross‑origin friendly.
Convert Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
Paste tab‑separated or CSV data and instantly get a beautifully aligned Markdown table. Essential for documentation.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Paste Markdown and get warnings for common mistakes: inconsistent heading spacing, bare URLs, and broken links. All local.
Convert title to URL slug with options: ignore stop words, transliterate special characters, choose separator. SEO friendly.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.
Enter a full URL and get all query parameters in a clean table with decoded values. Quickly see UTM and tracking params.