-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
waline notification view page doesn't work for docsify #2019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @eteeqii , It seems the docsify-waline plugin feature/enhancement item since docsify does not handle this plugin by itself. |
after more experiment regarding to the problem. as for the pure number id, it would trigger below error wandring if above are expected behaviors for the docsify, thanks! |
It looks like |
more experiment as below
summary, looks we should use note: response.json is attached, there is objectId in it , the value could be 1 ,2 |
Hi @eteeqii , thx for the details ! About the id with pure number it should work in |
Bug Report
waline notification view page doesn't work for docsify
Steps to reproduce
What is current behaviour
click the view page would open below url would see 404 error, nothing would show in the browser.
https://docs.xxx.com/#/%232
since %23 is the URL encoded representation of #
manually try again with url https://docs.xxx.com/#/#2 in the browser
it would show the specific page, but it didn't anchor to the comment with id=2
What is the expected behaviour
click the view page and show the page and anchor to the specific comment
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: MAC OS 13.3.1 (22E261)
Node.js version: FROM node:lts-alpine3.17
npm/yarn version:
Browser version: Chrome is up to date Version 112.0.5615.49 (Official Build) (arm64)
Docsify version: RUN npm install -g docsify-cli@latest
Docsify plugins: waline, https://github.com/nopdan/docsify-waline
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: