{"id":49075371,"url":"https://github.com/micro-garden/mdfy-plugin","last_synced_at":"2026-05-07T10:37:14.518Z","repository":{"id":307474803,"uuid":"1027094906","full_name":"micro-garden/mdfy-plugin","owner":"micro-garden","description":"A micro text editor plugin that converts a URL under the cursor into a Markdown link.","archived":false,"fork":false,"pushed_at":"2025-10-26T00:03:52.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T09:45:11.268Z","etag":null,"topics":["markdown","micro","micro-editor","micro-plugin","plugin","terminal","text-editor","url"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micro-garden.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":"2025-07-27T09:55:20.000Z","updated_at":"2025-10-26T00:03:56.000Z","dependencies_parsed_at":"2025-10-25T15:15:39.344Z","dependency_job_id":"352e10ae-5674-4ced-8dbc-0f3a731b7af9","html_url":"https://github.com/micro-garden/mdfy-plugin","commit_stats":null,"previous_names":["akikareha/micro-mdfy-plugin","micro-garden/mdfy-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/micro-garden/mdfy-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Fmdfy-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Fmdfy-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Fmdfy-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Fmdfy-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micro-garden","download_url":"https://codeload.github.com/micro-garden/mdfy-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Fmdfy-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","micro","micro-editor","micro-plugin","plugin","terminal","text-editor","url"],"created_at":"2026-04-20T09:36:27.488Z","updated_at":"2026-05-07T10:37:14.513Z","avatar_url":"https://github.com/micro-garden.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MDfy (Markdown-ize) Plugin for Micro\n\n**MDfy (Markdown-ize)** is a plugin for the\n[micro](https://micro-editor.github.io/) text editor that converts a URL under\nthe cursor into a Markdown link.\n\n`mdfy` command transforms a URL under the cursor into Markdown link format:\n\n```\n[text](url)\n```\n\nThe text part is automatically extracted from the last path segment of the URL.\n\nFor example, if your cursor is on:\n\n```markdown\nhttps://example.com/path/to/page\n```\n\nIt will be transformed into:\n\n```markdown\n[page](https://example.com/path/to/page)\n```\n\nShortcut: `Ctrl-Alt-g`\n\n## Installation\n\nPlace the plugin folder in `~/.config/micro/plug/mdfy/`, or clone it\ndirectly from the GitHub repository:\n\n```sh\nmkdir -p ~/.config/micro/plug\ngit clone https://github.com/micro-garden/mdfy-plugin ~/.config/micro/plug/mdfy\n```\n\nAlternatively, this plugin is also available through the unofficial plugin\nchannel:  \nhttps://github.com/micro-garden/unofficial-plugin-channel  \nYou can install it by adding the channel and then using `plugin install`.\n\n## License\n\nMIT.\n\n## Author\n\nAki Kareha (aki@kareha.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-garden%2Fmdfy-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicro-garden%2Fmdfy-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-garden%2Fmdfy-plugin/lists"}