Skip to content
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

链接到文章子标题的功能存在 bug #3

Open
LeavesWebber opened this issue Dec 28, 2024 · 1 comment
Open

链接到文章子标题的功能存在 bug #3

LeavesWebber opened this issue Dec 28, 2024 · 1 comment

Comments

@LeavesWebber
Copy link

我在我的文章中写下了这样的链接:
[[向wuanqin学习的笔记#1.学习他的前端能力|我应该向wuanqin学习]]

这个链接失效了。原因在于,对于这个标题的正确URL应当是
http://MyDomin/向wuanqin的笔记/#1-学习他的前端能力
而不是
http://MyDomin/向wuanqin的笔记/#1.学习他的前端能力

请注意这里的-

对于标题中存在的空格转化成-这一点,wuanqin 确实是考虑到了,这很棒。但他似乎没考虑到这个英文句点的问题

@uuanqin
Copy link
Owner

uuanqin commented Dec 28, 2024

0.2.5 版本已经发布,除了解决你提出的问题以外还进行了其它优化。

通过查阅相关资料我了解到一般类似于这种锚点链接在处理时:

  • 会把英文转换为小写
  • 空格、英文句点等部分标点符号都会以-代替
  • 删除锚点链接前后的-

新的版本中将主要依照以上方法进行处理。本次插件小型更新可能不会覆盖到所有情况,如果你的文章存在其他不能识别的特殊符号请尽量告诉我,我会尽力解决。希望这次更新能改善你的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants