在 Redmine Wiki 上链接
我正在 Redmine 上为我公司刚刚开发的程序编写一个 wiki。我一直在阅读 Redmine Wiki 格式化页面,但我根本找不到如何链接到包含空格的页面上的标题。
例如:
这有效 [[Setup#Oracle|Oracle Setup]]
这不起作用 [[Setup#Oracle DB|Oracle DB Setup]]
第二个我的标题包含空格、连字符、下划线...任何超过一句话,Redmine无法链接。
有什么想法如何正确链接吗?
I'm writing a wiki on Redmine for the program my company just developed. I've been reading Redmine Wiki formatting pages but I simply can't find how to link to headers on a page that hold spaces.
For example:
This works [[Setup#Oracle|Oracle Setup]]
This does not work [[Setup#Oracle DB|Oracle DB Setup]]
The second I have a header with a space, hyphen, underscore... ANYTHING more than one word, Redmine is unable to link.
Any ideas how to link correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
连字符为我使用纺织品格式。
如果您打开 wiki 页面,您应该会在将鼠标悬停在此处时出现的每个标题旁边看到一个小段落符号。这应该为您提供可以使用的(半)永久链接。您始终可以查看 wiki 页面源以获取链接名称。
我记得在使用 Markdown 过滤器时遇到的一个问题是每个文本格式化程序都会单独创建其目录。因此,textile 的锚链接可能与纯文本或 Markdown 的锚链接不同。
Hyphens worked for me using the textile formatting.
If you open the wiki page you should see a little paragraph symbol next to each header that appears when you hover your mouse there. That should give you the (semi-)permalink you can use. You can always look at the wiki pages source for the link names.
One problem I remember when working on the Markdown filter was that each text formatter would create it's table of contents separately. So the anchor links for textile might be different than the ones for plain text or Markdown.