Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
eleventy-plugin-backlinks
Advanced tools
Collect and display backlinks from your notes.
Note: I'm not building this project for myself, so y'all gotta tell me what you think. Issues are the way to go here.
Add the plugin to your eleventy config, like so:
const eleventyBacklinks = require("eleventy-plugin-backlinks");
module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(eleventyBacklinks, {
folder: "/notes", // The folder with your notes
});
};
For every page in the given folder, you get a backlinks
variable. By default,
it contains an array, with the title (if set) and the url of each page.
string
) - The name of a folder which contains your notes. The
default folder-name is "notes".function
) - Optionally, control which data will be passed to
backlinks
. The function receives a
collection item,
and is called for every relevant page.All input is welcome; feel free to open an issue. Please remember to be a mensch. If you want to program, you can browse the issue list.
All source-code is provided under the terms of the MIT license. Copyright 2024 Binyamin Aron Green.
FAQs
Collect and display backlinks from your notes
The npm package eleventy-plugin-backlinks receives a total of 14 weekly downloads. As such, eleventy-plugin-backlinks popularity was classified as not popular.
We found that eleventy-plugin-backlinks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.