Confluence 未在 wiki 标记上显示提示
升级后,我们的 Confluence 安装不会在 wiki 标记上显示“帮助提示”(编辑窗格右侧的一个框,提供有关 wiki 标记的基本信息)。如果我查看源代码,我会看到 div 在那里,但具有 display:none 属性。这让我认为有一个选项可以激活或停用它,但我找不到它。
有什么想法吗?
After an upgrade, our confluence installation doesnt show the "Help Tips" on wiki markup (a box on the right side of the edit pane which give basic informations on wiki markup). If I view the source, I see that the div is there, but with a display:none attribute. This lead me to think that there is an option somewhere to activate or deactivate this, but I cant find it.
Any idea ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您找不到再次显示它的选项,而我也不能,但我们没有使用默认主题并且它是可见的
尝试添加自定义 css 以显示它似乎有一个 helpcontent id,这样您就可以做到这一点。
虽然如果目标不明确,这会影响其他观点,但
如果这是你想要坚持的路线!
If you cannot find an option to show it again, and I can't but we are not using the default theme and it is visible
Try adding custom css to show it seems to have an id of helpcontent so you could do that.
Although this will affect other views if not precisely targeted
If it is a route you want to persue !