{"id":23707965,"url":"https://github.com/maxchang3/hexo-reference-plus","last_synced_at":"2025-09-08T05:39:41.072Z","repository":{"id":57147822,"uuid":"409157354","full_name":"maxchang3/hexo-reference-plus","owner":"maxchang3","description":"A hexo plugin to support simply reference marked and footnotes by markdown. Auto serial number, tooltip, and more.","archived":false,"fork":false,"pushed_at":"2022-09-20T10:38:11.000Z","size":52,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T10:41:10.932Z","etag":null,"topics":["footnotes","hexo","reference","tooltip"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxchang3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-22T10:20:14.000Z","updated_at":"2024-08-28T02:46:44.000Z","dependencies_parsed_at":"2022-09-06T16:40:25.671Z","dependency_job_id":null,"html_url":"https://github.com/maxchang3/hexo-reference-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxchang3%2Fhexo-reference-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxchang3%2Fhexo-reference-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxchang3%2Fhexo-reference-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxchang3%2Fhexo-reference-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxchang3","download_url":"https://codeload.github.com/maxchang3/hexo-reference-plus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231888982,"owners_count":18441362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["footnotes","hexo","reference","tooltip"],"created_at":"2024-12-30T17:07:12.426Z","updated_at":"2024-12-30T17:07:13.063Z","avatar_url":"https://github.com/maxchang3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-reference-plus\nEnglish | [简体中文](https://github.com/MaxChang3/hexo-reference-plus/blob/main/README_CN.md)\n\n\u003cdetails\u003e\n\u003csummary\u003eGIF Preview\u003c/summary\u003e\n\n![](https://s3.ax1x.com/2021/09/27/4gfIiD.gif)\n\n\u003c/details\u003e\n\n\nA hexo plugin to support reference and footnotes marked  by markdown in your hexo blog\n\n- [x] auto serial number\n\n- [x] tooltip with tippy.js \n\n- [x] easy to use  grammar \n\n- [x] configuration in front-matter for minimize \n\n\nInspried by [hexo-reference](https://github.com/kchen0x/hexo-reference).\n\n## Install\n```\nyarn add hexo-reference-plus\n```\nor \n```\nnpm install hexo-reference-plus\n```\n[![NPM](https://nodei.co/npm/hexo-reference-plus.png)](https://nodei.co/npm/hexo-reference-plus/)\n\n## Usage\nAll you need to do is Three steps:\nFirst, set `refplus: true` in your hexo markdown file's front-matter, like\n```markdown\n---\ntitle: hexo-reference-plus\ndate: 2021-09-24 15:49:08\nrefplus: true\n---\n```\n\nSecond, mark the references **in the end**, and assign each reference an alias(generally recommend do not contain serial number) like:\n```\n{% references %}\n[mcf-2021]  Max C. Foo.  A way to write an article.[J] Journal of Kelaideng University Samwin School. 2021.3 300-321.\n{% endreferences %}\n```\nThird, mark the alias in the area you want, like:\n```\nSo here is the way what Max C. Foo(2021){% ref mcf-2021 %} do.\n```\n\n\u003e Note: You need to use the alias before the reference area\n\nthat's it.\n\n## Config\n\nAdd this config in your `_config.yml` to swtich the tippy js.\n```yaml\n# hexo-reference-plus\nrefplus:\n  tippy: true\n```\n\nuse option `hide` in references tag to hide this area.\n```\n{% references hide %}\n[mcf-2021]  Max C. Foo.  A way to write an article.[J] Journal of Kelaideng University Samwin School. 2021.3 300-321.\n{% endreferences %}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxchang3%2Fhexo-reference-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxchang3%2Fhexo-reference-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxchang3%2Fhexo-reference-plus/lists"}