confluence的使用
搜索文档的技巧
在confluence中进行搜索的时候,也需要使用通配符。比如搜索cmscontext,需要这么搜索cmscontex*,如果搜索的话,cmscontext.geturl是会被过滤掉的。标点被截断
https://confluence.atlassian.com/conf66/confluence-search-syntax-943962309.html
Leading wildcards
Lucene doesn't allow wildcards at the beginning of your search, but you can format your search as a regular expression as a workaround.
For example, you can't search for *hum*
or ?hum*
, as they begin with a wildcard, but you can search for /.*hum.*/ and find things like hum, human, and inhumane.
所以,搜索的时候使用/.*cmscontext.*/ 和/.*settingsprovider.*/
如果搜索2个单词的话,可以直接搜索"v6-master",不需要使用上面的通配符
在confluence中插入日期
https://community.atlassian.com/t5/Confluence-questions/Include-date-in-Confluence/qaq-p/371181
You can press // to initiate the date picker.
Drafts in confluence
https://confluence.atlassian.com/doc/drafts-149040.html
Copy a page
https://confluence.atlassian.com/doc/copy-a-page-139013.html
Copy pages
To copy a single page:
- Go to the page and choose
- Choose a Location for the new page.
- Hit Copy.
Confluence will open the copy of the page in the editor and name it 'Copy of [original page title]'.
You can then rename the page and work in the editor like any ordinary page.
还需要在新打开的页面中选择location
注意事项:
这里的copy指的是,copy然后add。并不支持覆盖
https://jira.atlassian.com/browse/CONFSERVER-54829
Move and Reorder Pages
Reorder pages within a space
You can change the location of a page within its space, and reorder pages in the hierarchy. This allows you to:
- Move a single page, or a family of pages, to a different parent within the space.
- Reorder pages that are children of the same parent.
All links to the page are maintained. When you move a parent page, the entire hierarchy of child pages will move too.
To move or reorder a page:
- Go to the space and choose Space tools > Reorder pages from the bottom of the sidebar
- Expand the branches to locate the page you want to move.
- Drag the page to a new position in the tree.
Alternatively, you can choose to order a group of child pages alphabetically by choosing the Sort Alphabetically (A-Z) icon. The Sort Alphabetically (A-Z) icon only appears next to the parent page if the page family is currently sorted manually.
How to move multi pages
http://<yoursite>/pages/reorderpages.action?key=<spacekey>
http://apac-confluence.edenred.net/spaces/viewspacesummary.action?key=~clu
https://confluence.atlassian.com/doc/space-keys-829076188.html
Personal spaces always use your username as the space key.
Click the info icon
How to configure permission of personal space
快速添加Code Block
输入{然后code,会自动出现code block的选项
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2015-11-26 cmd修改系统时间
2014-11-26 Axis.Labels.CustomSize
2014-11-26 使用 Async 和 Await 的异步编程