Markdown previews, HTML entities, slugs, URL encoding, and simple publishing tasks.

This guide is the canonical guide page for related tools on ilham.dev. It should grow into practical explanations, caveats, examples, and references instead of creating one thin article per utility.

  • HTML Entities — Escape and unescape HTML special characters.
  • HTML Editor — A small rich-text editor that exports clean HTML.
  • Markdown to HTML — Render Markdown to HTML in the browser.
  • Slugify — Turn any text into a clean URL slug.
  • URL Encoder — Percent-encode and decode URL components.
  • URL Parser — Break a URL into its parts and query parameters.

Notes for future edits

  • Keep the guide reusable and factual.
  • Link to personal posts only when there is a real incident, measurement, migration, or lesson.
  • For sensitive inputs, mention whether the related tool runs locally in the browser and warn against pasting production secrets without understanding the trust boundary.