
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
hexo-reference-plus
Advanced tools
A hexo plugin to support simply reference marked and footnotes by markdown. Auto serial number, tooltip, and more~
English | 简体中文
A hexo plugin to support reference and footnotes marked by markdown in your hexo blog
auto serial number
tooltip with tippy.js
easy to use grammar
configuration in front-matter for minimize
Inspried by hexo-reference.
yarn add hexo-reference-plus
or
npm install hexo-reference-plus
All you need to do is Three steps:
First, set refplus: true
in your hexo markdown file's front-matter, like
---
title: hexo-reference-plus
date: 2021-09-24 15:49:08
refplus: true
---
Second, you mark the references in the end, and assign each reference an alias(generally recommend do not contain serial number) like:
{% references %}
[mcf-2021] Max C. Foo. A way to write an article.[J] Journal of Kelaideng University Samwin School. 2021.3 300-321.
{% endreferences %}
Third mark the alias in the area you want, like:
So here is the way what Max C. Foo(2021){% ref mcf01 %} do.
that's it.
Maybe are there some plugins which can help me optimize this process? In fact, I found hexo-reference above, but it's not all designed for me exactly. Also, there is still a serial numbers management problem. so I develop this plugin.
FAQs
A hexo plugin to support simply reference marked and footnotes by markdown. Auto serial number, tooltip, and more~
We found that hexo-reference-plus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.