![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
docsify-corner
Advanced tools
A Docsify plugin for corner configuration enhancement based on Docsify repo configuration.
Gitlab
...etc)png
、jpg
、gif
).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. |
width | the width of the customized image. |
height | the height of the customized image. |
Current support default corner.
Name | icon |
---|---|
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 to me, so If you wanna add more preset icons, welcome !
This the current svg icon resources I m working on.
Steps :
npm run 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 5 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
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.