
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
docsify-corner
Advanced tools
A Docsify plugin for corner configuration enhancement based on Docsify repo configuration.
Gitlab
...).png
、jpg
、gif
).tooltip
、color
).Import one of the script in index.html
.
<script src="//cdn.jsdelivr.net/npm/docsify-corner/dist/docsify-corner.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-corner/dist/docsify-corner.min.js"></script>
Options:
Option | Description |
---|---|
icon | the icon you want show the corner. |
url | the url for corner link to. |
target | the url target for corner link to. |
width | the width of the customized image. |
height | the height of the customized image. |
color | the color of the icon. |
background | the background color of the customized icon. |
title | the text of the title attribute is displayed as a tooltip. |
Current support default corner types.
Support Icon Type | Icon argument |
---|---|
Github | github |
Gitlab | gitlab |
Spring | spring |
Golang | golang |
<script>
window.$docsify = {
repo:'true', // set the docsify show the corner
corner: {
// the icon link url to another site
url: "https://gitlab.com/gitlab-org/gitlab-svgs",
// the default preset icon in docsify-corner
icon: "gitlab",
},
};
</script>
You can set your own image in the corner.
<script>
window.$docsify = {
repo:'true',
corner: {
url: "https://github.com/Koooooo-7/docsify-corner",
// you can set the image link here
icon: "https://github.githubassets.com/images/icons/emoji/unicode/1f48a.png",
// the size of the image
width: 80,
height: 80
},
};
</script>
It is hard to adjust the icon to fit the corner, if you wanna add more preset icons, welcome star and send a PR!
This the current svg icon resources I' m working on.
Steps :
npm install
.git checkout -b my-new-feature
.git commit -am 'Add some feature'.
git push origin my-new-feature
.MIT @Koy
FAQs
A plugin for setting corner of docsify.
The npm package docsify-corner receives a total of 11 weekly downloads. As such, docsify-corner popularity was classified as not popular.
We found that docsify-corner 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.