You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jhildenbiddle might have a hunch as to if Vue interpolation should work there. Seems like it should, for global Vue components. In theory it shouldn't be very difficult to apply it to sidebar in Docsify.
As a workaround you can use JavaScript to modify the sidebar in a custom way. Do it in a Docsify plugin:
Feature request
vue code work at _sidebar.md
Problem or desire
i want to auth the sidebar
redirect to docsify url like this:
http://localhost:4000/#/?token=EESDCCSSDA.AEEEXW.EEEEE
index.html
my _sidebar.md
but the display is :(
![image](https://private-user-images.githubusercontent.com/39610746/396813938-d6fd1308-dc29-4a75-a5a3-d077d0cca5f6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjcxNjYsIm5iZiI6MTczOTEyNjg2NiwicGF0aCI6Ii8zOTYxMDc0Ni8zOTY4MTM5MzgtZDZmZDEzMDgtZGMyOS00YTc1LWE1YTMtZDA3N2QwY2NhNWY2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE4NDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZkZDdjNjM4ZGZjYzM5ODdhZjBmMzY0MGMyNTdiNGZlMjJlZjQ2NDI1YjlhMTUxZjZjZTVlOWI3OTcyMmUxMzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fgTS7tA8jv3JWTy6_qKRIsOMVYxhefQ7XP4WJzWSKIU)
it not work at
_sidebar.md
,neithor at normal .md fileProposal
maybe i take the wrong way use docsify,but my proposal is
support auth the files
Implementation
i think docsify's implement is
html build by .md
addhtml build by vue
,and display thetotal html
can we change the order :
mixed vue and .md to prue .md
thenpure md to html
:)i know the
vue to .md
is hard , i dont know how to implement ,sorry.i'm a backend coder ,just want the request like a baby ,xd.
The text was updated successfully, but these errors were encountered: