{"id":37610743,"url":"https://github.com/tcatche/hexo-filter-link-post","last_synced_at":"2026-01-16T10:20:15.335Z","repository":{"id":57263339,"uuid":"392985625","full_name":"tcatche/hexo-filter-link-post","owner":"tcatche","description":"Transfer relative post link in markdown file to post link.  将文件里的通过相对路径引用的 markdown 文件转为对应的文章的链接","archived":false,"fork":false,"pushed_at":"2024-11-25T10:18:15.000Z","size":5,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T07:49:25.526Z","etag":null,"topics":["hexo","hexo-filter","hexo-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tcatche.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-05T09:37:48.000Z","updated_at":"2024-11-25T10:18:19.000Z","dependencies_parsed_at":"2022-09-02T05:23:46.108Z","dependency_job_id":null,"html_url":"https://github.com/tcatche/hexo-filter-link-post","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tcatche/hexo-filter-link-post","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcatche%2Fhexo-filter-link-post","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcatche%2Fhexo-filter-link-post/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcatche%2Fhexo-filter-link-post/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcatche%2Fhexo-filter-link-post/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcatche","download_url":"https://codeload.github.com/tcatche/hexo-filter-link-post/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcatche%2Fhexo-filter-link-post/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["hexo","hexo-filter","hexo-plugin"],"created_at":"2026-01-16T10:20:14.732Z","updated_at":"2026-01-16T10:20:15.310Z","avatar_url":"https://github.com/tcatche.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-filter-link-post\n\nTransfer relative post link in markdown file to post link.\n\n将文件里的通过相对路径引用的 markdown 文件转为对应的文章的链接\n\n## example\n\n```\n- _post\n  |- foo.md\n  |- bar.md\n```\n\nIn foo.md, there is a reference bar.md: `[Referrence: bar](./bar.md)`.\n\nAfter hexo render, the reference in html file is:\n\n```html\n\u003ca href=\"./bar.md\"\u003eReferrence: bar\u003c/a\u003e\n```\nBut, the link is an unreachable link.\n\n---\n\nWith this plugin, the html will be transfered as\n\n```html\n\u003ca href=\"/2021/08/04/bar/\"\u003eReferrence: bar\u003c/a\u003e\n```\n\nNow the link is reachable.\n\n\nAnd After `1.0.1`, The link with anchor(`#title`) also support:\n\n```\n// before\n`[Referrence: bar](./bar.md#title)`\n\n// after\n\u003ca href=\"/2021/08/04/bar/#title\"\u003eReferrence: bar\u003c/a\u003e\n```\n\n## install\n\n```\nnpm install hexo-filter-link-post --save\n```\n\n\n\n## Related hexo plugins\n- [hexo-generator-issues](https://github.com/tcatche/hexo-generator-issues): publish your hexo posts to github issues. 将个人文章发布到 github 的指定仓库下，每篇文章作为一个 issue。\n- [hexo-generator-readme-file](https://github.com/tcatche/hexo-generator-readme-file): generate a `README.md` file contains all of blog posts link. 为你的文章生成一个 `README.md` 文件，里面包含了所有的文章链接。\n- [hexo-filter-link-post](https://github.com/tcatche/hexo-filter-link-post): Transfer relative post link in markdown file to post link. 将文件里的通过相对路径引用的 markdown 文件转为对应的文章的链接。\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcatche%2Fhexo-filter-link-post","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcatche%2Fhexo-filter-link-post","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcatche%2Fhexo-filter-link-post/lists"}