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
waline notification view page doesn't work for docsify
Steps to reproduce
install latest docsify and integrated with commenting system waline
create a comment for a specific docsify page
the waline admin would receive the notification mail regarding to the new comment
click the view page in the mail to open the specific page(the url contains the anchor for the comment)
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
maybe need think about rewrite of %23
let waline div anchor works.
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
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)