{"id":42382138,"url":"https://github.com/blotspot/obsidian-markdown2html","last_synced_at":"2026-02-07T01:26:26.273Z","repository":{"id":270376558,"uuid":"910157634","full_name":"blotspot/obsidian-markdown2html","owner":"blotspot","description":"Copy Markdown to HTML","archived":false,"fork":false,"pushed_at":"2026-02-02T17:22:43.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-03T07:33:41.700Z","etag":null,"topics":["markdown-to-html","obsidian-md-plugin","obsidian-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blotspot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-30T16:26:38.000Z","updated_at":"2026-02-02T17:20:07.000Z","dependencies_parsed_at":"2026-01-27T22:04:06.289Z","dependency_job_id":null,"html_url":"https://github.com/blotspot/obsidian-markdown2html","commit_stats":null,"previous_names":["blotspot/obsidian-markdown2html"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/blotspot/obsidian-markdown2html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blotspot%2Fobsidian-markdown2html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blotspot%2Fobsidian-markdown2html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blotspot%2Fobsidian-markdown2html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blotspot%2Fobsidian-markdown2html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blotspot","download_url":"https://codeload.github.com/blotspot/obsidian-markdown2html/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blotspot%2Fobsidian-markdown2html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29183823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"ssl_error","status_checked_at":"2026-02-07T00:35:01.758Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown-to-html","obsidian-md-plugin","obsidian-plugin"],"created_at":"2026-01-27T22:04:00.709Z","updated_at":"2026-02-07T01:26:26.257Z","avatar_url":"https://github.com/blotspot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Markdown to HTML Plugin\n\nA simple [Obsidian](https://obsidian.md) plugin to copy notes as HTML to the clipboard.\n\n## What it does\n\n1. Converts the Markdown content of a note to HTML (either selected text or entire document) using Obsidian's markdown renderer.\n1. Cleans up the HTML from the clutter obsidian likes to add\n   - Removes all atrributes from tags (a list of attributes to keep can be configured in the settings)\n   - Removes all classes (a list of classes to keep can be configured in the settings)\n   - Converts internal images into base64 strings\n   - Removes empty paragraphs (left overs from Comment blocks, for example)\n1. Saves the resulting HTML to the clipboard.\n\n\u003e [!NOTE]  \n\u003e This plugin doesn't generate a full HTML page and I don't intend to add that feature\n\n## Tested on\n\n- Desktop (Windows)\n- iOS\n- Android\n\n\u003e [!TIP]\n\u003e **On Android:**\n\u003e Paste contents through the context menu of the text field and not through the keyboard copy option, since that method doesn't cut off the string after a certain amount of characters.\n\n## Installation\n\n### From Github\n\n1. Download the latest release from the [releases page](https://github.com/blotspot/obsidian-markdown2html/releases).\n2. Unzip the downloaded file.\n3. Copy the folder to your Obsidian plugins directory (usually located at `.obsidian/plugins`).\n4. Enable the \"Copy Markdown to HTML\" plugin from the Settings \u003e Community Plugins menu in Obsidian.\n\n### As beta plugin (using BRAT)\n\n1. Install [BRAT](https://github.com/TfTHacker/obsidian42-brat) from the Community Plugins in Obsidian.\n1. Open the command palette and run the command `BRAT: Add a beta plugin for testing`\n1. Copy the project link (https://github.com/blotspot/obsidian-markdown2html) into the modal that opens up.\n1. Make sure **Enable after installing the plugin** is checked\n1. Click on **Add Plugin**\n\n#### Updating\n\nBeta plugins can be updated using the command palette by running the command `Check for updates to all beta plugins and UPDATE`. Optionally, beta plugins can be configured to auto-update when starting Obsidian. This feature can be enabled in the BRAT plugin settings tab.\n\n## Usage\n\n1. Open the command palette (default is `Ctrl+P` or `Cmd+P`) and search for **\"markdown2html\"**.\n2. Select **Copy selection or document to clipboard** to save your current selection, or if nothing is selected, the full file to the clipboard.\n\n## API Documentation\n\n- Obsidian: https://github.com/obsidianmd/obsidian-api\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblotspot%2Fobsidian-markdown2html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblotspot%2Fobsidian-markdown2html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblotspot%2Fobsidian-markdown2html/lists"}