docsify-edit-on-github
docsify-edit-on-github copied to clipboard
Hello, Thank you so much for this awesome Plugin! I have just recently discovered Docsify (along with your Plugin) and am really liking everything so far. I was wondering if...
An old version is still on https://cdn.jsdelivr.net/npm/docsify-edit-on-github .
Hello, Can I ask a question? this is my congfig. ```js plugins: [ EditOnGithubPlugin.create( "https://github.com/2462870727/project-rules/tree/main/docs", undefined, "Edit this Page on GitHub" ), ], ``` It didn't work
Hi, first of all, thanks for this great plugin, awesome work 👍 👍 👍 Hey I have a question or rather a suggestion. I can probably implement it myself through...
# Versions * Docsify 4.13.1 * Docsify-tabs 1.6.3 * Docsify-edit-on-github 1.0.4 # Steps to reproduce Create an index.html with the following content as per the instructions of both plugins: ```...
Fixed an issue where the editDoc function was not properly bound to the EditOnGithubPlugin due to function closures 修复了由于函数闭包导致editDoc函数没有正确绑定到EditOnGithubPlugin的问题