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:

  1. Go to the page and choose   > Copy
  2. Choose a Location for the new page.
  3. 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:

  1. Go to the space and choose Space tools > Reorder pages from the bottom of the sidebar
  2. Expand the branches to locate the page you want to move.
  3. 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

https://community.atlassian.com/t5/Confluence-questions/How-do-I-move-multiple-pages-between-spaces-with-Confluence/qaq-p/102961

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的選項

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM