搜索文档的技巧
在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.