LuRenJiasWorld / WP-Editor.md

或许这是一个WordPress中最好,最完美的Markdown编辑器
https://wordpress.org/plugins/wp-editormd/
GNU General Public License v3.0
744 stars 87 forks source link

[Feature]相对链接地址的解析问题 #588

Open xinatcg opened 1 year ago

xinatcg commented 1 year ago

该功能的缺失是否引起你的使用不便? | Is your feature request related to a problem?

请详细描述该功能的使用场景,如:我在使用Typora(一款所见即所得的Markdown编辑器桌面软件)的时候发现 [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

在文章中插入相对路径, 目前解析是在当前的 category 路径下解析, 比如 在这个路径下的文章

www.test.com/catogory1/article1

在这个文章中, 加入一个相对路径

[link](cat2/article2)

这时候解析的 link 是 www.test.com/catogory1/cat2/article2

有没有可能解析的时候是从根路径开始的, 就是说应该解析成: www.test.com/cat2/article2

你认为该功能应该是什么样的? | Describe the solution you'd like

请清晰描述该功能的存在位置、使用方法以及预期效果 A clear and concise description of what you want to happen.

有类似功能的产品可供参考吗? | Is there some similar software?

如果有类似产品或解决方案,请在这里提供该产品的相关信息 A clear and concise description of any similar solutions or features.

其他信息 | Additional context

请在这里附带上其他可能对新功能开发有帮助的信息 Add any other context or screenshots about the feature request here.